Package: biogram
Type: Package
Title: N-Gram Analysis of Biological Sequences
Version: 1.1
LazyData: true
Date: 2014-12-19
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 (sequences of n items) derived from biological sequences (proteins
    or nucleic acids). To deal with the dimensionality of the n-gram data,
    biogram uses QuiPT (quick permutation test) for fast feature-filtering.
License: GPL-3
URL: https://github.com/michbur/biogram
BugReports: https://github.com/michbur/biogram/issues
Depends: R (>= 3.0.0), slam
Imports: bit
Suggests: testthat
NeedsCompilation: no
Repository: CRAN
Packaged: 2015-02-03 09:58:35 UTC; michal
Author: Michal Burdukiewicz [cre, aut],
  Piotr Sobczyk [aut],
  Chris Lauber [aut]
Maintainer: Michal Burdukiewicz <michalburdukiewicz@gmail.com>
Date/Publication: 2015-02-03 11:18:13
