exp_dataset(explorase)
exp_dataset()所属R语言包:explorase
Get experimental data
获取的实验数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get experimental data of the specified type out of exploRase
获取指定类型的实验数据的exploRase
用法----------Usage----------
exp_dataset(ent_type = exp_entityType())
exp_dataFrame(ent_type = exp_entityType())
参数----------Arguments----------
参数:ent_type
the entity type ("gene", "met", ...) of the data
数据实体类型(“基因”,“满足”,...)
Details
详情----------Details----------
The result of exp_dataset allows one to directly manipulate the GGobi dataset. If only a data.frame is required,
exp_dataset允许一个直接操纵与ggobi集。如果只有一个data.frame需要,
值----------Value----------
For exp_dataset, a GGobi dataset, see rggobi documentation. For exp_dataFrame, a data.frame coerced from the result of exp_dataset.
exp_dataset,与ggobi集,看到rggobi文档。 exp_dataFrame,从exp_dataset结果裹挟数据框。
作者(S)----------Author(s)----------
Michael Lawrence <mflawren@fhcrc.org>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|