knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

kmerize

Travis build status AppVeyor build status Project Status: Active – The project has reached a stable, usable state and is being actively developed. Lifecycle: maturing

Kmerize provides convenience tools for creating and analyzing k-mers.

Installation

You can install the released version of kmerize from CRAN with:

install.packages("remotes")
remotes::install_github("c5sire/kmerize", dependencies = TRUE)

Example

See the basic tutorial.



c5sire/kmerize documentation built on June 7, 2020, 9:26 p.m.