| Schema-class | R Documentation |
Schema defines a common data structure for AIRR Data Representation
standards.
## S4 method for signature 'Schema'
names(x)
## S4 method for signature 'Schema,character'
x[i]
## S4 method for signature 'Schema'
x$name
InfoSchema
DataFileSchema
AlignmentSchema
RearrangementSchema
RepertoireSchema
GermlineSetSchema
GenotypeSetSchema
AIRRSchema
x |
|
i |
field name. |
name |
field name. |
A Schema object.
An object of class Schema of length 1.
An object of class Schema of length 1.
An object of class Schema of length 1.
An object of class Schema of length 1.
An object of class Schema of length 1.
An object of class Schema of length 1.
An object of class Schema of length 1.
An object of class list of length 26.
The following predefined Schema objects are defined:
InfoSchema: AIRR Info Schema.
DataFileSchema: AIRR DataFile Schema.
AlignmentSchema: AIRR Alignment Schema.
RearrangementSchema: AIRR Rearrangement Schema.
RepertoireSchema: AIRR Repertoire Schema.
GermlineSetSchema: AIRR GermlineSet Schema.
GenotypeSetSchema: AIRR GenotypeSet Schema.
AIRRSchema: named list containing all non-experimental
AIRR Schema objects.
definitionname of the schema definition.
requiredcharacter vector of required fields.
optionalcharacter vector of non-required fields.
propertieslist of field definitions.
infolist schema information.
See load_schema for loading a Schema from the definition set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.