load_schema {airr}R Documentation

Load a schema definition

Description

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

Usage

load_schema(definition)

Arguments

definition

name of the schema definition.

Details

Valid definitions include:

Value

A Schema object for the definition.

See Also

See Schema for the return object.

Examples

# Load the Rearrangement definition
schema <- load_schema("Rearrangement")

# Load the Repertoire definition
schema <- load_schema("Repertoire")


[Package airr version 1.5.0 Index]