Skip to contents

markeR 0.99.3 (21 Aug, 2025)

Package size and structure

  • Reduced package size below the 5 MB limit by converting long vignettes into pkgdown articles and keeping only a shorter vignette in the package.
  • Moved inst/Paper to a dedicated paper branch for better repository organization.
  • Removed unnecessary LICENSE file (already declared in DESCRIPTION).

Documentation

  • Added a concise main vignette (markeR) with installation, introduction, and a basic workflow.
  • Converted three longer vignettes into pkgdown articles (linked at the end of the main vignette).
  • Added runnable examples for VariableAssociation.

NAMESPACE and dependencies

  • Replaced broad imports with importFrom() for most packages (except ggplot2, retained as full import).
  • Removed unused patchwork import.
  • Added missing imports from stats and grDevices to resolve R CMD check notes.

Code quality

markeR 0.99.2 (23 Jul, 2025)

  • Minor fixes in documentation

markeR 0.99.1 (23 Jul, 2025)

  • Fix documentation (invalid characters, deep nesting, missing value in data)
  • Remove citation, given that a DOI is not yet available
  • Removed unwanted files from the repository

markeR 0.99.0 (18 Jul, 2025)

  • First submission to Bioconductor

markeR 0.9.5 (18 Jul, 2025)

  • Added VisualiseIndividualGenes() wrapper to unify individual gene visualisation functions (ExpressionHeatmap, ROCandAUCplot, etc.) under a single, user-friendly interface.
  • Ensured all data arguments are data frames for consistency across functions.
  • Minor bug fix: corrected p-value rounding in PlotScores

markeR 0.9.4 (09 Jul, 2025)

  • Minor bug fix: corrected p-value rounding in PlotScores

markeR 0.9.3 (03 Jul, 2025)

  • Updated documentation and internal code to meet Bioconductor submission guidelines.
  • Fixed minor bugs across multiple functions.
  • Added unit tests using testthat for all exported functions.
  • Reduced size of demo data to improve package loading time and final size.

markeR 0.9.2 (25 Jun, 2025)

markeR 0.9.1 (20 Jun, 2025)

  • Added package logo
  • Updated and simplified README file with concise installation instructions and main usage workflow
  • Creation of dedicated tutorials:
    • Benchmarking mode
    • Discovery mode
    • Gene set similarity
  • Improved function documentation
  • Minor bug fixes and internal cleanup
  • Published full codebase for reproducing analyses shown in markeR’s paper

markeR 0.9.0 (21 Apr, 2025)

  • Initial release of the package.
  • Implementation of score-based and enrichment-based methods to evaluate gene signatures as phenotype markers.
  • Visualization of individual genes’ expression, scores, and enrichment results
  • Add pkgdown documentation site: https://diseasetranscriptomicslab.github.io/markeR/