Description Usage Arguments Value Note Author(s) References See Also Examples
This function builds position frequency matrices using an external program MEME written by Bailey and Elkan.
1 2 3 4 5 6 |
x |
A |
binary |
|
seqtype |
The sequence type. "AA" and "DNA" are allowed. |
arguments |
A |
tmpdir |
A |
A MotifSet
object is returned.
This wrapper is tested on “MEME” 4.10.1 and 4.12.0.
Ge Tan
Bailey, T. L., Boden, M., Buske, F. A., Frith, M., Grant, C. E., Clementi, L., et al. (2009). MEME SUITE: tools for motif discovery and searching. Nucleic acids research, 37(Web Server issue), W202-8. doi:10.1093/nar/gkp335
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
motifSet <- runMEME(file.path(system.file("extdata", package="TFBSTools"),
"crp0.s"),
binary="/usr/local/Cellar/meme/4.10.1/bin/meme",
arguments=list("-nmotifs"=3))
## Get the site sequences
sitesSeq(motifSet, type="all")
sitesSeq(motifSet, type="none")
## Get the consensu matrix, then it can be used as a PFMatrix
consensusMatrix(motifSet)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.