Description Usage Format References Examples
Annotated gene expression data for TARGET pediatric AML dataset, in SummarizedExperiment format.
| 1 | data("deg_seset_targetaml")
 | 
A SummarizedExperiment object of gene expression data for the TARGET pediatric AML dataset.
(website) TARGET. <https://ocg.cancer.gov/programs/target>
| 1 2 3 4 5 6 7 8 9 10 11 12 | data(deg_seset_targetaml)
dim(deg.seset)
# [1] 1984  145
class(deg.seset)
# [1] "RangedSummarizedExperiment"
# attr(,"package")
# [1] "SummarizedExperiment"
dim(colData(deg.seset))
# [1] 145  85
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.