write_matrix | R Documentation |
Write motifs as simple matrices with optional headers to file.
write_matrix(motifs, file, positions = "columns", rownames = FALSE, type,
sep = "", headers = TRUE, overwrite = FALSE, append = FALSE,
digits = 6)
motifs |
See |
file |
|
positions |
|
rownames |
|
type |
|
sep |
|
headers |
|
overwrite |
|
append |
|
digits |
|
NULL
, invisibly.
Benjamin Jean-Marie Tremblay, benjamin.tremblay@uwaterloo.ca
read_matrix()
Other write_motifs:
write_homer()
,
write_jaspar()
,
write_meme()
,
write_motifs()
,
write_transfac()
motif <- create_motif()
write_matrix(motif, tempfile(), headers = ">")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.