get_kmer_distribution: Get the k-mer distribution from a sequence

Description Usage Arguments Details Value Author(s)

View source: R/kmer_distribution.R

Description

Calculates the k-mer distribution of a given sequence

Usage

1
get_kmer_distribution(seq, kmers = c(1, 2, 3, 4, 5))

Arguments

seq

Sequence of characters

kmers

vector of wanted k-mers

Details

Calculates the k-mer distribution of a given sequence

Value

data.frame with probability of the k-mers

Author(s)

Jochen Kruppa


jkruppa/acgtPyramid documentation built on May 19, 2019, 12:45 p.m.