public class R_PlotEffectSize extends R_Module
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_PlotEffectSize() |
Modifier and Type | Method and Description |
---|---|
void |
checkDependencies()
At least one of the available plot types should NOT be disabled.
|
List<String> |
getPreRequisiteModules()
Returns
R_Module.getStatPreReqs() and if fold change plots are to be generated, add
NormalizeTaxaTables |
buildDockerBashScript, buildScript, executeTask, getJobParams, getMainR, getMetaMergedModule, getModuleScript, 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
public void checkDependencies() throws Exception
checkDependencies
in interface BioModule
checkDependencies
in class R_Module
Exception
- thrown if missing or invalid dependencies are foundpublic List<String> getPreRequisiteModules() throws Exception
R_Module.getStatPreReqs()
and if fold change plots are to be generated, add
NormalizeTaxaTables
getPreRequisiteModules
in interface BioModule
getPreRequisiteModules
in class R_Module
Exception
- if invalid Class names are returned as prerequisites