Description Usage Arguments Value See Also Examples
View source: R/HLA_classification.R
Loads the HLA-B ligand classification database (Bw6, Bw4 - 80T, Bw4 - 80I classes), and keeps the specified first number of allele fields / characters. Removes all "Unclassified" entries in the source data.
1 | HLA_B_class_load(fields = 2)
|
fields |
Number of fields in the allele to keep (see |
A data.frame with columns "Allele" and "Class"
1 2 3 4 | # Default with two fields
head(HLA_B_class_load())
# With three fields
head(HLA_B_class_load(fields = 3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.