get.assay.desc(rpubchem)
get.assay.desc()所属R语言包:rpubchem
Get An Assay Description
一个试验说明
译者:生物统计家园网 机器人LoveR
描述----------Description----------
PubChem stores a number of pieces of information for each bio-assay. These include the description of the assay, related comments as well as type information (name, units, description) for the extra columns in the assay data.
PubChem数据库存储一个块的信息的数目,对每个生物测定。其中包括的描述分析,相关意见和类型的信息(姓名,单位,描述),额外的列中的分析数据。
This method accesses the description information and extracts a subset of that available.
此方法访问描述信息,并且提取的情况下的一个子集。
用法----------Usage----------
get.assay.desc(aid)
参数----------Arguments----------
参数:aid
A valid assay ID. This can be obtained using find.assay.id if not already known
有效的化验ID。这可以以下方式获得使用find.assay.id如果不是已经知道
值----------Value----------
A list object with the following named components <table summary="R valueblock"> <tr valign="top"><td>assay.desc</td> <td> A short description of the assay</td></tr> <tr valign="top"><td>assay.comments</td> <td> A list of comments for the assay</td></tr> <tr valign="top"><td>types</td> <td> A matrix with 3 columns. The first column is the name of the assay specific columns. The second column contains the descriptions of each assay specific column. The final column lists the units for each of the assay specific columns. In case an assay column is unitless, the value of the unit for that column is NA</td></tr> </table>
Alist以下的命名组件对象<table summary="R valueblock"> <tr valign="top"> <TD> assay.desc </ TD> <td>一个简短的分析说明</ TD> </ TR> <tr valign="top"> <TD>assay.comments </ TD> <TD> Alist检测的意见</ TD> </ TR> <tr valign="top"> <TD> types </ TD> <TD> Amatrix3列。第一列是测定的特定列的名称。第二列包含每个检测特定列的描述。的最后一列列出了为每个检测的特定列的单位。在分析柱是无单位的,该列的值的单位是NA </ TD> </ TR> </表>
(作者)----------Author(s)----------
Rajarshi Guha <a href="mailto:rajarshi.guha@gmail.com">rajarshi.guha@gmail.com</a>
参见----------See Also----------
find.assay.id, get.assay
find.assay.id,get.assay
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|