| stitchVDJ | R Documentation |
stitchVDJ combines germline gene segments to a single string
stitchVDJ(
receptor,
v_seq,
d_seq,
j_seq,
np1_length = "np1_length",
np2_length = "np2_length",
np1_aa_length = "np1_aa_length",
np2_aa_length = "np2_aa_length",
amino_acid = FALSE
)
receptor |
row from AIRR-table containing sequence of interest |
v_seq |
germline V segment sequence from getGermline |
d_seq |
germline D segment sequence from getGermline |
j_seq |
germline J segment sequence from getGermline |
np1_length |
Column name in receptor specifying np1 segment length (e.g. np1_length) |
np2_length |
Column name in receptor specifying np2 segment length (e.g. np1_length) |
np1_aa_length |
Column name in receptor specifying np1 segment length in AA (if amino_acid=TRUE, e.g. np1_length) |
np2_aa_length |
Column name in receptor specifying np2 segment length in AA (if amino_acid=TRUE, e.g. np1_length) |
amino_acid |
Perform reconstruction on amino acid sequence (experimental) |
Full length germline VDJ sequence aligned with aligned with the
sequence in the seq column of receptor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.