# Get path to the Reportoire and GermlineSet example files
f1 <- system.file("extdata", "repertoire-example.yaml", package="airr")
f2 <- system.file("extdata", "germline-example.json", package="airr")
# Load data files
repertoire <- read_airr(f1)
germline <- read_airr(f2)
Run the code above in your browser using DataLab