isBulk: Retrieve whether a given object would be treated as bulk...

Description Usage Arguments Value See Also Examples

View source: R/bulk-get-and-set.R

Description

Retrieve whether a given object would be treated as bulk versus single-cell by dittoSeq

Usage

1
isBulk(object)

Arguments

object

A target Seurat, SingleCellExperiment, or SummarizedExperiment object

Value

Logical: whether the provided object would be treated as bulk data by dittoSeq.

See Also

setBulk to (add to and) set the internal metadata of an SCE to say whether the object repressents bulk data.

Examples

1
2
3
4
5
6
7
example(importDittoBulk, echo = FALSE)
myRNA

isBulk(myRNA)

scRNA <- setBulk(myRNA, FALSE)
isBulk(scRNA)

dittoSeq documentation built on April 17, 2021, 6:01 p.m.