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

Description Usage Arguments Value Author(s) See Also Examples

View source: R/conditionsChoice.R

Description

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

Usage

1
conditionsChoice(comparisonSelection, names)

Arguments

comparisonSelection

Selected comparison of 2 groups

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
expr.matrix <- readRDS("data/expr_matrix_LGVD.rds")
comparisonSelection <- "DORSAL\\VENTRAL"
names <- get_names(expr.matrix)
conditionsChoice(comparisonSelection,names)

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