View source: R/allele_genotype.R
extractASCTable | R Documentation |
Extracts the allele cluster table from the archive file.
extractASCTable(archive_file = NULL)
archive_file |
A path to the asc archive file. Default is null. (see details) |
For downloading the latest archive file with the updated allele cluster table, use the function recentAlleleClusters
.
Returns the allele cluster table.
The table columns:
new_allele
- the ASC given allele name
func_group
- the ASC cluster number
imgt_allele
- the original IUIS/IMGT allele name
thresh
- the allele threshold for ASC-based genotype inference
amplicon_length
- is the original length of the reference set.
asc_archive <- recentAlleleClusters(doi="10.5281/zenodo.7429773", get_file = TRUE)
allele_cluster_table <- extractASCTable(archive_file = asc_archive)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.