jianyangqt / gcta

GCTA software
GNU General Public License v3.0
84 stars 26 forks source link

Feature: change maximum number of SNPs for gene-based tests #49

Open jhchung opened 1 year ago

jhchung commented 1 year ago

New option for gene based tests

Gene based tests ignore genes/regions that have more than 10,000 SNPs. I have run into situations where a particular cohort with very dense genotyping fails for large genes even after MAF filtering.

I have added a new option --max-snps that enables the user to change the maximum number of SNPs that can be tested.

Update to build example

When building GCTA, I also noticed that the example steps in docs/build/gcta_build_steps_linux.sh were missing the make and make install commands for Spectra.

PR

See PR https://github.com/jianyangqt/gcta/pull/48 for proposed changes.