create.kmer: Creation of k-mers of a single sequence.

View source: R/primers.R

create.kmerR Documentation

Creation of k-mers of a single sequence.

Description

Creation of k-mers of a single sequence.

Usage

create.kmer(seq, k)

Arguments

seq

A character vector.

k

The size of the k-mer.

Value

A names character vector, where the names are the relative positions of the k-mers and the values give the character vector of the k-mer.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.