OmicsSurv-class {pathwayPCA}R Documentation

An S4 class for survival responses within an OmicsPathway object

Description

This creates the OmicsSurv class which extends the OmicsPathway master class.

Slots

assayData_df

An N \times p data frame with named columns.

pathwayCollection

A list of known gene pathways with three or four elements:

eventTime

A numeric vector with N observations corresponding to the last observed time of follow up.

eventObserved

A logical vector with N observations indicating right-censoring. The values will be FALSE if the observation was censored (i.e., we did not observe an event).

See Also

OmicsPathway, CreateOmics


[Package pathwayPCA version 1.0.0 Index]