addRegionSet-RegionSetDB-method: addRegionSet-methods

Description Usage Arguments Value Author(s)

Description

parses a region set and adds it to the RegionSetDB object

Usage

 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
)

Arguments

.object

RegionSetDB 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)

Value

a modified RegionSetDB object with the region set added

Author(s)

Fabian Mueller


demuellae/muBioAnnotatR documentation built on Sept. 8, 2020, 12:16 a.m.