Learn R Programming

airr (version 1.5.0)

load_schema: Load a schema definition

Description

load_schema loads an AIRR object definition from the internal definition set.

Usage

load_schema(definition)

Value

A Schema object for the definition.

Arguments

definition

name of the schema definition.

Details

Valid definitions include:

  • "Rearrangement"

  • "Alignment"

  • "Repertoire"

  • "Study"

  • "Subject"

  • "Diagnosis"

  • "Sample"

  • "SampleProcessing"

  • "DataProcessing"

  • "GermlineSet"

  • "GenotypeSet"

See Also

See Schema for the return object.

Examples

Run this code
# 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