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_TIMEOUT
GZIP_EXT, LOG_EXT, PDF_EXT, RETURN, SH_EXT, TAB_DELIM, TSV_EXT, TXT_EXT
SCRIPT_BATCH_SIZE, SCRIPT_DEFAULT_HEADER, SCRIPT_NUM_THREADS, SCRIPT_PERMISSIONS, SCRIPT_TIMEOUT
MAIN_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, writeScript
buildScriptForPairedReads, getMainScript, getRuntimeParams, getScriptDir, getScriptErrors, hasScripts
cacheInputFiles, cleanUp, compareTo, equals, findModuleInputFiles, getFileCache, getID, getInputFiles, getModuleDir, getOutputDir, getPostRequisiteModules, getTempDir, init, isValidInputModule, toString, validateFileNameUnique
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
cleanUp, getID, getInputFiles, getModuleDir, getOutputDir, getPostRequisiteModules, getTempDir, init, isValidInputModule
protected 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 BioModule
checkDependencies
in class R_Module
Exception
- thrown if missing or invalid dependencies are found