gene.gene.statistic(CoCiteStats)
gene.gene.statistic()所属R语言包:CoCiteStats
Compute gene-gene statistics
计算基因的基因统计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes gene gene statistics.
计算基因基因统计。
用法----------Usage----------
gene.gene.statistic(g1, g2, paperLens = paperLen())
参数----------Arguments----------
参数:g1
The Entrez Gene identifier for one of the genes.
Entrez基因标识的基因之一。
参数:g2
The Entrez Gene identifier for the other gene.
Entrez基因标识的其他基因。
参数:paperLens
A vector with the number of citations for each paper.
每份试卷的引用数向量。
Details
详情----------Details----------
For the two genes identified by their Entrez IDs a number of two-way table statistics, i.e. those computed via twTStats, are returned, as are their gene and paper size adjusted variants.
他们Entrez的确定两个基因标识的双向表的统计数,即通过twTStats,返回,他们的基因和纸张尺寸调整变种计算的。
值----------Value----------
A list with entries
与条目列表
参数:original
The output of twTStats on the observed data.
twTStats对观测数据的输出。
参数:gs
The output of twTStats on the data scaled for gene size.
输出twTStats基因的大小缩放的数据。
参数:ps
The output of twTStats on the data scaled for paper size.
输出twTStats纸张大小缩放的数据。
参数:both
The output of twTStats on the data scaled for both paper and gene size.
输出twTStats纸和基因大小缩放数据。
作者(S)----------Author(s)----------
B. Ding and R. Gentleman
参考文献----------References----------
参见----------See Also----------
twowayTable
twowayTable
举例----------Examples----------
g1 = "10" #Entrez ID for gene 1[Entrez的基因ID为1]
g2 = "101" #Entrez ID for gene 2[Entrez的基因ID为2]
pLens = paperLen()
gene.gene.statistic(g1, g2, pLens)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|