buildClonalGermline
Determine consensus clone sequence and create germline for cloneDetermine consensus clone sequence and create germline for clone
buildClonalGermline(
receptors,
references,
chain = "IGH",
use_regions = FALSE,
vonly = FALSE,
seq = "sequence_alignment",
id = "sequence_id",
clone = "clone_id",
v_call = "v_call",
j_call = "j_call",
j_germ_length = "j_germline_length",
j_germ_aa_length = "j_germline_aa_length",
amino_acid = FALSE,
...
)
Tibble with reconstructed germlines
AIRR-table containing sequences from one clone
Full list of reference segments, see readIMGT
chain in references
being analyzed
Return string of VDJ regions? (optional)
Return germline of only v segment?
Column name for sequence alignment
Column name for sequence ID
Column name for clone ID
Column name for V gene segment gene call
Column name for J gene segment gene call
Column name of J segment length within germline
Column name of J segment amino acid length (if amino_acid=TRUE)
Perform reconstruction on amino acid sequence (experimental)
Additional arguments passed to buildGermline
Return object adds/edits following columns:
seq
: Sequences potentially padded same length as germline
germline_alignment
: Full length germline
germline_alignment_d_mask
: Full length, D region masked
vonly
: V gene segment of germline if vonly=TRUE
regions
: String of VDJ segment in position if use_regions=TRUE
createGermlines buildGermline, stitchVDJ