Description Usage Arguments Value See Also Examples
View source: R/hiReadsProcessor.R
Start or Stop a gfServer with indexed reference genome to align batch of sequences using BLAT gfServer/gfClient protocol.
1 2 3 4 5 6 7 8 | startgfServer(
seqDir = NULL,
host = "localhost",
port = 5560,
gfServerOpts = c(repMatch = 112312, stepSize = 5, tileSize = 10, maxDnaHits = 10)
)
stopgfServer(host = "localhost", port = NULL)
|
seqDir |
absolute or relative path to the genome index (nib/2bit files). |
host |
name of the machine to run gfServer on. Default: localhost |
port |
a port number to host the gfServer with. Default is 5560. |
gfServerOpts |
a character vector of options to be passed to gfServer command on top of server defaults. Default: c(repMatch=112312, stepSize=5, tileSize=10, maxDnaHits=10). Set this to NULL to start gfServer with defaults. |
system command status for executing gfServer command.
stopgfServer
, read.psl
,
blatSeqs
, read.blast8
1 2 | #startgfServer(seqDir="/usr/local/blatSuite34/hg18.2bit",port=5560)
#stopgfServer(port=5560)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.