Description Usage Arguments Details Value Author(s) See Also Examples
Extract reference and alternate alleles and allele counts from a GDS object.
1 2 3 4 5 6 |
gdsobj |
A |
n |
An integer indicating which alternate allele to return. |
These methods parse the "allele" field of a GDS object.
refChar returns a character vector of reference alleles.
altChar returns a character vector of alternate alleles. If
n=0, multiple alternate alleles are represented as a
comma-separated string. If n>0, only the nth alternate
allele is returned.
nAlleles returns an integer vector of the number of alleles
(reference and alternate) for each variant.
Stephanie Gogarten
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.