Learn R Programming

kmeRtone (version 1.0)

countRevCompKmers: Count reverse complement sequence from its opposite strand. Build for k-mer table generated from initKmerTable function but applicable to others with the same format.

Description

Count reverse complement sequence from its opposite strand. Build for k-mer table generated from initKmerTable function but applicable to others with the same format.

Usage

countRevCompKmers(kmer.table)

Value

Updated k-mer table.

Arguments

kmer.table

A data.table of k-mer with at least 3 columns: kmer, pos_strand, and neg_strand. Splitted k-mer columns: kmer_part1 and kmer_part2 is supported.