Transcript identifier (Ensembl or RefSeq) or name of the gene (HUGO symbol) plus the aminoacid change following HGVS format.
Only at substitutions the aminoacids can be one or three letters. Example: NM_005157:p.T315I and NM_005157:p.Thr315Ile both are valid
If you upload a file, the protein change column needs to be labeled as protein
in the header. The sample identifier can be also included in a column labeled sample
separated using a <tab>
character. Any other column will be ignored but included in the output.
The chromosome, genome position and reference/alternative alleles (annotated in the positive strand) following HGVS format.
If you upload a file, the nucleotide change column needs to be labeled as gdna
in the header. The sample identifier can be also included in a column labeled sample
separated using a <tab>
character. Any other column will be ignored but included in the output.
The chromosome, genomic position and reference/alternative alleles (annotated in the positive strand) separated in different columns.
If you upload a file, the columns need to be labeled as chr
, pos
, ref
and alt
and separated using a <tab>
character. The sample identifier can be also included in a column labeled sample
. Any other column will be ignored but included in the output.
The VCF format is accepted only if you upload a file. VCF file with multiple samples are not accepted, they are parsed as a single sample VCF. Check the format details in this link
The gene plus the alteration type separated by the colon character.
If you upload a file, this information needs to be stated in two different columns labeled as gene
and cna
in the header, respectively, separated using a <tab>
character. The valid entries for the cna
column are either amp or del (case insensitive). The sample identifier can be also included in a column labeled sample
. Any other column will be ignored but included in the output.
Translocations are stated by the two partners separated with the '__' character (two underscores). The translocations are processed regardless of the order of the partners.
If you upload a file, the fusion partners column need to be labeled as fus
in the header of a tab-separated file. The sample identifier can be also included in a column labeled sample
. Any other column will be ignored but included in the output.