A function that does reverse the mappings between probe ids and
扭转探针ID和映射函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes the name of a platform specific annotation data package (e. g. "hgu95av2") and a character string for the name of an environment stored in the data directory and returns a list of vectors of character string with values of the environment as the names of the lists of vectors and probe ids corresponding to the values of the environment as values.
这个函数需要一个平台,具体标注的数据包(如“hgu95av2”)和一个名称存储在数据目录中的环境字符串的名称和返回值与环境作为一个字符串向量列表向量和相应的环境值作为值的探针IDS列表的名称。
用法----------Usage----------
probesByLL(baseName, what = "ENTREZID")
参数----------Arguments----------
参数:baseName
baseName a character string for the name of platform specific annotation data package
baseName为特定平台的注释数据包的名称的字符串
参数:what
what a character string for the name of the environment object, which is the last part of an environment name excluding the package name
what一个环境对象的名称的字符串,这是对环境不包括包名的名称的最后一部分
Details
详情----------Details----------
Each platform specific annotation data package has mappings between probe ids to other values. This function does reverse mappings by grouping probe ids under unique values of a given environmentand returns the mappings as a list.
每个特定平台的注释数据包IDS探测到其他值之间的映射。此功能是通过探针IDS分组根据某一environmentand独特的价值观,作为一个列表返回映射的反向映射。
Values for the environment object for which the reverse mappings are sought must be vectors.
反向映射是寻求对环境对象的值必须是向量。
值----------Value----------
This function returns a list of vectors of character strings with unique values of an environment as the names and probe ids corresponding to the values as values.
这个函数返回一个向量与环境的独特价值,为值的值的名称和相应探针IDS字符串列表。