gene.geneslist.statistic {CoCiteStats}R Documentation

A function to compute association measures between a gene of interest and a list of genes.

Description

Whether or not a gene has an association with another gene, or a set of genes is measured using co-citation in PubMed as a basis for measuring that association.

Usage

gene.geneslist.statistic(gene, geneslist, numPapers, PaperLen)

Arguments

gene The LocusLink identifier for the gene of interest.
geneslist A vector of LocusLink identifiers for the set of genes.
numPapers The number of papers.
PaperLen A vector of length numPapers containing the number of citations for each paper.

Details

To be filled in later.

Value

To be filled in later.

Author(s)

B. Ding

References

The Springer Book.

See Also

twowayTable

Examples






[Package CoCiteStats version 1.0.0 Index]