parse_genomic_coord
parameter in runFimo
and runMeme
documentation & error messages for clarity. (Nice catch, Soren Heidelbach!)parseStreme
causing motif ids and list object names to be out of sync.parseStreme
and runStreme
output motif ids slightly to always pad leading 0's to the numeric ids, consistent with how other MEME Suite tools behave. For instance, a previous motif may be named "m1-ATGC", will now be named "m01-ATGC". This may cause slight code breakage if filtering on specific hard-coded ids. This change also ensures correct sorting order of motif outputs consistent with the behavior of the rest of the package.runFimo
in case bfile
argument matches an existing local file.importMeme
when parse_genomic_coords
fails with custom fasta import.ame_compare_heatmap_methods
that triggers when plotting without providing a group
argument.importTomTomXML
where tomtom
list column would contain missing data if tomtom
was run using multiple database sources as input.runStreme
causing failures on data import for STREME version >= 5.4.1runStreme
causing failures when using BStringSetLists as inputrunTomTom
where setting norc = TRUE
failed on data importrunFimo
now returns NULL
and prints a message when text = FALSE
and FIMO detects no matches instead of throwing a cryptic error messagerunStreme()
. STREME will supercede DREME in a future MEME Suite release.database
entry under certain conditionsr
call in integrative_analysis vignette to fix issue on bioc build machineplot_sequence_heatmap
so now named lists of sequences can be passed natively to this function.plot_sequence_heatmap
for making heatmaps of sequence listsame_plot_heatmap
-> plot_ame_heatmap
for consistency runFimo()
skip_matched_sequence
default is now FALSE
. Set this to TRUE
if fimo takes a long time to run, then use add_sequence()
to add it back if needed.runTomTom()
dist
default is now ed
(changed from pearson
).as_universalmotif_df()
, as_universalmotif()
, and update_motifs()
.universalmotif::to_df()
, universalmotif::to_list()
, and universalmotif::update_motifs()
runDreme
and runTomTom
results are now returned in universalmotif_df
format (behaves just like a data.frame)motif
column of universalmotif_df
objects can no longer be called directly in universalmotif
operations like view_motifs(df$motif)
. Use to_list()
for this behavior instead.pvalue
, evalue
, and qvalue
columns are renamed pval
, eval
, and qval
. The same is true for tomtom output columns match_pvalue
-> match_pval
, best_match_pvalue
-> best_match_pval
, etc.unviversalmotif_df
typeame_plot_heatmap
ranking issue is resolved, plots now sort correctlyremove_duplicate_motifs
and has_duplicate_motifs
for detecting and removing duplicated matrices in a universalmotif object or data.frameflyFactorSurvey_cleaned.meme
example database to reflect new changes to the vignetteAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.