| export | R Documentation | 
Writes all matrices in the supplied list, in the specified format, to the specified connection.
## S4 method for signature 'MotifList,connection,character' export(object, con, format, ...) ## S4 method for signature 'MotifList,character,character' export(object, con, format, ...) ## S4 method for signature 'MotifList,missing,character' export(object, con, format, ...)
| object | a  | 
| con | either a  | 
| format | a  | 
| ... | ignore this | 
The matrices list is written to the specified connection in the specified format.
Paul Shannon
MotifDb, query, subset, flyFactorSurvey, hPDI, jaspar, ScerTF, uniprobe
  library (MotifDb)
    # identify all the SOX genes
  sox.indices = grep ('^sox', values (MotifDb)$geneSymbol, ignore.case=TRUE)
  matrices = MotifDb [sox.indices]
  export (matrices, con='SoxGenes-meme.txt', format='meme')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.