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

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

[复制链接]
发表于 2012-2-25 15:49:51 | 显示全部楼层 |阅读模式
generank(Cormotif)
generank()所属R语言包:Cormotif

                                        Rank genes based on statistics
                                         基于统计的排名基因

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

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

This function rank the genes according to the decreasing order of the given statistics.
此功能的基因排序,根据给定的统计递减顺序。


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


generank(x)



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

参数:x
        A G*D matrix of statistics, the number of rows is the number of genes and the number of columns is the number of studies.  
一个G*D统计矩阵的行数的基因数和列数了多项研究。


Details

详情----------Details----------

The function returns a G*D matrix of index of  top ranked genes in each study according to the decreasing order of  statistics in that study.
该函数返回一个一流的基因指数G*D矩阵在每个研究,按递减顺序在这项研究中的统计。


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


Hongkai Ji, Yingying Wei



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


data(simudata2)
n<-nrow(simudata2)
m<-ncol(simudata2)
#the expression data is from the second column to m[表达数据是从第二列到M]
exprs.simu2<-as.matrix(simudata2[,2:m])

#prepare the group ID number for each sample array[准备组ID号,每个样品阵列]
data(simu2_groupid)

#prepare the design matrix for each group of samples[各组样品的准备设计矩阵]
data(simu2_compgroup)

#fit 2 correlation motif to the data[2相关的主题,以适应数据]
motif.fitted<-cormotiffit(exprs.simu2, simu2_groupid,simu2_compgroup,K=2)
#give the gene index list according to the decreasing order of [根据降序基因索引列表]
#posterior probability for a gene to be differentially expressed in each study [在每个研究后验概率的基因差异表达]
generank(motif.fitted$bestmotif$p.post)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-12 18:04 , Processed in 0.024507 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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