knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" ) library(snapcount)
snapcount
is a package for interfacing with Snaptron's REST API.
# Install the development version from GitHub: # install.packages("devtools") devtools::install_github("langmead-lab/snapcount")
library(snapcount) query_jx(compilation = "gtex", regions = "CD99") query_jx(compilation = "gtex", regions = "CD99", range_filters = samples_count == 10)
sb <- SnaptronQueryBuilder$new() sb$compilation("gtex")$regions("CD99")$query_jx() # sb$from_url("http://snaptron.cs.jhu.edu/gtex/bases?regions=BRCA1&sids=50099,50102,50113")$query_gene()
For more information on Snaptron please visit: http://snaptron.cs.jhu.edu/index.html.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.