View source: R/intervals-management.R
| gintervals.dbs | R Documentation |
Returns all database paths that contain a version of an interval set.
gintervals.dbs(intervals = NULL, dataframe = FALSE)
intervals |
interval set name |
dataframe |
return a data frame with columns |
When datasets are loaded, an interval set may exist in multiple locations. This function computes on-demand and returns all such paths.
A named character vector of database paths. If dataframe is TRUE,
returns a data frame with columns intervals and db.
gintervals.dataset, gintervals.ls,
gdataset.ls
gdb.init_examples()
gintervals.dbs("annotations1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.