Description Usage Arguments Value Examples
View source: R/se_conversion.R
This function converts a SummarizedExperiment object to a DGEList object to enhance differential expression analysis using the edgeR package.
1 | asDGEList(se, assay_name = "counts")
|
se |
a SummarizedExperiment object. |
assay_name |
a character, specifying the assay to retrieve. |
a DGEList object
1 2 3 4 5 6 7 | library(ExperimentHub)
eh = ExperimentHub()
query(eh, 'emtdata')
cursons2018_se = eh[['EH5440']]
cursons2018_dge = asDGEList(cursons2018_se)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.