View source: R/countRevCompKmers.R
countRevCompKmers | R Documentation |
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.
countRevCompKmers(kmer.table)
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. |
Updated k-mer table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.