Package: biogram
Type: Package
Title: N-Gram Analysis of Biological Sequences
Version: 1.4
LazyData: true
Date: 2017-01-5
Authors@R: c(
    person("Michal", "Burdukiewicz",
    email = "michalburdukiewicz@gmail.com",
    role = c("cre", "aut")),
    person("Piotr", "Sobczyk",
    role = "aut"),
    person("Chris", "Lauber",
    role = "aut"))
Description: Tools for extraction and analysis of various
    n-grams (k-mers) derived from biological sequences (proteins
    or nucleic acids). Contains QuiPT (quick permutation test) for fast
    feature-filtering of the n-gram data.
License: GPL-3
URL: https://github.com/michbur/biogram
BugReports: https://github.com/michbur/biogram/issues
VignetteBuilder: knitr
Depends: R (>= 3.0.0), slam
Imports: bit, combinat, entropy, partitions
Suggests: ggplot2, knitr, testthat
NeedsCompilation: no
Repository: CRAN
RoxygenNote: 5.0.1
Packaged: 2017-01-05 21:10:58 UTC; Michal
Author: Michal Burdukiewicz [cre, aut],
  Piotr Sobczyk [aut],
  Chris Lauber [aut]
Maintainer: Michal Burdukiewicz <michalburdukiewicz@gmail.com>
Date/Publication: 2017-01-06 01:18:55
