powered by
load_schema loads an AIRR object definition from the internal definition set.
load_schema
load_schema(definition)
name of the schema definition.
A Schema object for the definition.
definition
Valid definitions include:
"Rearrangement"
"Alignment"
"Study"
"Subject"
"Diagnosis"
"Sample"
"CellProcessing"
"NucleicAcidProcessing"
"RawSequenceData"
"SoftwareProcessing"
See Schema for the return object.
# NOT RUN { # Load the Rearrangement definition schema <- load_schema("Rearrangement") # Load the Alignment definition schema <- load_schema("Alignment") # }
Run the code above in your browser using DataLab