Description Usage Arguments Note See Also Examples
S4 method to show the objects defined in this package without list all the slots of the object.
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 | ## S4 method for signature 'maigesPreRaw'
show(object)
## S4 method for signature 'maigesRaw'
show(object)
## S4 method for signature 'maiges'
show(object)
## S4 method for signature 'maigesANOVA'
show(object)
## S4 method for signature 'maigesDE'
show(object)
## S4 method for signature 'maigesDEcluster'
show(object)
## S4 method for signature 'maigesClass'
show(object)
## S4 method for signature 'maigesRelNetM'
show(object)
## S4 method for signature 'maigesRelNetB'
show(object)
## S4 method for signature 'maigesActMod'
show(object)
## S4 method for signature 'maigesActNet'
show(object)
|
object |
object of any class defined in this package, to be printed in a nice way |
It is possible to use Package convert to convert objects between classes defined in packages limma, marray and Biobase.
show
in the methods package.
1 2 3 4 5 6 7 | ## Loading the dataset
data(gastro)
gastro
gastro.raw
gastro.norm
gastro.summ
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.