bioc_integration(explorase)
bioc_integration()所属R语言包:explorase
ExpressionSet Integration
ExpressionSet整合
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Functions loading and retrieving Bioconductor ExpressionSet objects to and from exploRase.
函数加载和检索的Bioconductor ExpressionSet对象和从exploRase的。
用法----------Usage----------
exp_loadExpressionSet(exprset, type = exp_entityType())
exp_phenoData(type = exp_entityType())
exp_featureData(type = exp_entityType())
exp_expressionSet(type = exp_entityType())
参数----------Arguments----------
参数:exprset
The ExpressionSet to load.
ExpressionSet加载。
参数:type
The type of the biological entity (e.g. gene).
生物实体的类型(例如基因)。
Details
详情----------Details----------
To load a ExpressionSet instance into exploRase, call exp_loadExpressionSet.
加载到exploRaseExpressionSet实例,调用exp_loadExpressionSet。
The function exp_expressionSet retrieves the ExpressionSet representing the data stored in exploRase for the given entity type. exp_phenoData and exp_featureData retrieve only the phenoData and featureData components, respectively.
的功能exp_expressionSet检索ExpressionSet代表在给定的实体类型exploRase中存储的数据。 exp_phenoData和exp_featureData检索phenoData和featureData组件,分别。
值----------Value----------
For exp_expressionSet, an ExpressionSet. For exp_phenoData, an AnnotatedDataFrame representing the phenotype data (i.e. experimental design, see exp_designFrame). For exp_featureData, an AnnotatedDataFrame representing the feature annotations (i.e. the entity info, see exp_entityFrame).
对于exp_expressionSet,ExpressionSet。 exp_phenoData,AnnotatedDataFrame代表型数据(即实验设计,请参阅exp_designFrame)。 exp_featureData,AnnotatedDataFrame代表的功能注释(即实体的详细信息,请参阅exp_entityFrame)。
作者(S)----------Author(s)----------
Michael Lawrence
参见----------See Also----------
explorase for loading data and starting exploRase in one call. exp_designFrame, exp_entityFrame,
explorase装载数据,并开始在一个调用exploRase。 exp_designFrame,exp_entityFrame
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|