powered by
Applications of machine learning in survival analysis by prognostic classification of genes by Kaplan-Meier estimator.
mlclassKap(m, n, idSurv, idEvent, Time, s_ID, per = 20, fold = 3, data)
A list of genes as per their classifications
List of genes classified using Cox proportional hazard model
Sublist of genes classified as positive genes
Sublist of genes classified as negative genes
Sublist of genes classified as volatile genes
A dataframe consisting threshold values with corresponding coefficients and p-values.
Starting column number from where high dimensional variates to be selected.
Ending column number till where high dimensional variates to be selected.
"Column/Variable name" consisting duration of survival.
"Column/Variable name" consisting survival event.
"Column/Variable name" consisting timepoints of repeated observations.
"Column/Variable name" consisting unique identification for each subject.
Percentage value for ordering, default=20.
Number of fold for resampling, default=3.
High dimensional data containing survival observations and high dimensional covariates.
if (FALSE) { ## mlclassKap(m=50,n=59,idSurv="OS",idEvent="event",Time="Visit",s_ID="ID",per=20,fold=3,data=srdata) ## }
Run the code above in your browser using DataLab