View source: R/gene.geneslist.sig.R
gene.geneslist.sig | R Documentation |
This function calculates Concordance, Jaccard's index and
Hubert's \Gamma
with
no adjustment, adjusting for paper size (PS), adjusting for
gene size (GS) and both, to evaluate the significance of
co-citation of a gene of interest and a gene list
gene.geneslist.sig(gene, geneslist, paperLens = paperLen(), n.resamp=100)
gene |
The Entrez Gene ID for the gene of interest. |
geneslist |
The list of Entrez Gene IDs for genes with which the co-citation of the gene of interest is to be evaluated. |
paperLens |
The sizes of the PubMed papers for consideration. |
n.resamp |
Number of resampling for generating empirical p-values. |
Statistics and resampling p-values for all 3 two-way tables along with the
4 adjustments for gene
and geneslist
based on
n.resamp
resamplings.
Beiying Ding
Testing Gene Associations Using Co-citation, by B. Ding and R. Gentleman. Bioconductor Technical Report, 2004
actorAdjTable
, paperLen
,
twTStats
, twowayTable
gene <- "705"
geneslist <- "7216"
gene.geneslist.sig(gene, geneslist, n.resamp=50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.