dds2counts | R Documentation |
Convert a DESeq2 dds object into a tibble
dds2counts(deseq_dataset, tidy = T, counts_are_genes = T, norm_counts = T)
deseq_dataset |
A DESeq2 object. |
tidy |
Logical, whether or not to pivot the data into a long format |
counts_are_genes |
Logical, by default this function assumes the counts are from gene expression experiments where the IDs are ensembl gene IDs. |
A tibble
tidy_counts <- dds2counts(dds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.