getScores | R Documentation |
Function calculates scores for k-mers based on case and control k-mer counts.
getScores(case.kmers, control.kmers)
case.kmers |
A data.table containing k-mer counts in case samples. |
control.kmers |
A data.table containing k-mer counts in control samples. |
A data.table containing scores for each k-mer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.