Learn R Programming

RPPanalyzer (version 1.4.3)

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

expression

matrix with protein expression data

background

matrix with protein background data or error values dependend on the input files

arraydescription

data frame with feature data

sampledescription

data 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