Client-side interface to obtain the KEGG ids for all the genes of
客户端接口来获取所有基因KEGG IDS
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a KEGG organism id, the function searches the KEGG GENES database for all the genes of the organism
由于一个KEGG机体ID,功能搜索所有生物体的基因KEGG的基因数据库
用法----------Usage----------
get.genes.by.organism(org, start, max.results)
参数----------Arguments----------
参数:org
org a character string for the id used by KEGG for organisms. The organism ids are normally three-letter codes with the first letter being the first letter of the genus name and the rest being the first two letters of the species name of the scientic name of the organism of concern
org生物体KEGG使用的ID字符串。有机体的IDS通常是三个字母的代码与属名的第一个字母的第一字母,其余是关注的有机体的科学化名称的物种名称的头两个字母
参数:start
start an integer to indicate the location of the entry in the query results from which the results will be extracted and returned
start一个整数来表示条目的查询结果中的位置将被提取并返回结果
参数:max.results
max.results an integer to indicate the maximum number of entries that will be extracted from the query results and returned
max.results整数表示从查询结果将提取的最大条目数,并返回
Details
详情----------Details----------
The gene ids returned by the query normally consist of three letters followed by a colon and then numbers or a combination of letters and numbers. The three letters are from the first letter of the genus name and the first two letters of the species name of the scientific name of the organism of concern (e. g. hsa:111 for Homo Sapiens)
基因查询所返回的ID通常由一个冒号,然后数字或字母和数字组合的三个字母。这三个字母是由属名第一个字母和关注的有机体的学名的种名的前两个字母(如HSA:111智人)
值----------Value----------
The function returns a vector of character strings of ids used by KEGG to represent genes
该函数返回一个由KEGG用来代表基因向量的ID字符串