deseq_normcounts_with_info | R Documentation |
Normalized counts table, with extra info
deseq_normcounts_with_info(dds, extended_anno_df)
dds |
A DESeqDataSet object |
extended_anno_df |
An annotation data.frame with the following columns:
|
A data.frame object, with the normalized counts and some additional info on the features at hand
# TODO
# ext_anno <- merge(anno_df, anns, by.x = "gene_id", by.y = "ensembl_gene_id")
# ...
# writexl::write_xlsx(obj, "exceltable.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.