View source: R/seeker_haploview.R
seeker_haploview | R Documentation |
A function that plot a correlation r2 between all SNPs with a Linkage Desequilibrium upper 0.5
seeker_haploview(
SNP,
population_study = "1000GENOMES:phase_3:MXL",
window_size = 500,
d_prime = 0,
color_select = "cyan"
)
SNP |
A Single Nucleotide Polymorphism ID ("rs") in character. |
population_study |
Population for which to compute LD. Default "1000GENOMES:phase_3:MXL" |
A correlation r2 plot between all SNPs with a Linkage Desequilibrium upper 0.5
Erick Cuevas Fernández
Heriberto Manuel Rivera
seeker_haploview("rs7412")
seeker_haploview("rs7412", population_study = "1000GENOMES:phase_3:FIN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.