Difference between revisions of "Linear models for Microarray analysis"
From Organic Design wiki
(→Object orintated programming environment) |
m (→Scratchpad) |
||
Line 34: | Line 34: | ||
==Scratchpad== | ==Scratchpad== | ||
− | |||
− | |||
− | |||
− | |||
*benefits/limitations? | *benefits/limitations? | ||
*FDR control? → ranking better than selecting cutoff | *FDR control? → ranking better than selecting cutoff | ||
[[Category:Sven/Rosaceae]] | [[Category:Sven/Rosaceae]] |
Revision as of 04:44, 14 March 2006
Overview of Limma package for R
- Fits a linear model for each spot (gene)
- An open source software package for the R programming environment
- Focus on normalization and statistical analysis of cDNA microarray gene expression data
- OOP environment for handling information in a microarray experiment
- Statistical analysis approach can be used for Affymetrix microarray experiments
Origin
- Written and maintained by Gordon Smyth with contributions From WEHI, Melbourne, Australia
- Software made public at the Australian Genstat Conference, Perth, in Dec 2002
- Became available in the Bioconductor open source bioinformatics project April 2003
- Limma integrates with other Bioconductor software packages, affy, marray, using convert package
- Active development cycle
Object orintated programming environment
- Uploading data into R automatically populates elements of RGList
- R (Red foreground)
- Rb (Red background)
- G (Green foreground)
- Gb (Green background)
- genes (Spot annotation list)
- weights (prior weights weights given to each spot)
- MAList:
- M = log2(R) - log2(G) (minus)
- A = (log2(R) + log2(G))/2) (add - abundance)
- Backtransforming:
- log2(R') = A + M/2
- log2(G') = A - M/2
Scratchpad
- benefits/limitations?
- FDR control? → ranking better than selecting cutoff