Description Usage Arguments Value
Prunes a collection of SNPs provided in a dataframe. The method is as follows:
| 1 | prune_snps(data_with_rsids, ld_pairs, r2_threshold = 0.05)
 | 
| data_with_rsids | an input dataframe that includes column rsid | 
| ld_pairs | the result from calling get_LD_pairs matrix on the collection of rsids (and their contigs) in data_with_rsids | 
| r2_threshold | the (r^2) threshold to use for considering two snps to be in LD | 
a subset of the original dataframe, pruned according to some method....
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.