-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.61 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
Type: Package
Package: ggcoverage
Title: Visualize Genome/Protein Coverage with Various Annotations
Version: 1.4.1
Authors@R: c(
person("Yabing", "Song", , "songyb0519@gmail.com", role = c("aut", "cre", "cph")),
person("Michael", "Jahn", , "jahn@mpusp.mpg.de", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-3913-153X"))
)
Maintainer: Yabing Song <songyb0519@gmail.com>
Description: Visualize coverage tracks from genomics, transcriptomics
or proteomics data. The package contains functions to load data from 'BAM',
'BigWig', 'BedGraph', 'txt', or 'xlsx' files, create genome/protein coverage
plots, and add various annotations including base and amino acid
composition, GC content, copy number variation (CNV), genes, transcripts,
ideograms, peak highlights, HiC contact maps, contact links and protein
features. It is based on and integrates well with 'ggplot2'.
License: MIT + file LICENSE
URL: https://showteeth.github.io/ggcoverage/,
https://github.com/showteeth/ggcoverage
BugReports: https://github.com/showteeth/ggcoverage/issues
Imports:
BiocParallel,
Biostrings,
dplyr,
GenomeInfoDb,
GenomicAlignments,
GenomicRanges,
ggh4x,
ggpattern,
ggplot2,
ggrepel,
grDevices,
gridExtra,
IRanges,
methods,
patchwork,
rlang,
Rsamtools,
rtracklayer,
scales,
stats,
utils
Suggests:
BiocStyle,
BSgenome.Hsapiens.UCSC.hg19,
ggbio,
ggforce,
graphics,
HiCBricks,
htmltools,
knitr,
openxlsx,
rmarkdown
VignetteBuilder:
knitr
biocViews:
Encoding: UTF-8
RoxygenNote: 7.3.2