pick.high.conc {RPPanalyzer} | R Documentation |
Picks the dilution step with the value 1 from serialy diluted samples in an RPPA data set.
pick.high.conc(x, highest = ("dilution"))
x |
Any RPPA data list with 4 elements |
highest |
character string describing the column that contains the dilution steps |
The function selects all spots or samples from a RPPA data set with the value
1 in the column of the sampledescription denoted in argument highest
.
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 |
Heiko Mannsperger <h.mannsperger@dkfz.de>
library(RPPanalyzer) data(subsetdataI) dataHighcon <- pick.high.conc(subsetdataI,highest="dilution")