paperLen {CoCiteStats} | R Documentation |
The set of papers that are cite the input LocusLink identifiers are found, and for each of these the number of genes referred to is found and returned.
paperLen(X)
X |
A vector of LocusLink identifiers. |
This function first finds the set of unique PMIDs associated with the input set of LocusLink IDS. Then for each PMID it finds the number of LocusLink identifiers associated with that paper. The function uses different sets of variable mappings from the humanLLMappings package.
Counts |
For each paper the number of LocusLink identifiers referred to. |
papers |
A list of the same length as X , each element
contains the papers that refer to the corresponding LocusLink identifier. |
R. Gentleman
paperLen(c("10", "1001"))