Description Usage Arguments Value Examples
View source: R/EntropyAnalysisFunctions.R
Checks entropy contributions for all TCRs expressing a specific motif (searchterms) in a specific range (targetrange)
1 | SearchIterator(base, searchterms, targetrange, ticks = FineBinTicks)
|
base |
CDR3Breakdown object |
searchterms |
Vector of k-mers to analyze matching the length analyzed in base |
targetrange |
Two element vector describing the lower and upper bound of CDR3 region analyzed (from 0-1) |
ticks |
Vector of ticks to analyze, FineBinTicks for single CDR3, FineBinTicksPaired for paired CDR3s |
data.table object describing per-bin entropy of k-mers containing a specific k-mer (searchterms) within a specific region (targetrange)
1 | ## Not run: SearchIterator(CDR3Breakdown, c("GG","GA"), c(0.4,0.6), FineBinTicks)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.