View source: R/surv_designation.R
surv_designation | R Documentation |
This function will add the necessary information to omicsData such that survival analysis can be applied to it.
surv_designation(
omicsData,
t_death,
t_progress = NULL,
ind_death,
ind_progress = NULL,
covariates = NULL
)
omicsData |
an object of the class 'lipidData', 'metabData', 'pepData',
or 'proData' usually created by |
t_death |
the column in 'f_data' that corresponds to the subjects' time of death |
t_progress |
the column in 'f_data' that corresponds to the subjects' time of progression |
ind_death |
the column in 'f_data' that corresponds to the subjects' status, e.g. alive/dead |
ind_progress |
the column in 'f_data' that corresponds to the subjects' progression status |
covariates |
the column(s) in 'f_data' that correspond to covariates to be included in the survivial analysis |
omicsData is returned with the additional attribute
Bryan Stanfill
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.