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
)
If get_file is TRUE, the function returns the path to the archive file
The doi for the archive to download. Default is the IGHV set.
The output folder for saving the archive files. Default is to a temporary directory.
Logical (FALSE by default). Do you want to return the path for the file downloaded.
Logical (FALSE by default). Do you want to suppress informative messages
# \donttest{
recentAlleleClusters(doi="10.5281/zenodo.7401189")
# }
Run the code above in your browser using DataLab