exp_loadInfo(explorase)
exp_loadInfo()所属R语言包:explorase
Load entity metadata
负载实体的元数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Loads a data frame of entity metadata into the metadata table of the given type(s).
实体的元数据加载到给定的类型(S)的元数据表的数据框。
用法----------Usage----------
exp_loadInfo(ent_info, ent_types = "gene", append_col = TRUE, keywords = NULL, update_view = TRUE, sync = FALSE)
参数----------Arguments----------
参数:ent_info
the data frame of entity information
实体信息的数据框
参数:ent_types
a single type identifier (applies to all rows) or a
一个单一的类型标识符(适用于所有的行)或
参数:append_col
whether the column should be appended or inserted after ID
该列是否应追加或插入后的ID
参数:keywords
a vector of identifiers that describe the added metadata
描述元数据的标识符的向量
参数:update_view
whether the metadata view should be updated
是否应更新元数据视图
参数:sync
whether metadata rows should be filtered out if they don't
元数据行是否应该被过滤掉,如果他们不这样做
Details
详情----------Details----------
The loaded entity metadata is merged with any existing data and the view is optionally updated to reflect the change. The new set of columns may be appended to the end or inserted just after the "ID" column.
加载实体的元数据合并与任何现有的数据和视图可以更新,以反映这一变化。一套新的列,可追加到年底或后插入“ID”列。
Metadata for multiple entity types may be added simultaneously, if ent_types is a vector with the same number of elements as the number of rows in ent_info and specifies the type of the entity
多个实体类型的元数据,可同时补充说,如果ent_types在ent_info行数相同数量的元素是一个向量,并指定实体类型
作者(S)----------Author(s)----------
Michael Lawrence <mflawren@fhcrc.org>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|