isBulk {dittoSeq} | R Documentation |
Retrieve whether a SingleCellObject should be treated as single-cell versus bulk
isBulk(object)
object |
A target SingleCellExperiment object Alternatively, anything else, but then the result will always be |
Logical: whether the provided object would be treated as bulk data by dittoSeq
example(importDittoBulk, echo = FALSE) myRNA isBulk(myRNA)