View source: R/checkParameters.DESeq2.r
checkParameters.DESeq2 | R Documentation |
Check the format and the validity of the parameters which will be used for the analysis with DESeq2.
checkParameters.DESeq2( projectName, author, targetFile, rawDir, featuresToRemove, varInt, condRef, batch, fitType, cooksCutoff, independentFiltering, alpha, pAdjustMethod, typeTrans, locfunc, 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 |
fitType |
mean-variance relationship: "parametric" (default) or "local" |
cooksCutoff |
outliers detection (TRUE or FALSE) |
independentFiltering |
TRUE/FALSE to perform independent filtering |
alpha |
threshold of statistical significance |
pAdjustMethod |
p-value adjustment method: "BH" (default) or "BY" for example |
typeTrans |
transformation for PCA/clustering: "VST" ou "rlog" |
locfunc |
"median" (default) or "shorth" to estimate the size factors |
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.