logged
:"logical"
, indicating whether
or not the expression data in the `exprs` slot have been log2-transformed
or not.logExprsOffset
:"numeric"
, providing an offset
applied to expression data in the `exprs` slot when undergoing log2-transformation
to avoid trying to take logs of zero.lowerDetectionLimit
:"numeric"
,
giving the lower limit for an expression value to be classified as
"expressed".cellPairwiseDistances
:"numeric"
,
containing pairwise distances between cells.featurePairwiseDistances
:"numeric"
,
containing pairwise distances between features.reducedDimension
:"numeric"
, containing
reduced-dimension coordinates for cells (generated, for example, by PCA).bootstraps
:"numeric"
that can contain
bootstrap estimates of the expression or count values.useForExprs
:Methods that operate on SCESet objects constitute the basic scater workflow.
Thanks to the Monocle package (github.com/cole-trapnell-lab/monocle-release/) for their CellDataSet class, which provided the inspiration and template for SCESet.