tomoSummarizedExperiment | R Documentation |
tomoSummarizedExperiment
creates an object from a SummarizedExperiment object.
tomoSummarizedExperiment( se, min.section = 3, normalize = TRUE, normalize.method = "median", scale = TRUE )
se |
A SummarizedExperiment object, it must contain at least one of 'count' assay and 'normalized' assay. |
min.section |
Integer. Genes expressed in less than |
normalize |
Logical, whether to perform normalization when creating the object. Default is TRUE. |
normalize.method |
Character, must be one of |
scale |
Logical, whether to perform scaling when creating the object. Default is TRUE. |
A SummarizedExperiment
object
createTomo
for the generic function.
data(zh.data) se <- SummarizedExperiment::SummarizedExperiment(assays=list(count=zh.data)) zh <- tomoSummarizedExperiment(se)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.