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