-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
63 lines (63 loc) · 1.43 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: seqR
Type: Package
Title: Fast and Comprehensive K-Mer Counting Package
Version: 1.0.1
Date: 2021-09-27
Authors@R: c(
person(given = "Jadwiga",
family = "Słowik",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3466-8933")),
person(given = "Michał",
family = "Burdukiewicz",
role = c("ths"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8926-582X"))
)
Description: A fast implementation of k-mer (subsequences of length k) counting with the support for all types of biological sequences and k-mer variants.
License: GPL (>= 3)
Imports:
Matrix,
Rcpp (>= 1.0.4),
RcppParallel (>= 5.1.2),
rlang,
slam
Depends:
R(>= 3.6)
LinkingTo:
Rcpp,
RcppParallel
Suggests:
covr,
ggplot2,
knitr,
microbenchmark,
pryr,
rmarkdown,
spelling,
testthat
VignetteBuilder:
knitr
SystemRequirements:
c++17,
GNU make
NeedsCompilation: yes
RoxygenNote: 7.1.1
Encoding: UTF-8
Language: en-US
URL: https://github.com/slowikj/seqR
BugReports: https://github.com/slowikj/seqR/issues
LazyData: TRUE
Collate:
'CsgA.R'
'RcppExports.R'
'atomic_validators.R'
'common.R'
'seqR_result.R'
'kmer_typed_functions.R'
'kmer_functions_provider.R'
'count_kmers.R'
'count_multimers.R'
'package.R'
'zzz.R'