View source: R/allele_genotype.R
recentAlleleClusters | R Documentation |
A wrapper function for zenodoArchive
, download the most recent allele similarity clusters and thresholds from the zenodo archive.
The clusters and thresholds are based on https://yaarilab.github.io/IGHV_reference_book/
At the moment only available for human IGHV reference set.
recentAlleleClusters(
doi = "10.5281/zenodo.7401189",
path,
get_file = FALSE,
quite = FALSE
)
doi |
The doi for the archive to download. Default is the IGHV set. |
path |
The output folder for saving the archive files. Default is to a temporary directory. |
get_file |
Logical (FALSE by default). Do you want to return the path for the file downloaded. |
quite |
Logical (FALSE by default). Do you want to suppress informative messages |
If get_file is TRUE, the function returns the path to the archive file
recentAlleleClusters(doi="10.5281/zenodo.7401189")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.