INPUT ------------------------------------- BED or VCF files as input * Please prepare your input in hg19 * 1. BED format In addition to the three required BED fields, please prepare your file as follows (5 required fields, tab-delimited): chrom chromStart chromEnd Reference.allele Alterative.allele [optional]sample.name * chrom - The name of the chromosome (e.g. chr3, chrY). * chromStart - The starting position of the feature in the chromosome. The first base in a chromosome is numbered 0. * chromEnd - The ending position of the feature in the chromosome. The chromEnd base is not included in the display of the feature. For example, the first 100 bases of a chromosome are defined as chromStart=0, chromEnd=100, and span the bases numbered 0-99. * Reference.allele - The reference allele of SNVs * Alternative.allele - The alternative allele of SNVs. ** [Optional] sample.name - If you put sample names as the sixth columns, the tool will do multiple-genomes analysis for each of the sample. eg. chr1 213941196 213941197 G T PR2832 chr1 213942363 213942364 A C PR2832 chr1 213943530 213943531 T A PR1783 2. VCF format The header line names the 8 fixed, mandatory columns. These columns are as follows (tab-delimited): CHROM POS ID REF ALT QUAL FILTER INFO eg. ##fileformat=VCFv4.0 #CHROM POS ID REF ALT QUAL FILTER INFO ... 2 4370 rs6057 G A 29 . ... ...