write_homer | R Documentation |
Convert DNA motifs to HOMER format and write to file. See http://homer.ucsd.edu/homer/motif/.
write_homer(motifs, file, logodds_threshold = NULL, overwrite = FALSE,
append = FALSE, threshold = 0.8, threshold.type = c("logodds",
"logodds.abs", "pvalue"))
motifs |
See |
file |
|
logodds_threshold |
Deprecated. If set, |
overwrite |
|
append |
|
threshold |
|
threshold.type |
|
NULL
, invisibly.
Benjamin Jean-Marie Tremblay, benjamin.tremblay@uwaterloo.ca
Heinz S, Benner C, Spann N, Bertolino E, Lin YC, Laslo P, Cheng JX, Murre C, Singh H, Glass CK (2010). “Simple combinations of lineage-determining transcription factors prime cis-regulatory elements required for macrophage and B cell identities.” Molecular Cell, 38, 576-589.
read_homer()
Other write_motifs:
write_jaspar()
,
write_matrix()
,
write_meme()
,
write_motifs()
,
write_transfac()
motif <- create_motif()
write_homer(motif, tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.