checkPipelinePackages {pipeComp} | R Documentation |
Checks whether the packages required by a pipeline and its alternative methods are available.
checkPipelinePackages(alternatives, pipDef = NULL)
alternatives |
A named list of alternative parameter values |
pipDef |
An object of class 'PipelineDefinition'. |
Logical.
checkPipelinePackages(list(argument1="mean"), scrna_pipeline())