| getPopularMutationCount {tigger} | R Documentation |
getPopularMutationCount determines which sequences occur frequently
for each V gene and returns the mutation count of those sequences.
getPopularMutationCount( data, germline_db, v_call = "v_call", seq = "sequence_alignment", gene_min = 0.001, seq_min = 50, seq_p_of_max = 1/8, full_return = FALSE )
data |
|
germline_db |
named list of IMGT-gapped germline sequences. |
v_call |
name of the column in |
seq |
name of the column in |
gene_min |
portion of all unique sequences a gene must constitute to avoid exclusion. |
seq_min |
number of copies of the V that must be present for to avoid exclusion. |
seq_p_of_max |
ror each gene, the fraction of the most common V sequence count that a sequence must meet to avoid exclusion. |
full_return |
if |
A data frame of genes that have a frequent sequence mutation count above 1.
getMutatedPositions can be used to find which positions of a set of sequences are mutated.
getPopularMutationCount(AIRRDb, SampleGermlineIGHV)