agdex.scatterplot {AGDEX}R Documentation

scatter plot of AGDEX result

Description

A function to visualize the results of AGDEX analysis for the entire genome or specific gene-sets in a scatterplot.

Usage

agdex.scatterplot(agdex.res, gset.id = NULL)

Arguments

agdex.res

result of an AGDEX analysis, the returned result of the function agdex.

gset.id

a specified gene-set identifier. Default is set to NULL, which produces a visualization result of the entire genome.

Value

Returns either a scatter plot of pairs of difference in average log-expression values for genome-wide anlysis or a specified gene-set.

Author(s)

Stan Pounds <stanley.pounds@stjude.org; Cuilan Lani Gao <cuilan.gao@stjude.org>

See Also

agdex; get.gset.result.details

Examples

data(agdex.res)
# see visualization result of the whole genome
agdex.scatterplot(agdex.res, gset.id=NULL)
# scatterplot for a specified gene-set
agdex.scatterplot(agdex.res, gset.id="DNA_CATABOLIC_PROCESS") 

[Package AGDEX version 1.38.0 Index]