gintervals.ls | R Documentation |
Returns a list of named intervals sets in Genomic Database.
gintervals.ls(
pattern = "",
ignore.case = FALSE,
perl = FALSE,
fixed = FALSE,
useBytes = FALSE
)
pattern, ignore.case, perl, fixed, useBytes |
see 'grep' |
This function returns a list of named intervals sets that match the pattern (see 'grep'). If called without any arguments all named intervals sets are returned.
An array that contains the names of intervals sets.
grep
, gintervals.exists
,
gintervals.load
, gintervals.save
,
gintervals.rm
, gintervals
,
gintervals.2d
gdb.init_examples()
gintervals.ls()
gintervals.ls(pattern = "annot*")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.