ASpediaFI-accessor: ASpediaFI accessors

Description Usage Arguments Value Examples

Description

ASpediaFI accessors

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
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

1
2
3
4
5
6
fi <- new('ASpediaFI')

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

psi(fi)

ASpediaFI documentation built on Nov. 8, 2020, 8:13 p.m.