The mutalyzer batch checker accepts the following file formats:
- Tab delimited text file / CSV file
- Microsoft Excel file
- OpenOffice ODS file
The maximum file size is 10 megabytes, and the maximum
length per entry (variant description) is 190 characters.
We accept two types of input files, you can download examples below.
New Style
This file format has no header-row. Each row consists of one or more tab delimited fields, where every field contains a single variant description (or dbSNP rs number in case of the SNP Converter). Note that all rows must have the same number of fields.
AB026906.1:c.274G>T |
AL449423.14(CDKN2A_v002):c.5_400del |
Download new style example file
Old Style
Deprecation warning: Please don't use this format, it
is deprecated and will not be supported in the future.
This file format has a header-row, which consists of
three tab delimited fields. In each following row the
corressponding data is also tab delimited.
AccNo |
Genesymbol |
Mutation |
AB026906.1 | SDHD | g.7872G>T |
Download old style example file
Output Format
The output of a Mutalyzer Batch run is a tab delimited CSV file,
which has a header-row to clarify the results. We recommend opening
the file in a spreadsheet program, such as OpenOffice Calc or
Microsoft Excel.
Note that empty lines are removed from the batch input file.