select.sample.group {RPPanalyzer}R Documentation

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

expression matrix with protein expression data
expression_b matrix with protein expression data
arraydescription data frame with feature data
sampledescription data frame with pheno data

Author(s)

Heiko Mannsperger <h.mannsperger@dkfz.de

Examples

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

[Package RPPanalyzer version 1.0.2 Index]