Description Usage Arguments Value
Create k-mer affinity table for seeding GLM analysis of SELEX data.
1 2 | getKmerCountAffinities(sample, k, markovModel, minCount = 100,
symmetrize = TRUE)
|
k |
K-mer length to be counted. |
markovModel |
Markov model handle to use to predict previous round probabilities and expected counts. |
minCount |
The minimum number of counts for a k-mer to be output. |
symmetrize |
logical: indicates whether count cutoff and sorting should be imposed on the symmetrized counts/affinities. |
Sample |
Sample handle to the dataset on which k-mer counting should be perfomed. |
A data frame containing k-mer affinities (standard and reverse complement symmetric versions).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.