50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

MAMA (version 1.0.2)

ratio: Function to calculate the ratio of co-significant: expected/observed

Description

Function to calculates the ratio of co-significant: expected/observed of strong and soft pattern matches

Usage

ratio(X.discret)

Arguments

X.discret
Matrix of 0 and 1. Rows correspond to genes, columns to studies (comparisons). 1 means that T statistic for the gene in the study was higher than selected threshold, otherwise 0 is used.

Value

  • A list which contains
  • nNumber of selected genes in each comparison
  • X.stringPatterns in observed in data
  • p.strongCo-significance of strong pattern match, probability of observing strong pattern match in data?
  • p.softCo-significance of soft pattern match, probability of observing strong pattern match in data?

Details

Calculation is part of MAP-Matches methods. See References for details\

References

Yang, X., Bentink, S. a Spang, R. 2005, Detecting Common Gene Expression Patterns in Multiple Cancer Outcome Entities, Biomedical Microdevices, vol.7:3

Examples

Run this code
A<-matrix(c(1,0,0,1,0,1,0,1,1,0,1,0,1,0,1), ncol=3, nrow=10)
ratio(A)

Run the code above in your browser using DataLab