Changelog
Source:NEWS.md
mSigPlot 2.0.41
- Added error check for scalar and non-numeric values of argument ylim for plot_ID* functions. Implemeted in file check_ylim.R.
- Added tests of same.
mSigPlot 2.0.40
- Updated row names for 476-type plots. Renamed R/type_476_indel_type.R to R/catalog_and_label_order_476.R and the function type_476_indel_type() to catalog_and_label_order_476(). Updated callers and docs.
mSigPlot 2.0.39
- Moved stapled row name documentation from
catalog_row_order()to the@param catalogdescription shared by all bar plot functions, where it is more relevant. - For ID89, changed “Del(C):R(6,9)”, to “Del(C):R(6,)” for the standard rownames (catalog_row_order) and patched normalize_catalog.R so that it will accept either to avoid breaking calls with older data.
mSigPlot 2.0.38
CRAN release: 2026-05-05
- Removed single-quotes around SBS and DBS in
DESCRIPTIONper CRAN reviewer request. - Added literature references to
DESCRIPTION. - Changed
\dontrun{}to\donttest{}in examples forplot_SBS288()andplot_guess_pdf()per CRAN reviewer request.
mSigPlot 2.0.37
- Replaced three
man/*.Rdlinks inREADME.mdwith in-page anchors (#sbs12,#dbs144,#id166) and added the corresponding gallery sections with example figures. CRAN’s R-devel pretest of 2.0.36 flagged the originalman/*.Rdlinks as “Possibly invalid file URIs” because the rendered Rd files are not present in the installed package. - CI: enabled
_R_CHECK_CRAN_INCOMING_,_R_CHECK_CRAN_INCOMING_REMOTE_,_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_, and_R_CHECK_CRAN_INCOMING_USE_ASPELL_inR-CMD-check.yamlso the GitHub matrix runs the same incoming-feasibility checks CRAN’s pretest does.
mSigPlot 2.0.36
- Minor adjustments to plot_ID89 x axis text
- CRAN submission prep: revised
Titleto title case, rewordedDescriptionto not start with the package name, added trailing slash to the pkgdown site URL, and restored theubuntu-latest / oldrel-1row to the R-CMD-check GitHub Actions matrix. - Wrapped the
plot_ID476,plot_ID476_right, andplot_SBS1536examples in\donttest{}so the sharedbar_plotsandheatmap_plotsRd pages run in under the CRAN 5-second-per-Rd example-runtime limit. The examples are unchanged and remain user-runnable viaexample(plot_ID476, run.donttest = TRUE).
mSigPlot 2.0.35
- Moved
id89_figlabels()fromR/plot_ID89.Rto its own file (R/id89_figlabels.R) and exported it. - Multi-base ID89 figure labels no longer contain colons (e.g.
Del(2,):R(5,)is now rendered asL(2, )R(5+)instead ofL(2, ):R(5+)). Re-blessed regression hashes and visual reference PNGs forplot_ID89/plot_ID89_peaks, and regenerated the READMEexample_ID89.png.
mSigPlot 2.0.34
- Removed the
stop_at_9argument fromplot_ID89(),plot_ID476(), andplot_ID476_right(). The package now always uses the “open”(N+)repeat-tract label style; users who needed the old(N-9)capped style should recognise that their upstream indel classifications may have been trimmed at 9. Inplot_ID89()the flag is kept as an internal constant (stop_at_9 <- FALSE); in the two ID476 variants it was unused and has been dropped cleanly.
mSigPlot 2.0.33
- Refactored
plot_ID89(): the internalIndelTypecolumn now derives fromcatalog_row_order()$ID89instead of an inline 89-element literal, giving a single source of truth for channel names. - New internal helper
id89_figlabels()derives x-axis tick labels algorithmically from the canonicalIndelTypestrings. Open-ended repeat tracts are rendered as(N+)(e.g.T(8+),C(7+),R(5+)) rather than the former(8,9)/(7,9)notation; sub-block bracket labels also use the(N+)style. - Removed the unused
Indel3column fromplot_ID89()and fromtype_476_indel_type()(never read). - Changed
stop_at_9default inplot_ID89()fromTRUEtoFALSE; the plot data is unchanged, but(8+)now communicates that the user must know their upstream trimming. - Added a peak-label regression test (
plot_ID89 with peak labels) and a correspondingplot_ID89_peaksentry intests/visual/. - Re-blessed regression hashes and visual reference PNGs for
plot_ID89andplot_ID89_peaksto match the new label style.
mSigPlot 2.0.2
- Unified
plot_title_cexdefault at1.0andaxis_*_cexdefaults (axis_text_x_cex = 0.5,axis_title_x_cex = 0.8,axis_text_y_cex = 0.7,axis_title_y_cex = 0.8) across all bar-plot functions. - New
title_outside_plot = FALSEargument on every bar-plot function. By default the plot title is now drawn inside the panel (in theplot_ID83style) via a sharedadd_plot_title()helper. SetTRUEfor theggtitle()-above-the-panel layout previously used byplot_ID89,plot_ID476, andplot_ID476_right. - For
plot_SBS288,title_outside_plot = FALSEprependsplot_titleto each strand label (“Template”, “Non-template”, “Not-transcribed”);TRUEkeeps the previouspatchwork::plot_annotation()overall title. -
plot_ID89,plot_ID476, andplot_ID476_rightnow position the inside title in the gap between the tallest bar and the colored block strip. - New
grid = FALSEargument on every bar-plot function (added toplot_SBS12,plot_DBS144,plot_ID89,plot_ID476,plot_ID476_right). Default is nowFALSEeverywhere (previouslyTRUEinplot_SBS96,plot_SBS192,plot_DBS78,plot_ID83,plot_ID166). - Added
development/regenerate_readme_figures.Rfor rebuilding theman/figures/example_*.pngset after visual changes.
mSigPlot 1.0.11
- Removed
show_extra_top_barparameter fromplot_ID89()andplot_ID89_pdf() - Removed associated blocks3 (extra “Del”/“Ins” tier) code from
plot_ID89() -
plot_89()retainsshow_extra_top_barfor backward compatibility but ignores it
mSigPlot 1.0.10
- Added
plot_ID83_pdf()andplot_ID89_pdf()calling the new-style plot functions - Removed legacy
plot_83_pdf()andplot_89_pdf()
mSigPlot 1.0.7
- First cut at rationalizing function names and arguments. Functions like plot_83, plot_89 now superseded by plot_ID83, plot_ID89, etc. Old functions with old args lists kept for backward compatibility.
mSigPlot 1.0.6
-
plot_89: automatically adjustsetyaxisupward when it is less than 1.1 times the highest bar, preventing bars from being clipped by the y-axis limit.
mSigPlot 1.0.5
- Added runnable
@examplesto all exported functions for CRAN compliance. - Added
.claude-traceandtests/visualto.Rbuildignore. - Removed all references to ICAMS package from source and tests.
-
R CMD checkpasses with 0 errors, 0 warnings, 0 notes.
mSigPlot 1.0.3
- Fixed y-axis tick labels showing integers instead of decimals for proportion/signature catalogs. Affected all bar-chart plot functions.
mSigPlot 1.0.2
- All bar-chart plot functions now support negative values (e.g. for plotting signature differences). Affected functions:
plot_SBS96,plot_SBS192,plot_SBS12,plot_SBS288,plot_DBS78,plot_DBS144,plot_83,plot_89,plot_476,plot_ID166.
mSigPlot 1.0.0
- Initial release.
- Plot functions for 10 catalog types: SBS96, SBS192, SBS12, SBS1536, DBS78, DBS136, DBS144, ID83, ID89, ID166, ID476.
- Auto-dispatch via
plot_guess()andplot_guess_pdf(). - Multi-sample PDF export with 5 plots per page.
- Row name validation and automatic reordering.