| locus | string | Gene locus (chain type). For example, IGH, IGK, IGL, TRA, TRB, TRD, or TRG.<br/>*The incomplete recombinations analyzed by vidjil-algo are reported as IGH+ IGK+, TRA+D, TRB+, TRD+, and `xxx` for unexpected recombinations. See [locus](locus).*
| locus | string | Gene locus (chain type). For example, `IGH`, `IGK`, `IGL`, `TRA`, `TRB`, `TRD`, or `TRG`.<br/>*Vidjil-algo outputs all these loci. Moreover, the incomplete recombinations analyzed by vidjil-algo are reported as `IGH+`, `IGK+`, `TRA+D`, `TRB+`, `TRD+`, and `xxx` for unexpected recombinations. See [locus](locus).*
| consensus_count | number | Number of reads contributing to the (UMI) consensus for this sequence. For example, the sum of the number of reads for all UMIs that contribute to the query sequence. <br/>*Number of reads gathered in the clone.*
| consensus_ratio (+) | number | *Ratio of the number of reads gathered in the clone against the total number of reads analyzed with recombinations.*
| sequence_id | string | Unique query sequence identifier within the file. Most often this will be the input sequence header or a substring thereof, but may also be a custom identifier defined by the tool in cases where query sequences have been combined in some fashion prior to alignment. <br/>*This identifier is the (50 bp by default) window extacted around the junction.* |
| clone_id | string | Clonal cluster assignment for the query sequence. <br/>*This identifier is again the (50 bp by default) window extacted around the junction.*
| warnings (+) | string | *Warnings associated to this clone. See XXXXXX.*
| sequence | string | The query nucleotide sequence. Usually, this is the unmodified input sequence, which may be reverse complemented if necessary. In some cases, this field may contain consensus sequences or other types of collapsed input sequences if these steps are performed prior to alignment. <br/>*This contains the consensus/representative sequence of each clone.*
| rev_comp | boolean | True if the alignment is on the opposite strand (reverse complemented) with respect to the query sequence. If True then all output data, such as alignment coordinates and sequences, are based on the reverse complement of 'sequence'. <br/>*Set to null, as vidjil-algo gather reads from both strands in clones* |
| v_call, d_call, j_call | string | V/D/J gene with allele. For example, IGHV4-59*01. <br /> *In the case of uncomplete/unexpected recombinations, we still use*`v/d/j_call`. |
| v_call, d_call, j_call | string | V/D/J gene with allele. For example, IGHV4-59*01. <br /> *In the case of uncomplete/unexpected recombinations (locus with a `+`, we still use*`v/d/j_call`. |
| productive | boolean | True if the V(D)J sequence is predicted to be productive. <br/>*true, false, or null when no CDR3 has been detected* |
| productive | boolean | True if the V(D)J sequence is predicted to be productive. <br/>*true, false, or null when no CDR3 has been detected* |
| sequence_alignment | string | Aligned portion of query sequence, including any indel corrections or numbering spacers, such as IMGT-gaps. Typically, this will include only the V(D)J region, but that is not a requirement. <br/>*null* |
| germline_alignment | string | Assembled, aligned, fully length inferred germline sequence spanning the same region as the sequence_alignment field (typically the V(D)J region) and including the same set of corrections and spacers (if any). <br/>*null*
| v_cigar, d_cigar, j_cigar | string | CIGAR strings for the V/D/J gene <br/>*null*.
| v_cigar, d_cigar, j_cigar | string | CIGAR strings for the V/D/J gene <OBbr/>*null*.
|
Currently, we do not output alignment strings.
Our implementation of .tsv may evolve in future versions.
Contact us if a particular feature does interest you.