- Updates
geom
s to work with the latest version ofggplot2
andggrepel
(R version4.4
). - Fixes all unit tests.
- Fixes CI workflow issues and simplifies testing to linux-only.
- Address ggtranscript reviews; update docs with examples of using gtf/bed files, integration with
ggplot2
extensions and add usage ofshorten_gaps()
to README.
- Address CRAN feedback; changing ggplot2 -> 'ggplot2', remove biocViews and contributing, removing Date field in DESCRIPTION.
- Add
cran-comments.md
in preparation for first CRAN submission. - Update CI to run
R CMD Check
on latest R version (4.2).
- Add
@return
documentation forgeom_*
functions forBiocCheck
.
- Change branch to naming from main to master to match BBS.
- Change email to UCL email for Bioconductor submission.
- Add
add_utr()
for adding UTRs as ranges. This helper function is designed to work withshorten_gaps()
, enabling shortening of gaps whilst visually differentiating UTRs from the CDS. - Allow
to_intron()
to take CDS and UTRs ranges as input. - Submit to Bioconductor.
- Add
geom_junction_label_repel()
for labeling junctions (e.g. with counts). - Add
add_exon_number()
for visualizing the exon number/order.
- Implement base geoms:
geom_range()
,geom_half_range()
,geom_intron()
,geom_junction()
and helper functions:to_intron()
,to_diff()
andshorten_gaps()
.