Description Usage Arguments Details Value Examples
The display method for objects of class OmicsPathway
,
OmicsSurv
, OmicsReg
, or OmicsCateg
.
1 2 | ## 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).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ### 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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.