determine.kmers: Determine all kmers with mismatches of a given length

Description Usage Arguments Value

Description

Builds all possible kmers in the given range for the given alphabet

Usage

1
2
  determine.kmers(alphabet, mismatches, kmer.len,
    range = NULL, consecutive.mismatches, verbose = TRUE)

Arguments

alphabet

Nucleotide alphabet

mismatches

Number of mismatches allowed

range

Range of numbers to determine kmers

kmer.len

Length of kmers

verbose

Logical to show logs

Value

A list of DNAStringSet elements: kmers containining kmers without mismatches and kmers.mismatches containing all the kmers that were generated'


ManuSetty/ChIPKernels documentation built on May 7, 2019, 2:46 p.m.