Description Usage Arguments Value Author(s)
parses a region set and adds it to the RegionSetDB
object
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## S4 method for signature 'RegionSetDB'
addRegionSet(
.object,
pid,
name,
description,
assembly,
collection,
collection_description,
source,
parser,
file
)
|
.object |
|
pid |
a unique region set id used for the parser (character) |
name |
a name for the region set (character) |
description |
a brief description of the region set (character) |
assembly |
the genome assembly of the region set (character) |
collection |
a collection or group this region set belongs to (character) |
collection_description |
a brief description of the collection/group (character) |
source |
a reference or source from where the region set was obtained (character) |
parser |
name of the parser function used to import the region set (character) |
file |
the filename or input argument to parser function (character) |
a modified RegionSetDB
object with the region set added
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.