找回密码
 注册
查看: 540|回复: 0

R语言 genefu包 gene76()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 18:48:57 | 显示全部楼层 |阅读模式
gene76(genefu)
gene76()所属R语言包:genefu

                                         Function to compute the Relapse Score as published by Wang et al. 2005
                                         函数来计算复发得分王等人所发表。 2005年

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function computes signature scores and risk classifications from gene expression values following the algorithm used for the Relapse Score (GENE76) as published by Wang et al. 2005.
此函数计算从基因表达值的签名成绩和风险分类后复发分数(GENE76)王等人发表所使用的算法。 2005年。


用法----------Usage----------


gene76(data, er)



参数----------Arguments----------

参数:data
Matrix of gene expressions with samples in rows and probes in columns, dimnames being properly defined.  
矩阵中的行和列的探针样品的基因表达,dimnames被正确定义。


参数:er
Vector containing the estrogen receptor (ER) status of breast cancer patients in the dataset.  
含有雌激素受体(ER)在DataSet中的乳腺癌患者的状态向量。


值----------Value----------


参数:score
Continuous signature scores
连续签名分数


参数:risk
Binary risk classification, 1 being high risk and 0 being low risk.
二进制风险分类,1是高风险和0是低风险。


作者(S)----------Author(s)----------



Benjamin Haibe-Kains




参考文献----------References----------



参见----------See Also----------

ggi
ggi


举例----------Examples----------


## load GENE76 signature[#负载GENE76签名]
data(sig.gene76)
## load VDX dataset[#加载VDX的数据集]
data(vdxs)
## compute relapse score[#计算复发评分]
rs.vdxs <- gene76(data=data.vdxs, er=demo.vdxs[ ,"er"])
table(rs.vdxs$risk)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-8 01:05 , Processed in 0.024020 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表