debian man page for vcf-subset

Query: vcf-subset

OS: debian

Section: 1

Links: debian man pages | All man pages

Forums: Unix Linux Community | Forum Categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

VCF-SUBSET(1)							   User Commands						     VCF-SUBSET(1)

NAME
vcf-subset - create subset of VCF file
SYNOPSIS
vcf-subset [OPTIONS] in.vcf.gz > out.vcf
OPTIONS
-c, --columns <string> File or comma-separated list of columns to keep in the vcf file. If file, one column per row -e, --exclude-ref Exclude rows not containing variants. -p, --private Print only rows where only the subset columns carry an alternate allele. -r, --replace-with-ref Replace the excluded types with reference allele instead of dot. -t, --type <list> Comma-separated list of variant types to include: SNPs,indels. -u, --keep-uncalled Do not exclude rows without calls. -h, -?, --help This help message.
EXAMPLES
cat in.vcf | vcf-subset -r -t indels -e -c SAMPLE1 > out.vcf vcf-subset 0.1.5 July 2011 VCF-SUBSET(1)
Related Man Pages
svm-subset(1) - debian
stl_ctrl(5) - ultrix
stl_key(5) - ultrix
evolution-addressbook-import(1) - sunos
text::vcard::addressbook(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Introduction
Detecting unused variables...
Weird 'find' results