gene.geneslist.statistic: A function to compute association measures between a gene of...

Description Usage Arguments Value Author(s) References See Also Examples

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

1
gene.geneslist.statistic(gene, geneslist, paperLens = paperLen())

Arguments

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.

Value

To be filled in later.

Author(s)

R. Gentleman

References

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

See Also

twowayTable, link{gene.gene.statistic}

Examples

1
2
3
4
5
  g1 = "101"
  gl = c("10014", "10015", "10016", "10017", "10018")
  pL = paperLen()
  s1 = gene.geneslist.statistic(g1, gl, pL)
  s1

CoCiteStats documentation built on Nov. 8, 2020, 6:55 p.m.