powered by
Removes arrays from the RPPA data set which are not used in following calculations.
remove.arrays(x, param = "target", arrays2rm = c("protein", "blank", "housekeeping"))
The RPPA data list without the arrays specified by arrays2rm.
arrays2rm
List with RPPA data set
charater describing a row in the arraydescription (column in slidedescription file)
character defining the arrays to remove
Heiko Mannsperger <h.mannsperger@dkfz.de>
if (FALSE) { library(RPPanalyzer) data(dataIII) DT <- remove.arrays(dataIII, param = "target", arrays2rm = c("protein")) }
Run the code above in your browser using DataLab