-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
60 lines (60 loc) · 1.63 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
Type: Package
Package: ggcoverage
Title: Visualize Genome/Protein Coverage with Various Annotations
Version: 1.4.0
Authors@R: c(
person("Yabing", "Song", , "[email protected]", role = c("aut", "cre", "cph")),
person("Michael", "Jahn", , "[email protected]", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-3913-153X"))
)
Maintainer: Michael Jahn <[email protected]>
Description: The goal of `ggcoverage` is to visualize coverage tracks from
genomics, transcriptomics or proteomics data. It 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,
HiCDataHumanIMR90,
htmltools,
knitr,
rmarkdown
VignetteBuilder:
knitr
biocViews:
Encoding: UTF-8
RoxygenNote: 7.3.1