outScores | R Documentation |
Calculates a statistical measure of each data entry being a putative outlier
outScores(dat)
dat |
an object of log2-normalized protein (or gene) expressions, containing markers in rows and samples in columns. |
outlier p-statistics
dat = setNames(as.data.frame(matrix(1:(5*10),5,10),
row.names = paste('marker',1:5,sep='')), paste('sample',1:10,sep=''))
result = outScores(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.