select.measurements | R Documentation |
Selects the measurement samples defined as "measurement" in sample_type from an RPPA data list
select.measurements(x)
x |
List with RPPA data set |
expression |
matrix with protein expression data |
background |
matrix with protein background data or error values dependend on the input files |
arraydescription |
data frame with feature data |
sampledescription |
data frame with pheno data |
Heiko Mannsperger <h.mannsperger@dkfz.de>
## Not run:
library(RPPanalyzer)
data(dataIII)
dataIII_median <- sample.median(dataIII)
measures <- select.measurements(dataIII_median)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.