gene.geneslist.statistic(CoCiteStats)
gene.geneslist.statistic()所属R语言包:CoCiteStats
A function to compute association measures between a gene of interest
一个函数来计算利息的基因之间的关联措施
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Whether or not a gene has an association with another gene, or a set of genes is measured using co-citation in PubMed as a basis for measuring that association.
与否的基因与其他基因的关联,或使用共引论文作为衡量该协会的基础上,一组基因进行测量。
用法----------Usage----------
gene.geneslist.statistic(gene, geneslist, paperLens = paperLen())
参数----------Arguments----------
参数:gene
The Entrez Gene ID for the gene of interest.
Entrez基因身份证感兴趣的基因。
参数:geneslist
A vector of Entrez Gene ID for the set of genes.
Entrez的基因组的基因ID向量。
参数:paperLens
A vector containing the number of genes cited by each paper.
每份试卷由引用一个向量包含的基因数量。
值----------Value----------
To be filled in later.
要填写在后面。
作者(S)----------Author(s)----------
R. Gentleman
参考文献----------References----------
参见----------See Also----------
twowayTable, link{gene.gene.statistic}
twowayTable,link{gene.gene.statistic}
举例----------Examples----------
g1 = "101"
gl = c("10014", "10015", "10016", "10017", "10018")
pL = paperLen()
s1 = gene.geneslist.statistic(g1, gl, pL)
s1
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|