ASpediaFI-accessor: ASpediaFI accessors

samplesR Documentation

ASpediaFI accessors

Description

ASpediaFI accessors

Usage

samples(object, ...)

## S4 method for signature 'ASpediaFI'
samples(object)

samples(object) <- value

## S4 replacement method for signature 'ASpediaFI'
samples(object) <- value

events(object, ...)

## S4 method for signature 'ASpediaFI'
events(object)

events(object) <- value

## S4 replacement method for signature 'ASpediaFI'
events(object) <- value

psi(object, ...)

## S4 method for signature 'ASpediaFI'
psi(object)

psi(object) <- value

## S4 replacement method for signature 'ASpediaFI'
psi(object) <- value

gtf(object, ...)

## S4 method for signature 'ASpediaFI'
gtf(object)

gtf(object) <- value

## S4 replacement method for signature 'ASpediaFI'
gtf(object) <- value

network(object, ...)

## S4 method for signature 'ASpediaFI'
network(object)

network(object) <- value

## S4 replacement method for signature 'ASpediaFI'
network(object) <- value

gene.table(object, ...)

## S4 method for signature 'ASpediaFI'
gene.table(object)

gene.table(object) <- value

## S4 replacement method for signature 'ASpediaFI'
gene.table(object) <- value

as.table(object, ...)

## S4 method for signature 'ASpediaFI'
as.table(object)

as.table(object) <- value

## S4 replacement method for signature 'ASpediaFI'
as.table(object) <- value

pathway.table(object, ...)

## S4 method for signature 'ASpediaFI'
pathway.table(object)

pathway.table(object) <- value

## S4 replacement method for signature 'ASpediaFI'
pathway.table(object) <- value

Arguments

object

an ASpediaFI object

...

additional arguments to be passed

value

a value to replace. For details, please see help(ASpediaFI).

Value

Slots of the ASpediaFI object

Examples

fi <- new('ASpediaFI')

data('GSE114922.psi')
psi(fi) <- GSE114922.psi

psi(fi)

nachoryu/ASpediaFI documentation built on Aug. 19, 2022, 7:51 a.m.