| filter_LD | R Documentation |
Filter LD
filter_LD(LD_list, remove_correlates = FALSE, min_r2 = 0, verbose = FALSE)
LD_list |
List containing SNP-level data ( |
remove_correlates |
A list of SNPs.
If provided, all SNPs that correlates with these SNPs (at r2>= |
min_r2 |
Correlation threshold for |
verbose |
Print messages. |
Other LD:
check_population_1kg(),
compute_LD(),
get_LD(),
get_LD_1KG(),
get_LD_1KG_download_vcf(),
get_LD_UKB(),
get_LD_matrix(),
get_LD_vcf(),
get_locus_vcf_folder(),
ldlinkr_ldproxy_batch(),
plot_LD(),
popDat_1KGphase1,
popDat_1KGphase3,
rds_to_npz(),
saveSparse(),
save_LD_matrix(),
snpstats_get_MAF()
LD_list <- list(LD = echodata::BST1_LD_matrix,
DT = echodata::BST1)
LD_list2 <- echoLD::filter_LD(LD_list = LD_list, min_r2 = .2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.