View source: R/remove_duplicate_motifs.R
has_duplicate_motifs | R Documentation |
This function identifies whether any motif matrices in the input universalmotif list or universalmotif_df are identical to each other. Note: this operation is slow on large motif lists
has_duplicate_motifs(x)
x |
a universalmotif list or universalmotif_df |
logical value indicating presence or absence of duplicated motif matrices
motif <- universalmotif::create_motif()
duplicated <- c(motif, motif)
has_duplicate_motifs(duplicated)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.