Package: biogram
Type: Package
Title: N-Gram Analysis of Biological Sequences
Version: 1.6.3
LazyData: true
Date: 2020-03-31
Authors@R: c(
    person("Michal", "Burdukiewicz",
    email = "michalburdukiewicz@gmail.com",
    comment = c(ORCID = "0000-0001-8926-582X"),
    role = c("cre", "aut")),
    person("Piotr", "Sobczyk",
    role = "aut"),
    person("Chris", "Lauber",
    role = "aut"),
    person("Dominik", "Rafacz",
    role = "aut"),
    person("Katarzyna", "Sidorczuk",
    role = "ctb",
    comment = c(ORCID = "0000-0001-6576-9054")))
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: combinat, entropy, partitions
Suggests: ggplot2, knitr, testthat
NeedsCompilation: no
Repository: CRAN
Encoding: UTF-8
RoxygenNote: 7.1.0
Packaged: 2020-03-31 13:55:56 UTC; michal
Author: Michal Burdukiewicz [cre, aut]
    (<https://orcid.org/0000-0001-8926-582X>),
  Piotr Sobczyk [aut],
  Chris Lauber [aut],
  Dominik Rafacz [aut],
  Katarzyna Sidorczuk [ctb] (<https://orcid.org/0000-0001-6576-9054>)
Maintainer: Michal Burdukiewicz <michalburdukiewicz@gmail.com>
Date/Publication: 2020-03-31 14:30:06 UTC
Built: R 4.6.0; ; 2025-08-18 07:03:19 UTC; unix
