Differentially expressed genes
Arguments
- object
Object.
- i
Indices specifying elements to extract or replace. Indices are
numericorcharactervectors, empty (missing), orNULL.For more information:
- direction
character(1). Include"both","up", or"down"directions.- quiet
logical(1). Perform command quietly, suppressing messages.- alphaThreshold
numeric(1)orNULL. Adjusted P value ("alpha") cutoff. If leftNULL, will use the cutoff defined in the object.- baseMeanThreshold
numeric(1)orNULL. Base mean (i.e. average expression across all samples) threshold. If leftNULL, will use the cutoff defined in the object. Applies in general to DESeq2 RNA-seq differential expression output.- lfcThreshold
numeric(1)orNULL. Log (base 2) fold change ratio cutoff threshold. If leftNULL, will use the cutoff defined in the object.- ...
Additional arguments.