-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.64 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
52
53
54
55
56
57
58
Package: megadepth
Title: megadepth: BigWig and BAM related utilities
Version: 1.17.0
Date: 2021-08-05
Authors@R:
c(
person(
"Leonardo", "Collado-Torres", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2140-308X")
),
person(
given = "David",
family = "Zhang",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2382-8460")
))
Description: This package provides an R interface to Megadepth by Christopher
Wilks available at https://github.com/ChristopherWilks/megadepth. It is
particularly useful for computing the coverage of a set of genomic regions
across bigWig or BAM files. With this package, you can build base-pair
coverage matrices for regions or annotations of your choice from BigWig
files. Megadepth was used to create the raw files provided by
https://bioconductor.org/packages/recount3.
License: Artistic-2.0
URL: https://github.com/LieberInstitute/megadepth
BugReports: https://support.bioconductor.org/t/megadepth
biocViews: Software, Coverage, DataImport, Transcriptomics, RNASeq,
Preprocessing
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
covr,
knitr,
BiocStyle,
sessioninfo,
rmarkdown,
rtracklayer,
derfinder,
GenomeInfoDb,
tools,
RefManageR,
testthat
SystemRequirements: megadepth (<https://github.com/ChristopherWilks/megadepth>)
VignetteBuilder: knitr
Imports:
xfun,
utils,
fs,
GenomicRanges,
readr,
cmdfun,
dplyr,
magrittr
Config/testthat/edition: 3