DO(GeneAnswers)
DO()所属R语言包:GeneAnswers
Several data objects related with DO (Disease Ontology) and its mapping to genes
几个数据对象与DO(疾病本体)相关的基因和它的映射
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Several data objects related with DO (Disease Ontology) and its mapping to genes
几个数据对象与DO(疾病本体)相关的基因和它的映射
用法----------Usage----------
data(DO)
Details
详情----------Details----------
The data file "DO.rda" includes five datasets:
数据文件“DO.rda”包括5个数据集:
DO.graph.gene: a graphNEL object, which shows the ontology relations of DO
DO.graph.gene:graphNEL对象,这表明DO的本体关系
DO.graph.closure.gene: a graphNEL object, whose edges represent the link between a DO term and its offspring ontology terms. Only the DO terms with gene mappings were included.
DO.graph.closure.gene:1 graphNEL对象,其边代表DO的术语及其后代本体术语之间的联系。只有与基因映射被列入。
DO2gene.map: a list show the mapping from DOIDs to genes
DO2gene.map:列表显示映射从DOIDs基因
gene2DO.map: a list show the mapping from genes to DOIDs
gene2DO.map:列表显示,从基因到DOIDs的映射
DO.terms: a named character vector. Its names are DOIDs and elements are DO.terms
DO.terms:一个命名的特征向量。它的名字是的DOIDs和元素DO.terms的
举例----------Examples----------
data(DO)
datasets <- c("DO.graph.gene", "DO.graph.closure.gene", "DO2gene.map", "gene2DO.map", "DO.terms")
# check the existence of these datasets:[检查这些数据集的存在:]
sapply(datasets, exists)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|