show,OmicsPathway-method {pathwayPCA} | R Documentation |
Omics*
-class Object.The display method for objects of class OmicsPathway
,
OmicsSurv
, OmicsReg
, or OmicsCateg
.
## S4 method for signature 'OmicsPathway' show(object)
object |
An object inheriting the super-class |
S4 objects print to the screen via the show
function. This function sets a show
method for OmicsPathway
objects.
A copy of object
, returned invisibly (with the
invisible
function).
### Load the Example Data ### data("colonSurv_df") data("colon_pathwayCollection") ### Create an OmicsSurv Object ### colon_OmicsSurv <- CreateOmics( assayData_df = colonSurv_df[, -(2:3)], pathwayCollection_ls = colon_pathwayCollection, response = colonSurv_df[, 1:3], respType = "surv" ) ### Print / Show ### colon_OmicsSurv