Skip to content

Enhanced version of the FastQTL QTL mapper

License

Notifications You must be signed in to change notification settings

mmterpstra/fastqtl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastQTL

This repository contains a modified version of the FastQTL QTL mapping software, with the following enhancements:

  1. Options for filtering by minor allele frequency and minor allele sample count
  2. Python wrapper for multi-threaded execution
  3. Calculation of q-values (Storey) for FDR estimation (requires R)
  4. Minor allele information reported in output

For documentation and the original version, see: http://fastqtl.sourceforge.net/

Running multi-threaded analyses

Nominal pass:

run_FastQTL_threaded.py ${genotypes}.vcf.gz ${phenotypes}.bed.gz ${prefix} --covariates ${covariates}.txt.gz --window 1e6 --ma_sample_threshold 10 --maf_threshold 0.01 --chunks 100 --threads 10

Permutation pass:

run_FastQTL_threaded.py ${genotypes}.vcf.gz ${phenotypes}.bed.gz ${prefix} --covariates ${covariates}.txt.gz --permute 1000 10000 --window 1e6 --ma_sample_threshold 10 --maf_threshold 0.01 --chunks 100 --threads 10

These minor allele filters result in inclusion of genotypes with minor allele frequency ≥ 0.01 and with at least 10 samples containing the minor allele.

About

Enhanced version of the FastQTL QTL mapper

http://fastqtl.sourceforge.net

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.5%
  • C 5.5%
  • Python 0.9%
  • Java 0.4%
  • CMake 0.2%
  • TeX 0.1%
  • Other 0.4%