spe2dge | R Documentation |
Transfer SpatialExperiment object into DGEList object for DE analysis
spe2dge(spe)
spe |
SpatialExperiment object. |
A DGEList.
data("dkd_spe_subset")
spe_tmm <- geomxNorm(dkd_spe_subset, method = "TMM")
dge <- spe2dge(spe_tmm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.