Description Usage Arguments Value Author(s) See Also Examples
Remove edges of motifs with low information content. Currently does
not trim multifreq
representations.
1 | trim_motifs(motifs, min.ic = 0.25)
|
motifs |
See |
min.ic |
|
Motifs See convert_motifs()
for available output
formats.
Benjamin Jean-Marie Tremblay, b2tremblay@uwaterloo.ca
create_motif()
, convert_type()
1 2 3 | jaspar <- read_jaspar(system.file("extdata", "jaspar.txt",
package = "universalmotif"))
jaspar.trimmed <- trim_motifs(jaspar)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.