Description Usage Arguments Value Author(s) See Also Examples
View source: R/comparisonsPheno.R
Transform intensity values in a gradient of color from green to red.
| 1 | comparisonsPheno(exprset)
 | 
| exprset | Expression set containing all the information on a dataset | 
A vector of colors. The darkest green values are the lowest and the darkest red values are the highest.
Simon J Pelletier
| 1 2 3 4 | gset <- getGEO('GSE61276', GSEMatrix =TRUE) #GSE61276 GSE12654
exprset <- gset[[1]]
comparisons <- comparisonsPheno(exprset)[[1]]
comparisonsTable <- comparisonsPheno(exprset)[[2]]
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.