View source: R/checkParameters.edgeR.r
checkParameters.edgeR | R Documentation |
Check the format and the validity of the parameters which will be used for the analysis with edgeR.
checkParameters.edgeR( projectName, author, targetFile, rawDir, featuresToRemove, varInt, condRef, batch, alpha, pAdjustMethod, cpmCutoff, gene.selection, normalizationMethod, colors )
projectName |
name of the project |
author |
author of the statistical analysis/report |
targetFile |
path to the design/target file |
rawDir |
path to the directory containing raw counts files |
featuresToRemove |
names of the features to be removed |
varInt |
factor of interest |
condRef |
reference biological condition |
batch |
blocking factor in the design |
alpha |
threshold of statistical significance |
pAdjustMethod |
p-value adjustment method: |
cpmCutoff |
counts-per-million cut-off to filter low counts |
gene.selection |
selection of the features in MDSPlot |
normalizationMethod |
normalization method: |
colors |
vector of colors of each biological condition on the plots |
A boolean indicating if there is a problem in the parameters
Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.