matchQuerySequenceWithTargetSequence: Match sequences between objects Match sequences in one object...

Description Usage Arguments Value

Description

Match sequences between objects Match sequences in one object to sequences in another object using keyword hash trees

Usage

1
2
3
matchQuerySequenceWithTargetSequence(obj_query, obj_target,
  no_shm_allowance = T, max_adj_mut_igkl = 0, max_adj_mut_igh = 2,
  ndn_cost = 1.05, include_report_data = F)

Arguments

obj_query

The query EOS report object

obj_target

The target EOS report object (i.e., the one with the trees)

no_shm_allowance

Should mutations be allowed?

max_adj_mut_igkl

If the EOS report query doesn't have a pre-specified max adjusted mutation value for a sequence, use this default for IGKL sequences

max_adj_mut_igh

If the EOS report query doesn't have a pre-specified max adjusted mutation value for a sequence, use this default for IGH/IGH_D sequences

ndn_cost

Modified cost for an ndn base pair mismatch

include_report_data

If TRUE, append all EOS fields to the data.frame of matched sequences

Value

A data.frame of matching sequences, locus, superlocus, total mutations and optionally the EOS report fields


AdaptiveCompBio/EOS documentation built on May 26, 2019, 6:37 a.m.