calKmerSkew: Function calculates the skew of k-mers based on their...

View source: R/calKmerSkew.R

calKmerSkewR Documentation

Function calculates the skew of k-mers based on their occurrence in positive and negative strands.

Description

Function calculates the skew of k-mers based on their occurrence in positive and negative strands.

Usage

calKmerSkew(kmer.table)

Arguments

kmer.table

data.table with columns: kmer, pos_strand, neg_strand.

Value

data.table with the kmer_skew column.


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