-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) · 1.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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 = "[email protected]",
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,
Matrix,
pbapply
Suggests:
ggplot2,
knitr,
testthat,
rmarkdown
NeedsCompilation: no
Repository: CRAN
Encoding: UTF-8
RoxygenNote: 7.3.2