forked from showteeth/ggcoverage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.48 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
Package: ggcoverage
Type: Package
Title: Visualize Genome/Protein Coverage with Various Annotations
Version: 1.2.0
Authors@R:
person(given = "Yabing",
family = "Song",
role = c("aut", "cre"),
email = "[email protected]")
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.1.1
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,
ggpp
Suggests:
rmarkdown,
knitr,
BiocStyle,
htmltools,
BSgenome.Hsapiens.UCSC.hg19,
graphics,
HiCDataHumanIMR90,
GenomeMatrix
VignetteBuilder: knitr