Description Usage Arguments Value See Also Examples
View source: R/bulk-get-and-set.R
Retrieve whether a given object would be treated as bulk versus single-cell by dittoSeq
1 | isBulk(object)
|
object |
A target Seurat, SingleCellExperiment, or SummarizedExperiment object |
Logical: whether the provided object would be treated as bulk data by dittoSeq.
TRUE for SummarizedExperiments that are not SCEs, and for SCEs with $bulk = TRUE
in their internal metadata.
FALSE for any other object type and for SCEs without such internal metadata
setBulk
to (add to and) set the internal metadata of an SCE to say whether the object repressents bulk data.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.