Description Usage Arguments Value Examples
ASpediaFI accessors
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
|
object |
an ASpediaFI object |
... |
additional arguments to be passed |
value |
a value to replace. For details, please see help(ASpediaFI). |
Slots of the ASpediaFI
object
1 2 3 4 5 6 | fi <- new('ASpediaFI')
data('GSE114922.psi')
psi(fi) <- GSE114922.psi
psi(fi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.