forked from NBISweden/genecovr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 722 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
37 lines (37 loc) · 722 Bytes
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
Package: genecovr
Title: Gene body coverage analysis to evaluate genome assemblies
Version: 0.0.0.9003
Authors@R:
person(given = "Per",
family = "Unneberg",
role = c("aut", "cre"),
email = "per.unneberg@nbis.se",
comment = c(ORCID = "0000-0001-5735-3315"))
Description: Gene body coverage analysis to evaluate genome assemblies.
Depends:
R (>= 3.5)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
BiocGenerics,
Biostrings,
GenomeInfoDb,
GenomicRanges (>= 1.32.0),
IRanges,
S4Vectors,
dplyr,
ggplot2,
methods,
rlang,
tidyr,
utils,
viridis
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0