Description Usage Format Source Examples
A By applying DEseq2::results() on 'DESeqDataSet'
, we get a data frame with topics on rows and test results on the columns (baseMean, log2FoldChange, lfcSE, stat, pvalue, padj)
1 |
An object of class 'DESeqDataSet'
.
mean of the topic abundance
log fold change of topic abundance in experimental condions tested.
Standard error of log fold change.
Test statistic value under the null hypothesis.
P-value for the test.
Adjusted P-value.
Data is from Fitzpatrick et al. (2018)
1 2 3 4 | ## Not run:
results(dds_all_paired_K_11)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.