Description Usage Arguments Value Author(s) References See Also Examples
De novo motif discovery via MEME. For a detailed description of the command,
see http://meme-suite.org/doc/meme.html. For a brief description of
the command parameters, run run_meme()
. Parameters in run_meme()
which are directly taken from the MEME program are tagged with [MEME].
This functions requires that the processx package be installed
separately.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | run_meme(target.sequences, output = NULL, overwrite.dir = FALSE,
control.sequences = NULL, weights = NULL, text = FALSE, brief = 1000,
objfun = "classic", test = NULL, use_llr = FALSE, shuf = 2,
hsfrac = NULL, cefrac = NULL, searchsize = NULL, norand = FALSE,
csites = 1000, seed = 0, alph = NULL, revcomp = FALSE, pal = FALSE,
mod = "zoops", nmotifs = 3, evt = NULL, nsites = NULL,
minsites = NULL, maxsites = NULL, wnsites = 0.8, w = NULL,
minw = 8, maxw = 50, allw = NULL, nomatrim = FALSE, wg = 11,
ws = 1, noendgaps = FALSE, bfile = NULL, markov_order = 0,
psp = NULL, maxiter = 50, distance = 0.001, prior = NULL, b = NULL,
plib = NULL, spfuzz = NULL, spmap = NULL, cons = NULL, p = NULL,
maxsize = NULL, maxtime = NULL, wd = getwd(), logfile = paste0(wd,
"/memerun.log"), readsites = TRUE, echo = FALSE, verbose = 1,
timeout = Inf, bin = getOption("meme.bin"))
|
target.sequences |
|
output |
|
overwrite.dir |
|
control.sequences |
|
weights |
|
text |
|
brief |
|
objfun |
|
test |
|
use_llr |
|
shuf |
|
hsfrac |
|
cefrac |
|
searchsize |
|
norand |
|
csites |
|
seed |
|
alph |
|
revcomp |
|
pal |
|
mod |
|
nmotifs |
|
evt |
|
nsites |
|
minsites |
|
maxsites |
|
wnsites |
|
w |
|
minw |
|
maxw |
|
allw |
|
nomatrim |
|
wg |
|
ws |
|
noendgaps |
|
bfile |
|
markov_order |
|
psp |
|
maxiter |
|
distance |
|
prior |
|
b |
|
plib |
|
spfuzz |
|
spmap |
|
cons |
|
p |
|
maxsize |
|
maxtime |
|
wd |
|
logfile |
|
readsites |
|
echo |
|
verbose |
|
timeout |
|
bin |
|
list
The output file is read with read_meme()
.
Benjamin Jean-Marie Tremblay, b2tremblay@uwaterloo.ca
meme3universalmotif
read_meme()
, create_sequences()
, shuffle_sequences()
,
processx::run()
1 2 3 4 5 | ## Not run:
## To check that you are properly linking to the binary:
run_meme()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.