pick.high.conc {RPPanalyzer}R Documentation

Select the highest concentration from serialy diluted samples

Description

Picks the dilution step with the value 1 from serialy diluted samples in an RPPA data set.

Usage

   pick.high.conc(x, highest = ("dilution"))

Arguments

x Any RPPA data list with 4 elements
highest character string describing the column that contains the dilution steps

Details

The function selects all spots or samples from a RPPA data set with the value 1 in the column of the sampledescription denoted in argument highest.

Value

expression matrix with protein expression data
expression_b matrix with protein expression data
arraydescription data frame with feature data
sampledescription data frame with pheno data

Author(s)

Heiko Mannsperger <h.mannsperger@dkfz.de>

Examples

   library(RPPanalyzer)
   data(subsetdataI)

   dataHighcon <- pick.high.conc(subsetdataI,highest="dilution")


[Package RPPanalyzer version 1.0.2 Index]