mutspec_filter.md

March 13, 2017 ยท View on GitHub

MutSpec-Filter (optional)

Filter out variants that are likely neutral polymorphisms using Annovar annotations (dbSNP, ESP...) or additional databases in VCF or BED format.

Input format

Tab delimited text files generated by MutSpec-Annot.

Output

Tab delimited text file filtered for variants considered as neutral polymorphisms.

Usage

perl mutspecFilter.pl --thG --filter bed1 --filter bed2 --refGenome hg19 --pathAVDBList mutspec/hg19_listAVDB.txt --outfile output_filename input_file

List of parameters:

ParameterDefault valueDescription
--dbSNP0Column number for dbSNP (start to count from 1)
--segDupfalseRemove variants present at >= 0.9 frequency in the genomic duplicate segments database
--espfalseRemove variants present at frequency > 0.001 in the Exome Sequencing Project database (only valid for human genomes)
--thGfalseRemove variants present at frequency > 0.001 in the 1000 genome database (only valid for human genomes)
--exacfalseRemove variants present at frequency > 0.001 in the EXome Agregate Consortium database (only valid for human genomes)
--filterPath to one VCF or BED file to filter against (Multiples --filter are allowed)
inputInput file to filter
--outfilePath to output file
--helpPrint help message