remove.arrays: Remove arrays from a RPPA data list

Description Usage Arguments Value Author(s) Examples

Description

Removes arrays from the RPPA data set which are not used in following calculations.

Usage

1
remove.arrays(x, param = "target", arrays2rm = c("protein", "blank", "housekeeping"))

Arguments

x

List with RPPA data set

param

charater describing a row in the arraydescription (column in slidedescription file)

arrays2rm

character defining the arrays to remove

Value

The RPPA data list without the arrays specified by arrays2rm.

Author(s)

Heiko Mannsperger <h.mannsperger@dkfz.de>

Examples

1
2
3
4
        library(RPPanalyzer)
        data(dataIII)
            
        DT <- remove.arrays(dataIII, param = "target", arrays2rm = c("protein"))

RPPanalyzer documentation built on May 2, 2019, 6:10 p.m.