imageCodelink: Image plot of Codelink arrays

Description Usage Arguments Author(s) Examples

Description

Plot and image of a Codelink array if the layout information is found.

Usage

1
2
3
4
imageCodelink(object, array = 1, what = "bg",
    low="black", high="white", mar=c(1,1,1,1),
    gr=1, gc=1, log.it=FALSE, ...)
	

Arguments

object

an object of class "Codelink".

array

array to be used.

what

with data plot: bg, smean, ri, ni.

low

color used for low intensities.

high

color used for high intensities-

mar

character vector specifiying margings.

gc

numerical; number of grid columns.

gr

numerical; number of grid rows.

log.it

logical; if TRUE data is log2 transformed (if not yet).

...

additional arguments passed to image.

Author(s)

Diego Diez

Examples

1
2
3
4
5
## Not run: 
    data(codelink.example)
    imageCodelink(codelink.example)

## End(Not run)

codelink documentation built on Nov. 8, 2020, 8:19 p.m.