details | R Documentation |
Extract details from dreamletProcessedData
details(object)
## S4 method for signature 'dreamletProcessedData'
details(object)
## S4 method for signature 'dreamletResult'
details(object)
## S4 method for signature 'vpDF'
details(object)
object |
A |
Extract detailed information from some classes
library(muscat)
library(SingleCellExperiment)
data(example_sce)
# create pseudobulk for each sample and cell cluster
pb <- aggregateToPseudoBulk(example_sce,
assay = "counts",
cluster_id = "cluster_id",
sample_id = "sample_id",
verbose = FALSE
)
# voom-style normalization
res.proc <- processAssays(pb, ~group_id)
# For each cell type, number of samples retained,
# and variables retained
details(res.proc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.