Upload a VCF file for variant effect prediction. VCF format:
- Each line must have at least 5 tab separated fields.
- If there is a header column, it must begin with a hash `#` and the first 5 tab separated entries must be the following: `#CHROM`, `POS`, `ID`, `REF`, `ALT`
- The first column: Chromosome name
- The second column: Position. A positive integer within chromosome length
- The third column: Variant name. This field can be left empty.
- The fourth column: Reference allele. One or more upper case codes from ATCG. Maximum 100 characters.
- The fifth column: Alternative allele. Contain one or more upper case codes from ATCG. Maximum 100 characters.
- Required for Seqweaver - The sixth column: Strand. Either '+' or '-' indicating strand.
A VCF file can be opened in any text editor. However, for most users a VCF file is best viewed using a spreadsheet program such as Microsoft Excel or Google Sheets.
Example VCF fileExample VCF file with strand