Load TARGET huex data as SummarizedExperiment
1 |
1 2 3 4 5 6 7 | res = target_huex_se()
res
head(colData(res))
assay(res,'exprs')[1:5,1:5]
head(rowData(res))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.