Learn R Programming

trackr (version 0.10.7)

uniqueID<-: Accessor methods for "uniqueid" of FeatureSet objects

Description

Get or set the uniqueID field of a FeatureSet. This should not be called directly by end users.

Usage

uniqueID(object) <- value

uniqueID(object)

# S4 method for FeatureSet uniqueID(object)

# S4 method for FeatureSet uniqueID(object) <- value

Arguments

object

An object of (super)class ObjFeatureSet.

value

A character vector serving as the unique ID of the plot object in the database.

Value

A modified object of (super)class ObjFeatureSet.