deseq2_cor | R Documentation |
Apply DESeq2's DESeq
, results
,and lfcShrink
to one or more contrasts, and return a data.frame
deseq2_cor(
dds,
name = colnames(design(dds))[2],
cols = c("pvalue", "padj", "log2FoldChange"),
ncore = 1,
shrunken = TRUE
)
dds |
DESeqDataSet object. |
name |
Name of the individual effect (coefficient) to test |
cols |
Columns of |
ncore |
Number of cores to use. |
shrunken |
logical, whether to shrink the slope |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.