public class R_PlotMds extends R_Module
| Modifier and Type | Field and Description |
|---|---|
protected static String |
R_MDS_DISTANCE
Config property: "r_PlotMds.distance" defines the distance index to use in the capscale
command. |
protected static String |
R_MDS_NUM_AXIS
Config Integer property: "r_PlotMds.numAxis" defines the number of MDS axis to report |
protected static String |
R_MDS_REPORT_FIELDS
Config List property: "r_PlotMds.reportFields"List metadata fields to generate MDS ordination plots. |
EXE_RSCRIPT, P_VAL_CUTOFF, R_COLOR_BASE, R_COLOR_HIGHLIGHT, R_COLOR_PALETTE, R_COLOR_POINT, R_DEBUG, R_FUNCTION_LIB, R_MAIN_SCRIPT, R_PCH, R_RARE_OTU_THRESHOLD, R_SAVE_R_DATA, R_TIMEOUTGZIP_EXT, LOG_EXT, PDF_EXT, RETURN, SH_EXT, TAB_DELIM, TSV_EXT, TXT_EXTSCRIPT_BATCH_SIZE, SCRIPT_DEFAULT_HEADER, SCRIPT_NUM_THREADS, SCRIPT_PERMISSIONS, SCRIPT_TIMEOUTMAIN_SCRIPT_PREFIX, OUTPUT_DIR, TEMP_DIR| Constructor and Description |
|---|
R_PlotMds() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkDependencies()
Require
Config."r_PlotMds.numAxis" set to integer greater than 2 |
buildDockerBashScript, buildScript, executeTask, getJobParams, getMainR, getMetaMergedModule, getModuleScript, getPreRequisiteModules, getPrimaryScript, getRTemplateDir, getStatPreReqs, getSummary, getTimeout, getWorkerScriptFunctions, writeNewScript, writePrimaryScript, writeScriptbuildScriptForPairedReads, getMainScript, getRuntimeParams, getScriptDir, getScriptErrors, hasScriptscacheInputFiles, cleanUp, compareTo, equals, findModuleInputFiles, getFileCache, getID, getInputFiles, getModuleDir, getOutputDir, getPostRequisiteModules, getTempDir, init, isValidInputModule, toString, validateFileNameUniqueclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcleanUp, getID, getInputFiles, getModuleDir, getOutputDir, getPostRequisiteModules, getTempDir, init, isValidInputModuleprotected static final String R_MDS_DISTANCE
Config property: "r_PlotMds.distance" defines the distance index to use in the capscale
command.protected static final String R_MDS_NUM_AXIS
Config Integer property: "r_PlotMds.numAxis" defines the number of MDS axis to reportprotected static final String R_MDS_REPORT_FIELDS
Config List property: "r_PlotMds.reportFields"public void checkDependencies()
throws Exception
Config."r_PlotMds.numAxis" set to integer greater than 2checkDependencies in interface BioModulecheckDependencies in class R_ModuleException - thrown if missing or invalid dependencies are found