| blatReadsVsRefs | R Documentation |
Make a 2bit file from one set of reads and blat another set against it
blatReadsVsRefs(
reads,
refs,
outFile = NULL,
faToTwoBit = "faToTwoBit",
tmpDir = tempfile("dir"),
...
)
reads |
vector of query reads with names |
refs |
vector of reference reads with names |
outFile |
file to write blat to (if ends in .gz then isGz defaults to true and writes to gzipped file). If NULL then output to temp file, read in and return. |
faToTwoBit |
path to faToTwoBit program from blat |
tmpDir |
directory to store working files |
... |
additional arguments to run blat |
NULL if outFile defined or an alignment data.frame if outFile is NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.