-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.79 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
64
65
66
67
68
Package: ggcoverage
Type: Package
Title: Visualize Genome/Protein Coverage with Various Annotations
Version: 1.3.0
Authors@R: c(
person(given = "Yabing",
family = "Song",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Michael",
family = "Jahn",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-3913-153X"))
)
Maintainer: Yabing Song <[email protected]>
Description: The goal of 'ggcoverage' is to simplify the process of visualizing genome/protein coverage. It contains functions to
load data from BAM, BigWig, BedGraph or txt/xlsx files, create genome/protein coverage plot, add various annotations to
the coverage plot, including base and amino acid annotation, GC annotation, gene annotation, transcript annotation, ideogram annotation,
peak annotation, contact map annotation, link annotation and peotein feature annotation.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
URL: https://showteeth.github.io/ggcoverage/, https://github.com/showteeth/ggcoverage
BugReports: https://github.com/showteeth/ggcoverage/issues
biocViews:
Imports:
dplyr,
GenomicRanges,
ggbio,
ggh4x,
ggplot2,
ggrepel,
grDevices,
IRanges,
magrittr,
patchwork,
RColorBrewer,
rlang,
Rsamtools,
rtracklayer,
scales,
stats,
utils,
methods,
GenomeInfoDb,
S4Vectors,
Biostrings,
BSgenome,
GenomicAlignments,
reshape2,
seqinr,
ggforce,
HiCBricks,
ggpattern,
BiocParallel,
openxlsx,
stringr,
gridExtra
Suggests:
rmarkdown,
knitr,
BiocStyle,
htmltools,
BSgenome.Hsapiens.UCSC.hg19,
graphics,
HiCDataHumanIMR90
VignetteBuilder: knitr