-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
34 lines (34 loc) · 1.23 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
Package: PACVr
Version: 1.1.3
Date: 2024-05-31
Title: Plastome Assembly Coverage Visualization
Authors@R: c(person("Gregory", "Smith", role=c("ctb")),
person("Nils", "Jenke", role=c("ctb")),
person("Michael", "Gruenstaeudl", role=c("aut", "cre"), email="m_gruenstaeudl@fhsu.edu", comment=c(ORCID="0000-0002-1666-1773"))
)
Maintainer: Michael Gruenstaeudl <m_gruenstaeudl@fhsu.edu>
Depends: R (>= 3.3.0)
Imports:
Biostrings (>= 2.48.0),
dplyr,
GenomicAlignments (>= 1.18.1),
GenomicRanges,
IRanges,
logger,
read.gb (>= 2.2),
RCircos (>= 1.2.0),
grDevices,
stats,
utils,
tidyr,
R6
Description: Visualizes the coverage depth of a complete plastid genome as well as the equality of its inverted repeat regions in relation to the circular, quadripartite genome structure and the location of individual genes. For more information, please see Gruenstaeudl and Jenke (2020) <doi:10.1186/s12859-020-3475-0>.
License: BSD 3-clause License + file LICENSE
RoxygenNote: 7.3.1
URL: https://github.com/michaelgruenstaeudl/PACVr
BugReports: https://github.com/michaelgruenstaeudl/PACVr/issues
Suggests:
testthat (>= 3.0.0),
rentrez
Config/testthat/edition: 3
Encoding: UTF-8