ghm17 / LOGODetect

LOGODetect is a powerful tool to identify small segments that harbor local genetic correlation between two traits/diseases.
GNU General Public License v3.0
23 stars 5 forks source link

Calculate LD matrix #11

Closed Rick-Chen-PKU closed 3 years ago

Rick-Chen-PKU commented 3 years ago

Calculate LD matrix cost too much time. Is there data available to download that has been calculated?

ghm17 commented 3 years ago

The LD matrix and random vectors take much storage space, so currently we leave these data to be generated by users. In addition, calculating LD matrix and generating random vectors step only need to be run for one time.