Skip to content

TCR to Amino Acid Sequence

Assembles full germline amino acid sequences from V/J gene calls and CDR3 sequences

Web app slug: tcr-to-amino-seq


Use this pipeline when you have TCR columns like cdr3, V gene and optional J gene, and the goal is to generate the full amino acid sequence.


Navigate to Dashboard → TCR to Amino Acid → New Job.

FieldDescription
Job nameA label for this run
Input fileTSV or CSV file with a nucleotide sequence column and a sequence ID column
Nucleotide columnColumn name containing nucleotide sequences
ID columnColumn name containing sequence identifiers
FieldDefaultDescription
Reading frameauto-detectForce reading frame (0, 1, or 2). Leave blank to auto-detect from the first in-frame codon.
Include stop codonsfalseIf true, translation continues past stop codons (marked with *)

FileDescription
translated_sequences.tsvInput TSV with added amino_acid_sequence column
translation_report.jsonStatistics (total sequences, successful translations, stop codon count)

Many sequences have stop codons
This usually means the reading frame is off. Try specifying each frame (0, 1, 2) and check which produces the fewest stop codons.

Invalid nucleotide characters
The validator accepts A, T, G, C, N. Other characters (e.g., IUPAC ambiguity codes like R, Y) will cause validation failure. Pre-process your sequences to replace ambiguous positions with N.