Description Usage Arguments Value Author(s) Examples
Removes arrays from the RPPA data set which are not used in following calculations.
| 1 | remove.arrays(x, param = "target", arrays2rm = c("protein", "blank", "housekeeping"))
 | 
| 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 | 
The RPPA data list without the arrays specified by arrays2rm.
Heiko Mannsperger <h.mannsperger@dkfz.de>
| 1 2 3 4 |         library(RPPanalyzer)
        data(dataIII)
            
        DT <- remove.arrays(dataIII, param = "target", arrays2rm = c("protein"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.