browseRC | R Documentation |
Can also disply local RiboCrypt app
browseRC(
symbol = NULL,
gene_id = NULL,
tx_id = NULL,
exp = "all_merged-Homo_sapiens_modalities",
libraries = NULL,
host = "https://ribocrypt.org",
plot_on_start = TRUE,
frames_type = "columns",
kmer = 1,
browser = getOption("browser")
)
symbol |
gene symbol, default NULL |
gene_id |
gene symbol, default NULL |
tx_id |
gene symbol, default NULL |
exp |
experiment name, default "all_merged-Homo_sapiens_modalities" |
libraries |
NULL, default to first in experiment, c("RFP","RNA") would add RNA to default. |
host |
url, default "https://ribocrypt.org". Set to localhost for local version. |
plot_on_start |
logical, default TRUE. Plot gene when opening browser. |
frames_type |
"columns" |
kmer |
default 1 (kmer window to smear out reads) |
browser |
getOption("browser") |
browseURL, opens browse with page
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.