Description Usage Arguments Details Value Author(s) References See Also Examples
Computes gene gene statistics.
1 | 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 |
The output of |
gs |
The output of |
ps |
The output of |
both |
The output of |
B. Ding and R. Gentleman
Testing Gene Associations Using Co-citation, by B. Ding and R. Gentleman. Bioconductor Technical Report, 2004
1 2 3 4 | g1 = "10" #Entrez ID for gene 1
g2 = "101" #Entrez ID for gene 2
pLens = paperLen()
gene.gene.statistic(g1, g2, pLens)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.