checkParameters.edgeR: Check the parameters (when using edgeR)

View source: R/checkParameters.edgeR.r

checkParameters.edgeRR Documentation

Check the parameters (when using edgeR)

Description

Check the format and the validity of the parameters which will be used for the analysis with edgeR.

Usage

checkParameters.edgeR(
  projectName,
  author,
  targetFile,
  rawDir,
  featuresToRemove,
  varInt,
  condRef,
  batch,
  alpha,
  pAdjustMethod,
  cpmCutoff,
  gene.selection,
  normalizationMethod,
  colors
)

Arguments

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: "BH" (default) or "BY" for example

cpmCutoff

counts-per-million cut-off to filter low counts

gene.selection

selection of the features in MDSPlot

normalizationMethod

normalization method: "TMM" (default), "RLE" (DESeq) or "upperquartile"

colors

vector of colors of each biological condition on the plots

Value

A boolean indicating if there is a problem in the parameters

Author(s)

Hugo Varet


PF2-pasteur-fr/SARTools documentation built on April 6, 2022, 2:24 a.m.