Description Usage Arguments Value Author(s) References See Also Examples
Convert motifs to JASPAR format and write to file. See http://jaspar.genereg.net/.
1 | write_jaspar(motifs, file, overwrite = FALSE, append = FALSE)
|
motifs |
See |
file |
|
overwrite |
|
append |
|
NULL
, invisibly.
Benjamin Jean-Marie Tremblay, b2tremblay@uwaterloo.ca
jasparuniversalmotif
Other write_motifs:
write_homer()
,
write_matrix()
,
write_meme()
,
write_motifs()
,
write_transfac()
1 2 3 | transfac <- read_transfac(system.file("extdata", "transfac.txt",
package = "universalmotif"))
write_jaspar(transfac, tempfile())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.