Description Usage Arguments Details Value Examples
This function queries SNAP for SNPs in high linkage disequilibrium with a set of SNPs.
1 2 3 |
SNPs |
A vector of SNPs (rs numbers). |
dataset |
The dataset to query. Must be one of:
|
panel |
The panel to use from the queried data set. Must be one of:
If you are
working with
|
RSquaredLimit |
The R Squared limit to specify as a
filter for returned SNPs; that is, only SNP pairs with
R-squared greater than |
distanceLimit |
The distance (in kilobases) upstream and downstream to search for SNPs in LD with each set of SNPs. |
GeneCruiser |
boolean; if |
For more details, please see http://www.broadinstitute.org/mpg/snap/ldsearch.php.
Information on the HapMap populations: http://ccr.coriell.org/Sections/Collections/NHGRI/hapmap.aspx?PgId=266&coll=HG
Information on the 1000 Genomes populations: http://www.1000genomes.org/category/frequently-asked-questions/population
A list of data frames, one for each SNP queried, containing information about the SNPs found to be in LD with that SNP.
1 | ## Not run: LDSearch("rs420358")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.