inv_chr_pos_a1_a2 | R Documentation |
This function obtains information embedded in unique identifiers.
inv_chr_pos_a1_a2(chr_pos_a1_a2, prefix = "chr", seps = c(":", "_", "_"))
chr_pos_a1_a2 |
SNP id. |
prefix |
Prefix of the identifier. |
seps |
Delimiters of fields. |
A data.frame with the following variables:
chr Chromosome.
pos Position.
a1 Allele 1.
a2 Allele 2.
# rs12075
inv_chr_pos_a1_a2("chr1:159175354_A_G",prefix="chr",seps=c(":","_","_"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.