powered by
load_schema loads an AIRR object definition from the internal definition set.
load_schema
load_schema(definition)
A Schema object for the definition.
definition
name of the schema definition.
Valid definitions include:
"Rearrangement"
"Alignment"
"Repertoire"
"Study"
"Subject"
"Diagnosis"
"Sample"
"SampleProcessing"
"DataProcessing"
"GermlineSet"
"GenotypeSet"
See Schema for the return object.
# Load the Rearrangement definition schema <- load_schema("Rearrangement") # Load the Repertoire definition schema <- load_schema("Repertoire")
Run the code above in your browser using DataLab