-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.7 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
59
60
61
62
63
Package: karyoploteR
Type: Package
Title: Plot customizable linear genomes displaying arbitrary data
Version: 1.29.1
Date: 2017-05-03
Authors@R:
c(person(given = "Bernat",
family = "Gel",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8878-349X")))
Description: karyoploteR creates karyotype plots of arbitrary genomes and offers
a complete set of functions to plot arbitrary data on them. It mimicks many
R base graphics functions coupling them with a coordinate change function
automatically mapping the chromosome and data coordinates into the plot
coordinates. In addition to the provided data plotting functions, it is
easy to add new ones.
License: Artistic-2.0
Depends:
R (>= 3.4),
regioneR,
GenomicRanges,
methods
Imports:
regioneR,
GenomicRanges,
IRanges,
Rsamtools,
stats,
graphics,
memoise,
rtracklayer,
GenomeInfoDb,
S4Vectors,
biovizBase,
digest,
bezier,
GenomicFeatures,
bamsignals,
AnnotationDbi,
grDevices,
VariantAnnotation
Suggests:
BiocStyle,
knitr,
rmarkdown,
markdown,
testthat,
magrittr,
BSgenome.Hsapiens.UCSC.hg19,
BSgenome.Hsapiens.UCSC.hg19.masked,
TxDb.Hsapiens.UCSC.hg19.knownGene,
TxDb.Mmusculus.UCSC.mm10.knownGene,
org.Hs.eg.db,
org.Mm.eg.db,
pasillaBamSubset
URL: https://github.com/bernatgel/karyoploteR
BugReports: https://github.com/bernatgel/karyoploteR/issues
VignetteBuilder: knitr
biocViews: Visualization, CopyNumberVariation, Sequencing, Coverage, DNASeq, ChIPSeq, MethylSeq, DataImport, OneChannel
NeedsCompilation: no
Encoding: UTF-8
RoxygenNote: 7.2.3