gene.gene.statistic {CoCiteStats} | R Documentation |
Computes gene gene statistics.
gene.gene.statistic(g1, g2, paperLens = paperLen())
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. |
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.
A list with entries
original |
|
gs |
|
ps |
|
both |
The output of twTStats
on the data scaled for
both paper and gene size.
B. Ding and R. Gentleman
Testing Gene Associations Using Co-citation, by B. Ding and R. Gentleman. Bioconductor Technical Report, 2004
g1 = "10" #Entrez ID for gene 1 g2 = "101" #Entrez ID for gene 2 pLens = paperLen() gene.gene.statistic(g1, g2, pLens)