Yeast.Biogrid.data(bionetdata)
Yeast.Biogrid.data()所属R语言包:bionetdata
Yeast BioGRID data
酵母BioGRID数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Protein-protein interaction (PPI) data (BioGRID) of yeast have been downloaded from the BioGRID database, that collects PPI data from both high-throughput studies and conventional focused studies (Stark et al. 2006). Data are represented through a binary named matrix and represent the presence or absence of protein-protein interactions. Names correspond to systematic names of yeast genes.
蛋白质 - 蛋白质相互作用(PPI)的数据(BioGRID)酵母已下载从的BioGRID的数据库,收集高通量研究和常规重点研究(Stark等人,2006年)从PPI数据。数据被表示通过命名一个二进制矩阵和代表存在或不存在的蛋白质 - 蛋白质相互作用。名称相对应的酵母基因的系统名称。
用法----------Usage----------
data(Yeast.Biogrid.data)
格式----------Format----------
Binary named matrix. Entry Yeast.Biogrid.data[i,j] = 1 if there is an interaction between gene i and j, otherwise Yeast.Biogrid.data[i,j] = 0.
矩阵二进制名为。条目Yeast.Biogrid.data[i,j] = 1,如果有一个基因i和j之间的交互,否则Yeast.Biogrid.data[i,j] = 0。
源----------Source----------
BioGRID data base: http://thebiogrid.org
BioGRID数据库:http://thebiogrid.org
参考文献----------References----------
实例----------Examples----------
data(Yeast.Biogrid.data);
Yeast.Biogrid.data[1:10,1:5];
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|