trim_motifs | R Documentation |
Remove edges of motifs with low information content. Currently does
not trim multifreq
representations.
trim_motifs(motifs, min.ic = 0.25, trim.from = c("both", "left", "right"))
motifs |
See |
min.ic |
|
trim.from |
|
Motifs See convert_motifs()
for available output
formats.
Benjamin Jean-Marie Tremblay, benjamin.tremblay@uwaterloo.ca
create_motif()
, convert_type()
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.