germlineASC | R Documentation |
Converts IGHV germline set to ASC germline set.
germlineASC(allele_cluster_table, germline)
allele_cluster_table |
The allele cluster table. |
germline |
An IGHV germline set with matching names to the "imgt_allele" column in the allele_cluster_table. |
Returns the IGHV germline set with the ASC allele names.
# preferably obtain the latest ASC cluster table
# asc_archive <- recentAlleleClusters(doi="10.5281/zenodo.7429773", get_file = TRUE)
# allele_cluster_table <- extractASCTable(archive_file = asc_archive)
data(HVGERM)
# example allele similarity cluster table
data(allele_cluster_table)
asc_germline <- germlineASC(allele_cluster_table, germline = HVGERM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.