write.sequences(seqs, motifModel = NULL, file = "", append = FALSE)Sequences object containing sequences to be written
MotifModel fit to the
Sequences. This make it so that only the motifs
are output!
file is a character string. If TRUE,
the output is appended to the file. If FALSE, any existing file of
the name is destroyed.
MotifModel is passed, then the motifs are
extracted from the sequences and only those are output. Otherwise, the
complete sequences are written. The format used is one sequence per line.
Sequences, MotifModel, write.sequences.