View source: R/write_transfac.R
write_transfac | R Documentation |
Convert motifs to TRANSFAC format and write to file.
write_transfac(motifs, file, overwrite = FALSE, append = FALSE,
name.tag = "ID", altname.tag = "NA")
motifs |
See |
file |
|
overwrite |
|
append |
|
name.tag |
|
altname.tag |
|
If the family slot of a motif is not empty, then its contents will included using the HC tag. Similarly for the organism slot using the tag OS. The default name and alternate name tags are ID and NA, respectively, though these can be set manually.
NULL
, invisibly.
Benjamin Jean-Marie Tremblay, benjamin.tremblay@uwaterloo.ca
Wingender E, Dietze P, Karas H, Knuppel R (1996). “TRANSFAC: A Database on Transcription Factors and Their DNA Binding Sites.” Nucleic Acids Research, 24, 238-241.
read_transfac()
Other write_motifs:
write_homer()
,
write_jaspar()
,
write_matrix()
,
write_meme()
,
write_motifs()
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.