Assay-validity {SeuratObject}R Documentation

V3 Assay Validity

Description

Validation of Assay objects is handled by validObject

data Validation

blah

counts Validation

blah

scale.data Validation

blah

Feature-Level Meta Data Validation

blah

Variable Feature Validation

blah

Key Validation

Keys must be a one-length character vector; a key must be composed of one of the following:

Keys that are not empty strings are validated with the regex “^[a-zA-Z][a-zA-Z0-9]*_$

See Also

validObject

v3 Assay object, validity, and interaction methods: $.Assay(), Assay-class, CreateAssayObject(), [.Assay(), [[.Assay(), dim.Assay(), dimnames.Assay(), merge.Assay(), split.Assay(), subset.Assay()

Examples

rna <- pbmc_small[["RNA"]]
validObject(rna)


[Package SeuratObject version 5.0.2 Index]