描述
timeCindex.R –input=
PARAMETERS:
–input the expression data,the first column is sample name,the second column is overall survival status ,the third column is overall survival time,From the fourth column to the last column, there are clinical factors.input csv format.
操作步骤:
1、打开命令行界面,输入“Rscript timeCindex.R”调阅帮助文档,确定该程序所需的输入文件。
2、用户根据帮助文档中的参数说明内容,对参数进行设置。这里,必须输入参数只有1个为 –input,表示样本的临床信息和生存预后信息,前两列分别是生存状态和生存时间,从第三列开始依次是样本的临床信息,比如年龄,性别,TNM分期等等。
3、完成参数提交后,按下回车键,整个程序即正式开始进入执行。每步执行内容都会给出提示。程序执行完毕后,界面会显示”Program execution is completed“结束语。


2. time–dependent Cindex.pdf


