rppanalyzer-package: Read, annotate and normalize reverse phase protein array data...

Description Details Author(s) Examples

Description

The package reads pheno and feature data of an RPPA experiment from textfiles and annotates the expression values in genepix result files (gpr files). For background correction the backgroundcorrect funktion from the limma package is used. After normalization data can be plotted to check quality control or to get a first impression on the biological relevance of the data set.

Details

Package: RPPanalyzer
Type: Package
Version: 1.0
Date: 2009-11-11
License: LGPL
LazyLoad: yes

Author(s)

Maintainer: Heiko Mannsperger <h.mannsperger@dkfz.de>

Examples

1
2
3
4
5
	data(dataI)
	
	bgcorrected <- correctBG(dataI)
	normalized <- normalizeRPPA(bgcorrected,method="proteinDye")
	aggregated <- sample.median(normalized)

RPPanalyzer documentation built on May 2, 2019, 6:10 p.m.