plot_ExpressionSet: plot a single feature from an ExpressionSet

Description Usage Arguments Value Author(s) Examples

Description

Plot a single probe, aka feature from an ExpressionSet object, optionally highlighting certain samples, and adding a mean expression line.

Usage

1
2
3
4
  plot_ExpressionSet(x, feature = 1, xlab = "Rank",
    ylab = "Expression Level (log2)",
    main = featureNames(x)[feature], add.mean = TRUE,
    sort = TRUE, samples = NULL)

Arguments

x

an ExpressionSet

feature

the index or name of the feature to plot. default=1

xlab

see par

ylab

see par

main

see par

add.mean

logical: add a horizontal line about the mean of that feature

sort

logical: if TRUE, then sort from low to high

samples

an optional character vector of sample names to highlight and label in red.

Value

nothing

Author(s)

Mark Cowley, 2012-10-16

Examples

1
2
3
4
5
6
## Not run: 
	hent3 <- x["SLC29A3", ]
	plot_ExpressionSet(hent3, sort=T, samples="APGI_1966")
	plot_ExpressionSet(x, feature="SLC29A3", sort=T, samples="APGI_1966")

## End(Not run)

drmjc/mjcgraphics documentation built on May 15, 2019, 2:40 p.m.