Description Usage Arguments Value
metadata query submitter
1 | get_bb_metadata(query_type = "cell_type", query_val = "GM12878")
|
query_type |
character(1) defaults to "cell_type" |
query_val |
character(1) defaults to "GM12878" |
output of httr::GET q = bedbaseRClient:::metadata_query_builder() q if (interactive()) md = get_bb_metadata() md # use httr::content,... cont = httr::content(md) list(len=length(cont), # GM12878 nm=cont[[2]][[1]], fields=names(cont[[2]][[2]]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.