-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.28 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
Package: ggkaryo2
Title: Overlay karyotype and data-track profiles in a ggplot-compatible manner
Version: 0.0.4
Authors@R: person("Gabriele", "Girelli", email = "gigi.ga90@gmail.com", role = c("aut", "cre"))
Author: Gabriele Girelli [aut, cre]
Maintainer: Gabriele Girelli <gigi.ga90@gmail.com>
Description: ggkaryo2 is fully based on ggplot. It allows to plot a simple
karyotype, or a karyotype with one/multiple data-track profile(s). This can
be useful when visualizing multiple informations, as it allows to easily
identify the localization (e.g., genomic coordinate, location relative to
centromere/telomeres, ...) of any region of interest based on a data-track
profile. The karyotype is automatically built from a giemsa-staining bed
file, and the data-track are added as additional bed files. ggkaryo2 supports
simultaneously plotting, onto a karyotype, any number of data-tracks as
profiles, and to highlight loci of interest. Being fully based on ggplot,
the users can easily customize a ggkaryo2 plot and add their own custom
layers to it.
Depends: R (>= 3.6.0)
Imports:
cowplot,
data.table,
ggplot2,
ggplotify,
grid,
methods,
RColorBrewer
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1.9000
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr