Learn R Programming

RPPanalyzer (version 1.0.2)

pick.high.conc: 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

Value

  • expressionmatrix with protein expression data
  • expression_bmatrix with protein expression data
  • arraydescriptiondata frame with feature data
  • sampledescriptiondata frame with pheno data

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.

Examples

Run this code
library(RPPanalyzer)
   data(subsetdataI)

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

Run the code above in your browser using DataLab