- Add unsupported platform to DESCRIPTION.
- Bound maximum bootstrapping population size.
- Update CITATION: MotifPeeker is now published on Bioinformatics Advances!
- Motif-summit distances
- Remove distances by peak count.
- Reword descriptions
- [NEW] Add bootstrapping to visualise the distribution of motif-summit distances.
- Add support for directly importing "mm10" and "mm39" mouse genome builds.
read_motif_filecan now accept anuniversalmotifobject, returns the same object.- Input datasets section now reports datasets in a tabular form.
- Improve instructions for importing genome builds.
- Improve instructions for importing motifs.
- Changed import to use
Seqinfoinstead ofGenomeInfoDb.
- Only consider unique peaks in peak count.
- Only return unique peaks in
segregate_seqs().
- Sanitise peak input names before running FIMO.
- Fix importing MACS peak files with no peak names.
- Update tests for
messager().
- Add citation to pre-print.
- Switch to the official repo for rworkflows.
- Fix missing second table in known motif enrichment analysis tabs.
- Add "in Bioc" badge to README.
- Supply
meme_pathandverboseto secondmotif_enrichmentcall inget_df_enrichment.
- Update example reports.
- Add new author.
- Add BioConductor installation instructions to README.
- Correct "de-novo motif discovery" term to "motif discovery". STREME does not perform de-novo motif discovery.
- Add package version to report header.
- Fix
download_button()error whendownloadthispackage is not available.
- Optimise examples and remove
\donttest{}blocks. - Add GitHub Actions for rworkflows without MEME Suite.
- Replace
workersargument withBPPARAM. Give users more control over the BiocParallel implementation.
- Remove
cat()calls in functions. - Implement helper
check_input()to validate input before passing them to other functions. - Run examples and tests only if MEME Suite is detected (only for functions which require MEME Suite).
- Replace
magrittrimport bydplyr::%>%. - Reduce the number of exported functions.
- Move utility functions to 'utilities.R'.
- Allow vignettes to run without MEME suite installed.
- Remove
stopper()wrapper aroundstop(). - Use message() for parallel executions
- Switch to a smaller file to download in
check_ENCODEexample. - Move some code outside
\donttest{}to preventBiocCheck()error about missing examples.
- Wrap certain examples under
\donttest{}to reduce R CMD CHECK runtime. - [GitHub] Add
CODECOV_TOKENsecret torworkflows. - Skip running tests which require download if offline.
- Substitute
system()withsystem2(). - Reduce
denovo_motifsin examples and tests to reduce R CMD CHECK runtime. - Add
.BBSoptionsto.Rbuildignore.
.BBSoptionsadded to skip Windows builders on Bioconductor.
MotifPeekersubmitted to Bioconductor.