Package: biogram
Type: Package
Title: N-Gram Analysis of Biological Sequences
Version: 1.2
LazyData: true
Date: 2015-04-02
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). Uses QuiPT (quick permutation test) for fast 
    feature-filtering to deal with the dimensionality  of the n-gram data.
License: GPL-3
URL: https://github.com/michbur/biogram
BugReports: https://github.com/michbur/biogram/issues
Depends: R (>= 3.0.0), slam
Imports: bit, entropy
Suggests: ggplot2, testthat
NeedsCompilation: no
Repository: CRAN
Packaged: 2015-06-22 10:47:36 UTC; michal
Author: Michal Burdukiewicz [cre, aut],
  Piotr Sobczyk [aut],
  Chris Lauber [aut]
Maintainer: Michal Burdukiewicz <michalburdukiewicz@gmail.com>
Date/Publication: 2015-06-22 12:59:21
