| multiRunBlatNoServer | R Documentation |
Run blat from parallel blat executables
multiRunBlatNoServer(
reads,
refs,
outFile,
nCore = 4,
tmpDir = tempdir(),
isGz = grepl(".gz$", outFile),
...
)
reads |
named vector of sequences |
refs |
named vector of references |
outFile |
file to write blat to (if ends in .gz then isGz defaults to true and writes to gzipped file) |
nCore |
number of cores to use |
tmpDir |
a directory to write tempfiles to |
isGz |
if TRUE write to gz file else normal file |
... |
additional arguments to runBlatNoServer |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.