- minor fix to ensure that heatmap bin legends are ordered in the same way as the heatmap columns
- add show_bin_legend argument to plotMotifHeatmaps (contributed by @danymukesha, PR #62)
- adapt
dumpJaspar
to also work withJASPAR2024
- allow modification of heatmap graphical parameters by forwarding
...
argument inplotMotifHeatmaps
to all calls toComplexHeatmap::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% fromval
- added
doPlot
argument toplotMotifHeatmaps
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
andresults.binned_motif_enrichment_LMRs.rds
files stored inmonaLisa
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.