DReichLab / AdmixTools

Tools test whether admixture occurred and more
183 stars 64 forks source link

How to performe D-stats without chromosome information? #36

Open asassone opened 7 years ago

asassone commented 7 years ago

I have a "de novo" assembly, and when trying to use qpDstats the columns of chromosome information in the snp file is necesary to run the program. I tried to complete the columned with NA and it is not possible. How can I solve this? If completing the chromosome number randomly the results can chage. I am not sure how to proceed.

Thanks

Agostina

bumblenick commented 7 years ago

If you have just a few contigs you can just map them to C1-23 more or less at random. If you have hundreds of contigs and no info about LD then I don't know how to get Z-scores.

Nick

On Fri, Nov 24, 2017 at 9:23 AM, asassone notifications@github.com wrote:

I have a "de novo" assembly, and when trying to use qpDstats the columns of chromosome information in the snp file is necesary to run the program. I tried to complete the columned with NA and it is not possible. How can I solve this? If completing the chromosome number randomly the results can chage. I am not sure how to proceed.

Thanks

Agostina

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DReichLab/AdmixTools/issues/36, or mute the thread https://github.com/notifications/unsubscribe-auth/AQn_h_SC7x8bfU7tNduWha-Ddj_cZHuNks5s5tFOgaJpZM4Qp4ZK .

asassone commented 7 years ago

Thank you very much.