Description Usage Arguments Value Note Author(s) See Also Examples
Differential Expression Results Tables
1 2 3 4 5 6 |
results |
|
counts |
|
... |
Additional arguments. |
alpha |
Adjusted P value ("alpha") cutoff. |
lfcThreshold |
Log fold change ratio (base 2) cutoff threshold. |
summary |
Show summary statistics. |
write |
Write CSV files to disk. |
headerLevel |
R Markdown header level. |
dir |
Local directory path. |
dropboxDir |
Dropbox directory path where to archive the results tables for permanent storage (e.g. Stem Cell Commons). When this option is enabled, unique links per file are generated internally with the rdrop2 package. |
rdsToken |
RDS file token to use for Dropbox authentication. |
list
containing modified DESeqResults
return, including
additional gene-level metadata and normalized counts.
Log fold change cutoff threshold ("lfcThreshold
") does not apply to
statistical hypothesis testing, only gene filtering in the results tables.
See DESeq2::results()
for additional information about using
lfcThreshold
and altHypothesis
to set an alternative hypothesis based
on expected fold changes.
Michael Steinbaugh
Other Differential Expression Functions: alphaSummary
,
contrastName
, plotDEGHeatmap
,
plotDEGPCA
, plotMeanAverage
,
plotVolcano
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.