write.mm: Write Markov Model to file
Description
Write markov model into the format used by MEME's fasta-get-markov tool
Usage
write.mm(x, file = NULL, ...)
Arguments
x
Markov Model (list of Markov Matrices, one for each order)
file
Full path of where to save file, if NULL print to screen
...
Not Used (for S3 compatability)