survData(RCASPAR)
survData()所属R语言包:RCASPAR
Survial data of 82 patients
82例患者的存活率数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A dataframe ”survData:" A dataframe containing the survival information of the 82 patients the relevant columns of which are "True_STs", "censored" indicating the recorded survival times of the patients, and their censorship status simultaneously. In the "censored" column "0" indicates a non-censored patient, and "1" indicates a censored patient\
一个dataframe“survData:”dataframe包含有关列“True_STs”的82例患者的生存信息,“审查”,表示同时记录患者的生存时间,他们的检查状态。 “审查”列中的“0”表示非设限的病人,和“1”表示审查的病人\
用法----------Usage----------
data(survData)
格式----------Format----------
A data frame with 82 observations on the following 10 variables.
与82以下10个变量的观测数据框。
Array.ID The array IDs of the patients
Array.ID阵列患者标识
Sample.ID.Bauke. The array IDs of the patients as annotated in one source
Sample.ID.Bauke.注明患者在一个源阵列的ID
Experiment.Jon. The array IDs of the patients as annotated in a third source (in essence the same as the previous two)
Experiment.Jon.注明患者中的第三个来源阵列的ID(在本质上是与前两个相同)
ExptID The Experiment ID
ExptID的实验ID
Order The number/order of the patient
Order病人数量/订单
Overall.survival..mons.undivided the overall survival time of the patients in months
Overall.survival..mons.undivided病人的整体存活时间在几个月
Relapse.free.survival..mons. the relapse free survival time of the patients in months
Relapse.free.survival..mons.复发的患者存活时间在几个月
Status.0.A..1.AWD..2.DOD..3.DOC the status of the tumour (as abbreviated in the publication)
Status.0.A..1.AWD..2.DOD..3.DOC肿瘤状态(如在出版物的缩写)
censored the status of censorship with ”0" corresponding to a ”non-censored" patient and ”1" to a ”censored patient"
censored对应一个“非设限”病人“0”和“1”,“审查病人的检查与”状态
True_STs The survival/censorship times of the patient in years
True_STs病人的生存/审查时间在年
Details
详情----------Details----------
A subset of the data set used in Bergamaschi, A., & al., e. (2006). Distinct Patterns of DNA Copy NumberAlteration are associated with different clinicopathological features and gene expression subtypes of breast cancer. Genes, Chromosomes and cancer , 45, 1033-1040.
一个子集的数据集用于Bergamaschi,A.,&人。,E。 (2006年)。与不同的临床病理特征和乳腺癌的基因表达亚型的DNA复制NumberAlteration的独特模式。基因,染色体与癌症,45,1033-1040。
源----------Source----------
Bergamaschi, A., & al., e. (2006). Distinct Patterns of DNA Copy NumberAlteration are associated with different clinicopathological features and gene expression subtypes of breast cancer. Genes, Chromosomes and cancer , 45, 1033-1040.
bergamaschi,A.,&等。,E。 (2006年)。与不同的临床病理特征和乳腺癌的基因表达亚型的DNA复制NumberAlteration的独特模式。基因,染色体与癌症,45,1033-1040。
参考文献----------References----------
clinicopathological features and gene expression subtypes of breast cancer. Genes, Chromosomes and cancer , 45, 1033-1040.
举例----------Examples----------
data(survData)
colnames(survData)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|