Learn R Programming

kmeRtone (version 1.0)

calKmerSkew: 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)

Value

data.table with the kmer_skew column.

Arguments

kmer.table

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