-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
47 lines (47 loc) · 1.19 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
Package: gTrack
Title: Plotting multiple tracks of complex genomic data across multiple genomic
windows
Version: 0.1.0
Maintainer: Marcin Imielinski <[email protected]>
Authors@R: c(person(given = "Jeremiah", family = "Wala", role = c("aut"), email = "[email protected]"),
person(given = "Marcin",
family = "Imielinski", role = c("aut", "cre"), email =
Description: Object for plotting GRanges, RleList, UCSC file formats, and
ffTrack objects in multi-track panels.
Remotes:
github::mskilab/gUtils
biocViews:
bioc::3.10/S4Vectors,
bioc::3.10/GenomicRanges,
bioc::3.10/rtracklayer,
bioc::3.10/VariantAnnotation,
bioc::3.10/Biostrings,
bioc::3.10/GenomeInfoDb
Depends:
R (>= 3.6.0),
GenomicRanges (>= 1.30),
data.table (>= 1.10),
gUtils
Imports:
IRanges (>= 2.12),
S4Vectors (>= 0.4),
GenomeInfoDb (>= 1.13),
Matrix,
RColorBrewer,
data.table,
methods,
Rcpp,
RCurl,
rtracklayer,
BiocGenerics
LinkingTo: Rcpp
License: GPL-2
LazyData: true
BugReports: http://github.com/mskilab/gTrack/issues
RoxygenNote: 7.2.3
Suggests:
testthat (>= 2.0),
covr,
pkgdown,
spatstat