Return a list mapping category ids to Entrez Gene ids
返回一个列表的类别ID映射到Entrez基因IDS
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return a list mapping category ids to the Entrez Gene ids annotated at the category id. Only those category ids that have at least one annotation in the set of Entrez Gene ids specified by the geneIds slot of p are included.
Entrez基因标识标注类别ID返回一个列表映射的类别ID。只有那些Entrez基因组中有至少有一个注释的类别ID的ID指定geneIdsp包括插槽。
用法----------Usage----------
categoryToEntrezBuilder(p)
参数----------Arguments----------
参数:p
A subclass of HyperGParams-class
一个的HyperGParams-class子类
Details
详情----------Details----------
End users should not call this directly. This method gets called from hyperGTest. To add support for a new category, a new method for this generic must be defined. Its signature should match a subclass of HyperGParams-class appropriate for the new category.
最终用户不应该直接调用此。这种方法被称为hyperGTest。要添加一个新的类别的支持,这种通用的新方法必须被定义。其签名匹配HyperGParams-class新类别的相应的子类。
值----------Value----------
A list mapping category ids to Entrez Gene identifiers.
Entrez基因标识映射的类别ID列表。