Learn R Programming

RPPanalyzer (version 1.0.2)

select.sample.group: Selects samples from RPPA data

Description

Selects samples from an RPPA data list according to the selected parameter.

Usage

select.sample.group(x, param = "tissue", sel = c("T", "N"))

Arguments

x
List with RPPA data set
param
character describing the parameter from which the samples should be selected
sel
character describing the parameter that should be selected

Value

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

Examples

Run this code
library(RPPanalyzer)
	
	data(dataII)
	selectedData <- select.sample.group(dataII,param="stimulation",sel=c("A","B"))

Run the code above in your browser using DataLab