RitchieLab / eQTpLot

Visualization of Colocalization Between eQTL and GWAS Data
75 stars 19 forks source link

fix: unintentional LD filtering #7

Closed anastasia-lucas closed 3 years ago

anastasia-lucas commented 3 years ago

"The script was filtering the LD data twice, unintentionally, which could lead to a number of SNPs dropping out from the final heatmap in certain instances. It now uses the LDmin and R2min cutoffs to filter the LD.df data only once, resulting in a correct heatmap display"