Learn R Programming

RPPanalyzer (version 1.4.9)

remove.arrays: Remove arrays from a RPPA data list

Description

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

Usage

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

Value

The RPPA data list without the arrays specified by arrays2rm.

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

Author

Heiko Mannsperger <h.mannsperger@dkfz.de>

Examples

Run this code
if (FALSE) {
        library(RPPanalyzer)
        data(dataIII)
            
        DT <- remove.arrays(dataIII, param = "target", arrays2rm = c("protein"))
}

Run the code above in your browser using DataLab