You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since i don't know the ancestral allele, I didn't use --ancFileName option. The problem is the output file which contains 15 summary statistics, including maxFDA. If I understand correctly, there would be 11 summary statistics under SHIC mode.
The classifier which contains 15 summary statistics could not be used on sample data which contain 11 summary statistics derived using fvecVcf with haploid mode.
So I think the problem is how to train a classifier with 11 summary statistics using fvecSim.
Thanks!
The text was updated successfully, but these errors were encountered:
I am using haploid mode as following:
python ~/diploSHIC/diploSHIC.py fvecSim haploid hard_1.msOut hard_1.test --totalPhysLen 5500
Since i don't know the ancestral allele, I didn't use
--ancFileName
option. The problem is the output file which contains 15 summary statistics, includingmaxFDA
. If I understand correctly, there would be 11 summary statistics under SHIC mode.The classifier which contains 15 summary statistics could not be used on sample data which contain 11 summary statistics derived using
fvecVcf
with haploid mode.So I think the problem is how to train a classifier with 11 summary statistics using
fvecSim
.Thanks!
The text was updated successfully, but these errors were encountered: