GetCustomKmerCounts | R Documentation |
Generate custom k-mer abundance from a given reference genome
GetCustomKmerCounts(k, ref.genome, custom.ranges, filter.path, verbose = FALSE)
k |
Length of k-mers (k>=2) |
ref.genome |
A |
custom.ranges |
A keyed data table which has custom ranges information. It
has three columns: chrom, start and end. It should use one-based coordinate
system. You can use the internal function in this package
|
filter.path |
If given, homopolymers will be masked from genome(sequence). Only simple repeat masking is accepted now. |
verbose |
If |
Matrix of the counts of custom k-mer across the ref.genome
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.