gene.geneslist.statistic | R Documentation |
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.
gene.geneslist.statistic(gene, geneslist, paperLens = paperLen())
gene |
The Entrez Gene ID for the gene of interest. |
geneslist |
A vector of Entrez Gene ID for the set of genes. |
paperLens |
A vector containing the number of genes cited by each paper. |
To be filled in later.
R. Gentleman
Testing Gene Associations Using Co-citation, by B. Ding and R. Gentleman. Bioconductor Technical Report, 2004
twowayTable
, link{gene.gene.statistic}
g1 = "101"
gl = c("10014", "10015", "10016", "10017", "10018")
pL = paperLen()
s1 = gene.geneslist.statistic(g1, gl, pL)
s1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.