samples | R Documentation |
ASpediaFI accessors
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
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.