write_matrix {universalmotif} | 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)
motifs |
See |
file |
|
positions |
|
rownames |
|
type |
|
sep |
|
headers |
|
overwrite |
|
append |
|
NULL
, invisibly.
Benjamin Jean-Marie Tremblay, b2tremblay@uwaterloo.ca
Other write_motifs: write_homer
,
write_jaspar
, write_meme
,
write_motifs
, write_transfac
motif <- create_motif() write_matrix(motif, tempfile(), headers = ">")