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