getGermline get germline segment from specified receptor and segment
getGermline(
receptor,
references,
segment,
field,
germ_start,
germ_end,
germ_length,
germ_aa_start,
germ_aa_length,
amino_acid = FALSE
)
String of germline sequence from specified segment aligned with the
sequence in the seq column of receptor
.
row from AIRR-table containing sequence of interest
list of reference segments. Must be specific to locus and segment
Gene segment to search. Must be V, D, or J.
Column name for segment gene call (e.g. v_call)
Column name of index of segment start within germline segment (e.g. v_germline_start)
Similar to germ_start, but specifies end of segment (e.g. v_germline_end)
Similar to germ_start, but specifies length of segment (e.g. v_germline_end)
Column name of index of segment start within germline segment in AA (if amino_acid=TRUE, e.g. v_germline_start)
Similar to germ_start, but specifies length of segment in AA (if amino_acid=TRUE, e.g. v_germline_end)
Perform reconstruction on amino acid sequence (experimental)