saigegit / SAIGE

Development for SAIGE and SAIGE-GENE(+)
GNU General Public License v3.0
64 stars 27 forks source link

No parameter for "IsDropMissingDosages", how to handle values not present in VCF? #79

Closed Ankeet3 closed 1 year ago

Ankeet3 commented 1 year ago

I am trying to run step2_SPATests.R, I am running into this error "at least one subject requested is not in the VCF file". I am assuming that this error arises from a mismatch in samples between the model and the VCF file. Earlier, we had the option to drop missing dosages via the "IsDropMissingDosages" parameter, but that doesn't seem to be there in the latest version. How do I deal with this situation? Any help will be really appreciated.

saigegit commented 1 year ago

Hi @Ankeet3,

You may use --subSampleFile to specify the sample IDs that are included in Step 1 and will be also included in Step 2

Thanks, Wei