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
)
Full length germline VDJ sequence aligned with aligned with the
sequence in the seq
column of receptor
.
row from AIRR-table containing sequence of interest
germline V segment sequence from getGermline
germline D segment sequence from getGermline
germline J segment sequence from getGermline
Column name in receptor specifying np1 segment length (e.g. np1_length)
Column name in receptor specifying np2 segment length (e.g. np1_length)
Column name in receptor specifying np1 segment length in AA (if amino_acid=TRUE, e.g. np1_length)
Column name in receptor specifying np2 segment length in AA (if amino_acid=TRUE, e.g. np1_length)
Perform reconstruction on amino acid sequence (experimental)