Learn R Programming

RPPanalyzer (version 1.2.2)

select.measurements: Selects the measurement samples from an RPPA data list

Description

Selects the measurement samples defined as "measurement" in sample_type from an RPPA data list

Usage

select.measurements(x)

Arguments

x
List with RPPA data set

Value

  • expressionmatrix with protein expression data
  • backgroundmatrix with protein background data or error values dependend on the input files
  • arraydescriptiondata frame with feature data
  • sampledescriptiondata frame with pheno data

Examples

Run this code
library(RPPanalyzer)
	data(dataIII)
	dataIII_median <- sample.median(dataIII)
	measures <- select.measurements(dataIII_median)

Run the code above in your browser using DataLab