gorpiper | R Documentation |
R library for executing GOR queries using local GORpipe and loading data into R.
The main function you'll be using is:
* get_gorpipe
to set up a gorpipe object for executing GOR queries from R
## Not run: library(gorpiper) full path to gorpipe, e.g. path <- "~/User/gor-scripts/bin/gorpipe" # Make gorpipe object gorpipe <- get_gorpipe(path) # Run a simple query results <- gorpipe("gor #dbsnp# | top 10000") results ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.