commonGenes: Function to compute number of common genes in ordered gene...

Description Usage Arguments Value Note Author(s) References Examples

Description

Function computes number of common genes up to each position (from 1 to n)

Usage

1
commonGenes(ord, n)

Arguments

ord

Data frame, where columns refer to ordered gene list from one study

n

The last position to be concered

Value

Numeric vector, number of common genes up to each position

Note

Created as part of implementation of the Similarity of Ordered Gene Lists method

Author(s)

Ivana Ihnatova

References

Yang, X., Bentink, S., Scheid, S. Spang, R., Similarities of ordered gene lists, 2005

Examples

1
2
3
genes<-paste("Gene", 1:100)
O<-cbind(sample(genes), sample(genes), sample(genes))
commonGenes(O,100)

MAMA documentation built on Jan. 15, 2017, 3:05 p.m.

Related to commonGenes in MAMA...