• adapt dumpJaspar to also work with JASPAR2024
  • allow modification of heatmap graphical parameters by forwarding ... argument in plotMotifHeatmaps to all calls to ComplexHeatmap::Heatmap
  • update citation information
  • added citation to the Bioinformatics publication
  • added link to pre-print manuscript on biorXiv to README.md
  • added warning to bin(..., minAbsX = val) if adjusted zero-bin breaks deviate more than 20% from val
  • added doPlot argument to plotMotifHeatmaps to select if heatmaps should be plotted or just generated and returned
  • added LICENSE.md file
  • expanded monaLisa.Rmd vignette with illustration on how to do a binary or single set motif enrichment analysis
  • expanded on collineairty in regression in the selecting_motifs_with_randLassoStabSel.Rmd vignette and the choice of parameter values in stability selection.
  • updated the results.binned_6mer_enrichment_LMRs.rds and results.binned_motif_enrichment_LMRs.rds files stored in monaLisa under the current version of the package.
  • Initial release of monaLisa as part of Bioconductor 3.14
  • Updated R/monaLisa-package.R file
  • Suppressed warnings from matchPWM (due to presence of Ns) in regression vignette
  • Updated README.md file
  • Added fixes to the regression vignette
  • Addressed failing test in calcBinnedKmerEnr
  • Added examples where missing for exported functions
  • Harmonized function naming (anno_seqlogo -> annoSeqlogo, sample_random_regions -> sampleRandomRegions)
  • Clarified details on Pearson residual calculation
  • Adapted documentation for new version of BiocParallel
  • Harmonized return values from plot functions
  • Added legend position and size arguments to plotSelectionProb()
  • Preparation for Bioconductor submission
  • Added a NEWS.md file to track changes to the package.