pick.high.conc: Select the highest concentration from serialy diluted samples

Description Usage Arguments Details Value Author(s) Examples

Description

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

Usage

1
   pick.high.conc(x, highest = ("dilution"), sample.id=c("sample","sample.n"))

Arguments

x

Any RPPA data list with 4 elements

highest

Character string describing the column that contains the dilution steps

sample.id

Attributes to identify the samples

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

An RPPA data list containing only the samples with the highest concentration of each dilution series.

Author(s)

Heiko Mannsperger <h.mannsperger@dkfz.de>, Stephan Gade <s.gade@dkfz.de>

Examples

1
2
3
4
   library(RPPanalyzer)
   data(ser.dil.samples)

   dataHighcon <- pick.high.conc(ser.dil.samples,highest="dilution")

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