# 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)
# example allele similarity cluster table
data(allele_cluster_table)
# loading TIgGER AIRR-seq b cell data
data <- tigger::AIRRDb
asc_data <- assignAlleleClusters(data, allele_cluster_table)
Run the code above in your browser using DataLab