-
Notifications
You must be signed in to change notification settings - Fork 12
Genotype Likelihoods
Tyler Kent edited this page Sep 9, 2015
·
2 revisions
ANSGD genotype likelihoods calculation. See ANGSD for full details on this method.
To use this method, you would run:
bash ./scripts/GL.sh ./scripts/GL_TAXON.conf
with the proper taxon name filled in.
- Script filename:
scripts/GL.sh - Configuration file file:
scripts/GL_TAXON.conf
scripts/GL.shscripts/GL_TAXON.conf
-
data/TAXON_samples.txtbam list -
data/TAXON_F.txtinbreeding coefficients
results/TAXON_DerivedSFS
TAXON
-
DO_GENOcall genotypes and set up output (default=7) -
UNIQUE_ONLYuniquely mapped reads (default=0) -
MIN_BASEQUALminimum base quality (default=20) -
MIN_INDminimum number of individuals needed to use site (default=1) -
GT_LIKELIHOODestimate genotype likelihoods (default=2) -
MIN_MAPQminimum base mapping quality to use (default=30) -
N_CORESnumber of cores to use (default=32) -
DO_MAJORMINORestimate major/minor alleles (default=1) -
DO_POSTestimate posterior genotype probability (default=1) -
POST_CUTOFFposterior floor limit (default=0.95) -
DO_MAFcalculate per site frequencies (default=2) -
SNP_PVALp-value cutoff for calling SNPs (default=1e-6)