View source: R/isNamePresent.R
isNamePresent | R Documentation |
Checks if the name portion of the entered variant is present. Names consist of information following the locus and asterisk of the entered variant.
isNamePresent(variant, variantType)
variant |
An amino acid motif or allele. Amino acid motifs must be in the following format: Locus*##$~##$~##$, where ## identifies a peptide position, and $ identifies an amino acid residue. Alleles must have 1-4 fields. |
variantType |
Identifies whether the variant is an allele or motif. |
TRUE if name is present. Otherwise, a vector with FALSE and an error message is returned.
For internal SSHAARP use only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.