-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.03 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
Package: gUtils
Title: R Package Providing Additional Capabilities and Speed for GenomicRanges
Operations
Version: 0.2.0
Authors@R: c(
person("Jeremiah", "Wala", role = "aut", email = "jwala@broadinstitute.org"),
person("Marcin", "Imielinski", role = c("aut", "cre"), email = "mimielinski@nygenome.org"))
Description: R package providing additional capabilities and speed for GenomicRanges operations.
biocViews:
bioc::3.10/GenomeInfoDb,
bioc::3.10/BiocGenerics,
bioc::3.10/S4Vectors,
bioc::3.10/IRanges,
bioc::3.10/XVector,
bioc::3.10/GenomicRanges,
bioc::3.10/rtracklayer,
bioc::3.10/VariantAnnotation
Depends:
R (>= 3.5.0),
GenomicRanges (>= 1.30),
data.table (>= 1.10)
Imports:
IRanges (>= 2.12),
S4Vectors (>= 0.4),
GenomeInfoDb (>= 1.13),
parallel,
BiocGenerics(>= 0.24),
methods,
Matrix,
stringr
Suggests:
BSgenome.Hsapiens.UCSC.hg19,
testthat,
rtracklayer
License: GPL-2
BugReports: http://github.com/mskilab/gUtils/issues
LazyData: true
RoxygenNote: 7.1.1