readTreesJSON
Experimental. Read trees from JSON/AIRR format from DowserreadTreesJSON
Experimental. Read trees from JSON/AIRR format from Dowser
readTreesJSON(
file,
heavy = "IGH",
light = c("IGK", "IGL"),
verbose = TRUE,
edge_tol = 1e-08,
nproc = 1
).json file
name of heavy chain locus
names of light chain loci
how much info to print
tolerance for branch length checks (if check=TRUE)
number of cores to use (parallelizes by clone)
Reads files written by writeTreesJSON, including trees built
with any getTrees build option.