The set of papers that cite the input Entrez Gene identifiers are found, and for each of these the number of genes cited in that paper is computed and returned.
论文举出输入Entrez基因标识被发现,这些基因在该文件中列举的数量计算并返回。
用法----------Usage----------
paperLen(x)
参数----------Arguments----------
参数:x
A vector of Entrez Gene identifiers.
Entrez基因标识符的向量。
Details
详情----------Details----------
This function first finds the set of unique PMIDs associated with the input set of Entrez Gene IDS. Then for each PMID it finds the number of Entrez Gene identifiers associated with that paper. The function uses different sets of variable mappings from the org.Hs.eg.db package.
这个函数首先发现一套独特PMIDs Entrez基因IDS的设置输入。然后为每一个关键词找到的Entrez基因与该文件相关联的标识符。 org.Hs.eg.db包的功能使用两套不同的变量映射。
If x is missing then all Entrez gene identifiers in the org.Hs.egPMID are used.
如果x失踪然后在org.Hs.egPMID所有的Entrez基因标识符。
值----------Value----------
参数:counts
For each paper the number of Entrez Gene identifiers referred to.
Entrez基因标识的数量,为每个文件提到。
参数:papers
A list of the same length as x, each element contains the papers that refer to the corresponding Entrez Gene identifier.
x相同长度的列表,每个元素包含的文件,是指相应的Entrez基因标识符。
作者(S)----------Author(s)----------
R. Gentleman
参见----------See Also----------
twTStats
twTStats
举例----------Examples----------
ans = paperLen(c("10", "1001"))
ans$counts
ans$papers