-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.44 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
Package: ProActive
Title:
Detect Elevations and Gaps in Mapped Sequencing Read Coverage
Version: 0.0.2
Maintainer: Jessie Maier <[email protected]>
Authors@R:
c(person(given = "Jessie",
family = "Maier",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0009-0001-8575-5386")),
person(given = "Manuel",
family = "Kleiner",
role= c("aut", "ths"),
comment = c(ORCID = "0000-0001-6904-0287")))
Description:
Automate the detection of gaps and elevations in mapped sequencing
read coverage using a 2D pattern-matching algorithm. 'ProActive' detects, characterizes
and visualizes read coverage patterns in both genomes and metagenomes. Optionally,
users may provide gene predictions associated with their genome or metagenome
in the form of a .gff file. In this case, 'ProActive' will generate an additional
output table containing the gene predictions found within the detected regions of gapped
and elevated read coverage.
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://github.com/jlmaier12/ProActive, https://jlmaier12.github.io/ProActive/
BugReports: https://github.com/jlmaier12/ProActive/issues
Imports:
utils,
stats,
dplyr,
ggplot2,
stringr
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
kableExtra
VignetteBuilder: knitr
Depends:
R (>= 4.2.0)
Config/testthat/edition: 3