countRangedKmers: Count k-mers in given ranges of a sequence.

View source: R/RcppExports.R

countRangedKmersR Documentation

Count k-mers in given ranges of a sequence.

Description

Slide and update the cummulated table count.

Usage

countRangedKmers(sequence, starts, ends, k)

Arguments

sequence

A sequence to count.

starts

Start positions.

ends

End positions.

k

K-mer size.

Value

A k-mer-named vector of count.


kmeRtone documentation built on Sept. 11, 2024, 9:12 p.m.