-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.54 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
Package: ProActive
Title:
Detect Elevations and Gaps in Mapped Sequencing Read Coverage
Version: 0.1.0.9000
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 annotations 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 annotations found within the detected regions of gapped
and elevated read coverage. Additionally, users can search for gene
annotations of interest in the output read coverage plots.
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