zwc description

zwc is designed to very quickly count word frequencies in a FASTA file.

Installation

require(devtools)
install_github('arendsee/zwc')

Data

zwc includes two datasets: the 1) Arabidopsis thaliana mitochondrial genome (mito_dna) and 2) protein products (mito_aa).

Usage

library(zwc)
data(mito_aa)
x <- fasta_wc(k=3, text=mito_aa)
hist(x)


arendsee/zwc documentation built on May 10, 2019, 1:26 p.m.