| readTreesJSON | R Documentation |
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
)
file |
.json file |
heavy |
name of heavy chain locus |
light |
names of light chain loci |
verbose |
how much info to print |
edge_tol |
tolerance for branch length checks (if check=TRUE) |
nproc |
number of cores to use (parallelizes by clone) |
Reads files written by writeTreesJSON, including trees built
with any getTrees build option.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.