paperLen {CoCiteStats}R Documentation

Find the number of papers cited

Description

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.

Usage

paperLen(X)

Arguments

X A vector of LocusLink identifiers.

Details

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.

Value

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.

Author(s)

R. Gentleman

See Also

twTStats

Examples

  paperLen(c("10", "1001"))

[Package CoCiteStats version 1.2.0 Index]