gene.gene.statistic {CoCiteStats}R Documentation

Compute gene-gene statistics

Description

Computes gene gene statistics.

Usage

gene.gene.statistic(g1, g2, paperLens = paperLen())

Arguments

g1 The Entrez Gene identifier for one of the genes.
g2 The Entrez Gene identifier for the other gene.
paperLens A vector with the number of citations for each paper.

Details

For the two genes identified by their Entrez IDs a number of two-way table statistics, i.e. those computed via twTStats, are returned, as are their gene and paper size adjusted variants.

Value

A list with entries

original
gs
ps
both

The output of twTStats on the data scaled for both paper and gene size.

Author(s)

B. Ding and R. Gentleman

References

Testing Gene Associations Using Co-citation, by B. Ding and R. Gentleman. Bioconductor Technical Report, 2004

See Also

twowayTable

Examples


 g1 = "10"  #Entrez ID for gene 1
 g2 = "101"  #Entrez ID for gene 2
 pLens = paperLen()
 gene.gene.statistic(g1, g2, pLens)


[Package CoCiteStats version 1.14.0 Index]