isBulk {dittoSeq}R Documentation

Retrieve whether a SingleCellObject should be treated as single-cell versus bulk

Description

Retrieve whether a SingleCellObject should be treated as single-cell versus bulk

Usage

isBulk(object)

Arguments

object

A target SingleCellExperiment object

Alternatively, anything else, but then the result will always be FALSE

Value

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

Examples

example(importDittoBulk, echo = FALSE)
myRNA

isBulk(myRNA)

[Package dittoSeq version 1.0.2 Index]