Tools Hub
A focused workspace for CROSSTCR batch lookup, sequence-level comparison, pMHC context review, and curated TCR cross-reactivity prediction resources organized from the supplemental material.
Batch Query / Batch Annotation
Paste multiple CDR3/peptide/MHC queries and let the backend return compact CROSSTCR match summaries without loading the full release tables into the browser.
| # | CDR3_alpha | CDR3_beta | Peptide | MHC |
|---|---|---|---|---|
| {{ row.index + 1 }} | {{ row.alpha || '-' }} | {{ row.beta || '-' }} | {{ row.peptide || '-' }} | {{ row.mhc || '-' }} |
| Query | Dataset | Records | Groups | TCRs | pMHC context |
|---|---|---|---|---|---|
| {{ row.label }} {{ row.query }} |
{{ row.dataset }} | {{ row.records }} | {{ row.groups }} | {{ row.tcrs }} | {{ row.peptides }} peptide(s), {{ row.mhcAlleles }} MHC allele(s) |
CROSSTCR Query Builder
Build precise links into Dataset and Network from paired TCR sequences, peptide ligands, and MHC alleles without manually composing URL parameters.
Generated actions
Open matching records directly, or ask the backend for compact match counts.
{{ dataset.label }}
pMHC Context Helper
Summarize the database context around a peptide-MHC query, including matched records, cross-reactive groups, linked TCRs, clinical contexts, and source annotations.
Local summary
{{ dataset.label }}
| Peptide | MHC | CDR3_beta |
|---|---|---|
| {{ row.Peptide }} | {{ row.MHC_Allele }} | {{ row.CDR3_beta }} |
Sequence Distance Calculator
Input amino-acid sequences and compute pairwise distance or similarity matrices using edit distance, k-mer overlap, BLOSUM62 alignment, and amino-acid frequency vectors.
| # | S{{idx+1}} |
|---|---|
| S{{i+1}} | {{ fmt(val) }} |
Hamming applies to equal-length pairs only. Jaccard distance is computed on k-mers. BLOSUM62 uses affine Needleman-Wunsch alignment normalized by self-similarity. Euclidean, Manhattan, and Cosine are computed from 20-dimensional amino-acid frequency vectors.
Prediction Tools & External Links
A categorized catalog rebuilt from the supplemental material table, grouping tools by sequence similarity, structure modeling, ML/DL prediction, multimodal risk analysis, and selected external resources.
| Tool Name {{ sortAsc ? '▲' : '▼' }} ⬍ | Category {{ sortAsc ? '▲' : '▼' }} ⬍ | Method | Input | Prediction Task | CR Use {{ sortAsc ? '▲' : '▼' }} ⬍ | Year {{ sortAsc ? '▲' : '▼' }} ⬍ | Reference |
|---|---|---|---|---|---|---|---|
| No matching tools found. | |||||||
|
{{ tool.name }}
|
{{ tool.category_label }} | {{ tool.methodology }} | {{ tool.input }} | {{ tool.prediction_task }} | {{ tool.cross_reactivity_use }} | {{ tool.year }} | {{ tool.reference }} |
|
Supplemental Source: {{ tool.supplemental_table }}
Category: {{ tool.category_label }}
Method: {{ tool.methodology }}
Input Features: {{ tool.input }}
Data Source: {{ tool.data_source || '-' }}
Prediction Task: {{ tool.prediction_task }}
Cross-reactivity Use: {{ tool.cross_reactivity_use }}
Reference: {{ tool.reference }}
Interpretation: {{ tool.category_description }}
|
|||||||
Common external tools are organized by practical use case so users can move from CROSSTCR records to specificity prediction, structure modeling, or peptide mimicry checks.
TCR Numbering & CDR3 Annotation
Annotate curated CDR3 alpha/beta strings directly, or submit full TRA/TRB variable-domain sequences for backend-priority ANARCI numbering with local fallback.
CDR3 interpretation
This mode is appropriate for CROSSTCR records because the release stores curated CDR3 strings and V/J annotations. It does not infer CDR1/CDR2 or framework residues.
Residue-level CDR3 table
| Chain | CDR3 position | Residue | Suggested use |
|---|---|---|---|
| {{ row.chain }} | {{ row.position }} | {{ row.residue }} | {{ row.role }} |
Full variable-domain input
Anchors and actions
| Index | Residue | Region | Numbering position |
|---|---|---|---|
| {{ row.index }} | {{ row.residue }} | {{ row.region }} | {{ row.position }} |
Global Alignment (Affine NW)
{{ modal.aliA }}
{{ modal.midline }}
{{ modal.aliB }}