Learn R Programming

RPPanalyzer (version 1.4.9)

RPPanalyzer-package: Read, annotate and normalize reverse phase protein array data and get a brief overview on the biological impact.

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.

Arguments

Author

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

Examples

Run this code
if (FALSE) {
	data(dataI)
	
	bgcorrected <- correctBG(dataI)
	normalized <- normalizeRPPA(bgcorrected,method="proteinDye")
	aggregated <- sample.median(normalized)
}

Run the code above in your browser using DataLab