Description Usage Arguments Value See Also Examples
View source: R/HLA_classification.R
Loads the HLA-C C1/C2 ligand classification database, and keeps the specified first number of allele fields / characters. Removes all "Unclassified" entries in the source data.
1 | HLA_C_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_C_class_load())
# With three fields
head(HLA_C_class_load(fields = 3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.