Description Usage Arguments Examples
View source: R/utpalFunctions.R
This function takes a vector of variants (e.g. "73G", "73+G", 73-" ) and returns a tibble with three columns : Pos, Allele and Type that contain information on the genomic position, nucleotide base and type of mutation (i.e. "Substitution", "Insertion" and "Deletion")resecptively for each variant
1 | Variant2snp(Variant)
|
Variant |
A vector of variants (character strings). See Snp2variant for description |
1 2 | # Variant2snp("73G")
# Variant2snp(c("73G", "95-", "146+C"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.