findCDR3Motif | R Documentation |
Find CDR3 Motif in K-mer and Position
findCDR3Motif( cdr3, kmers = NULL, position = NULL, min.freq = 3, save = TRUE, out.pref = NULL, verbose = TRUE )
cdr3 |
character. |
kmers |
numeric. |
position |
numeric. |
min.freq |
numeric. |
save |
logical. |
out.pref |
character. |
verbose |
logical. |
CDR3 = TableCDR3(vdj, type = 'CDR3aa') CDR3 = rep(CDR3$CDR3, CDR3$TotalCell) Motif = findCDR3Motif(CDR3, 3, c(4, -3)) head(Motif)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.