Description Usage Arguments Value Examples
Load Linkage Disequilibrium
1 2 3 4 5 |
LD_file |
The file containing linkage disequilibrium data |
LD_columns |
The names of the columns in your linkage disequilibrium data for the chromosome of the first SNP, the position of the first SNP, the site of the first SNP, the chromosome of the second SNP, the position of the second SNP, the site of the second SNP, the distance between the two SNPs, and the R.2 |
The linkage disequilibrium data in a list containing dataframes for each chromosome.
1 2 3 | demo_LD_file = system.file("extdata","LD.txt.xz",
package = "PAST", mustWork = TRUE)
LD <- load_LD(demo_LD_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.