DOKK / manpages / debian 11 / qtltools / QTLtools-extract.1.en
QTLtools-extract(1) Bioinformatics tools QTLtools-extract(1)

QTLtools extract - Data extraction mode.

QTLtools extract [--vcf --bed --cov] relevant_file --out output_prefix [OPTIONS]

Extract all the data from the provided files into one flat file. This will also impute all the missing data.

Genotypes in VCF/BCF format. At least one of --vcf --bed --cov is REQUIRED.
Molecular phenotype quantifications in BED format. At least one of --vcf --bed --cov is REQUIRED.
Covariates data. At least one of --vcf --bed --cov is REQUIRED.
Output file name prefix. REQUIRED.
Genomic region to be processed. E.g. chr4:12334456-16334456, or chr5.

.content.txt.gz
Flat file with samples in rows and all the extracted variables in columns.
.header.txt
Genomic locations of the extracted variables.

Extract genotypes, gene quantifications, and covariates from a certain region:
QTLtools extract --vcf genotypes.chr22.vcf.gz --bed genes.50percent.chr22.bed.gz --cov genes.covariates.pc50.txt.gz --region chr22:17000000-18000000 --out extract_output

QTLtools(1)

QTLtools website: <https://qtltools.github.io/qtltools>

Versions up to and including 1.2, suffer from a bug in reading missing genotypes in VCF/BCF files. This bug affects variants with a DS field in their genotype's FORMAT and have a missing genotype (DS field is .) in one of the samples, in which case genotypes for all the samples are set to missing, effectively removing this variant from the analyses.

Please submit bugs to <https://github.com/qtltools/qtltools>

Delaneau, O., Ongen, H., Brown, A. et al. A complete tool set for molecular QTL discovery and analysis. Nat Commun 8, 15452 (2017). <https://doi.org/10.1038/ncomms15452>

Olivier Delaneau (olivier.delaneau@gmail.com), Halit Ongen (halitongen@gmail.com)

06 May 2020 QTLtools-v1.3