comparisonsPheno: Transform intensity values in a gradient of color from green...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/comparisonsPheno.R

Description

Transform intensity values in a gradient of color from green to red.

Usage

1

Arguments

exprset

Expression set containing all the information on a dataset

Value

A vector of colors. The darkest green values are the lowest and the darkest red values are the highest.

Author(s)

Simon J Pelletier

See Also

getGEO ExpressionSet

Examples

1
2
3
4
gset <- getGEO('GSE61276', GSEMatrix =TRUE) #GSE61276 GSE12654
exprset <- gset[[1]]
comparisons <- comparisonsPheno(exprset)[[1]]
comparisonsTable <- comparisonsPheno(exprset)[[2]]

spell098/rnaseq_app documentation built on May 30, 2019, 7:57 a.m.