GenomicSignatures-methods {GenomicSuperSignature}R Documentation

Methods and accesors for GenomicSignatures object

Description

The default contents of GenomicSignatures object, with a set of getter and setter generic functions, which extract either the assay, colData, or metadata slots of a GenomicSignatures-class object. When you create this object, colData$studies should be populated before adding any information in trainingData slot.

Usage

## S4 method for signature 'GenomicSignatures'
RAVindex(x)

## S4 method for signature 'GenomicSignatures'
geneSets(x)

## S4 method for signature 'GenomicSignatures'
updateNote(x)

## S4 replacement method for signature 'GenomicSignatures'
geneSets(x) <- value

## S4 replacement method for signature 'GenomicSignatures'
updateNote(x) <- value

Arguments

x

A GenomicSignatures object

value

See details.

Details

Value

A GenomicSignatures object for the constructor

Setters

Setter method values (i.e., function(x) <- value):

Getters

Examples

data(miniRAVmodel)
miniRAVmodel



[Package GenomicSuperSignature version 1.2.1 Index]