-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from m-jahn/dev
feat: various improvements for CRAN release version 1.4.0
- Loading branch information
Showing
55 changed files
with
1,621 additions
and
1,046 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ inst/doc | |
.Rhistory | ||
.Rproj* | ||
.Rproj.user | ||
vignettes/*.html | ||
vignettes/png/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,60 @@ | ||
Package: ggcoverage | ||
Type: Package | ||
Package: ggcoverage | ||
Title: Visualize Genome/Protein Coverage with Various Annotations | ||
Version: 1.3.0 | ||
Version: 1.4.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", | ||
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: 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. | ||
Maintainer: Michael Jahn <[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 plots, 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 protein | ||
feature annotation. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.3.1 | ||
URL: https://showteeth.github.io/ggcoverage/, https://github.com/showteeth/ggcoverage | ||
URL: https://showteeth.github.io/ggcoverage/, | ||
https://github.com/showteeth/ggcoverage | ||
BugReports: https://github.com/showteeth/ggcoverage/issues | ||
biocViews: | ||
Imports: | ||
BiocParallel, | ||
Biostrings, | ||
dplyr, | ||
GenomeInfoDb, | ||
GenomicAlignments, | ||
GenomicRanges, | ||
ggbio, | ||
ggh4x, | ||
ggpattern, | ||
ggplot2, | ||
ggrepel, | ||
grDevices, | ||
gridExtra, | ||
IRanges, | ||
magrittr, | ||
methods, | ||
patchwork, | ||
RColorBrewer, | ||
rlang, | ||
Rsamtools, | ||
rtracklayer, | ||
scales, | ||
stats, | ||
utils, | ||
methods, | ||
GenomeInfoDb, | ||
S4Vectors, | ||
Biostrings, | ||
BSgenome, | ||
GenomicAlignments, | ||
reshape2, | ||
seqinr, | ||
ggforce, | ||
HiCBricks, | ||
ggpattern, | ||
BiocParallel, | ||
openxlsx, | ||
stringr, | ||
gridExtra | ||
utils | ||
Suggests: | ||
rmarkdown, | ||
knitr, | ||
BiocStyle, | ||
htmltools, | ||
BSgenome.Hsapiens.UCSC.hg19, | ||
ggbio, | ||
ggforce, | ||
graphics, | ||
HiCDataHumanIMR90 | ||
VignetteBuilder: knitr | ||
HiCBricks, | ||
HiCDataHumanIMR90, | ||
htmltools, | ||
knitr, | ||
rmarkdown | ||
VignetteBuilder: | ||
knitr | ||
biocViews: | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.