Learn R Programming

SeuratObject (version 5.0.2)

Assay-validity: V3 Assay Validity

Description

Validation of Assay objects is handled by validObject

Arguments

<code>data</code> Validation

blah

<code>counts</code> Validation

blah

<code>scale.data</code> 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:

  • An empty string (eg. “''”) where nchar() == 0

  • An string composed of one or more alphanumeric values (both lower- and upper-case) that ends with an underscore (“_”); the first character must be a letter

Keys that are not empty strings are validated with the regex “SeuratObject:::.KeyPattern()

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

Run this code
rna <- pbmc_small[["RNA"]]
validObject(rna)

Run the code above in your browser using DataLab