Learn R Programming

myvariant (version 1.2.0)

formatSingleHgvs: Get Hgvs HGVS ID from chromosome, position, reference and alternate alleles.

Description

Create a single HGVS ID for a variant from chromosome, position, reference and alternate alleles.

Usage

formatSingleHgvs(chrom, pos, ref, alt, mutant_type=FALSE)

Arguments

chrom
Chromosome.
pos
Position of the variant on the reference genome (hg19).
ref
Reference allele.
alt
Alternate allele.
mutant_type
Logical indicating whether to return the type of mutation along with the HGVS ID.

Value

References

https://myvariant.info http://www.hgvs.org/mutnomen/recs-DNA.html

See Also

formatHgvs

Examples

Run this code
## return HGVS ID for a variant
formatSingleHgvs(1, 35367, "G", "A")

Run the code above in your browser using DataLab