-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
51 lines (51 loc) · 1.49 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
Package: kmerFilters
Type: Package
Title: Simulation of K-mer Data Based on Protein Sequences
Version: 0.1.0
Authors@R: c(
person("Michał", "Burdukiewicz", ,
email = "michalburdukiewicz@gmail.com",
comment = c(ORCID = "0000-0001-8926-582X"),
role = c("aut", "ctb")),
person("Krystyna", "Grzesiak",
email = "krygrz11@gmail.com",
comment = c(ORCID = "0000-0003-2581-7722"),
role = c("aut", "cre")),
person("Jakub", "Kała",
email = "kalajakub96@gmail.com",
comment = c(ORCID = "0000-0002-7187-6988"),
role = c("aut", "ctb"))
)
Description: This package is designed for the simulation of k-mer data. It
generates synthetic k-mer sequences, which are crucial for various
bioinformatics analyses. The package allows users to customize
parameters to mimic different biological scenarios. It is
especially useful for testing algorithms and validating
computational models in proteomics.
License: GPL (>= 3)
Imports:
bigstep,
biogram,
checkmate (>= 2.0.0),
FCBF,
FSelectorRcpp,
iterators,
itertools,
Matrix,
seqR,
praznik,
purrr
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.1.0)
Remotes:
github::lubianat/FCBF,
github::slowikj/seqR
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Language: en-US
VignetteBuilder: knitr