plot-multidna-ANY-method: Display multidna objects

Description Usage Arguments Author(s) Examples

Description

Default printing for multidna objects

Usage

1
2
## S4 method for signature 'multidna,ANY'
plot(x, y, rows = TRUE, ask = FALSE, ...)

Arguments

x

a multidna object

y

an integer vector indicating the genes to plot

rows

a logical indicating if different genes should be displayed in separate rows

ask

a logical indicating if the user should be prompted between graphs

...

arguments passed to image.DNAbin

Author(s)

Thibaut Jombart t.jombart@imperial.ac.uk

Thibaut Jombart t.jombart@imperial.ac.uk

Examples

1
2
3
4
5
6
## simple conversion with nicely ordered output
data(woodmouse)
genes <- list(gene1=woodmouse[,1:500], gene2=woodmouse[,501:965])
x <- new("multidna", genes)
x
plot(x)

apex documentation built on April 14, 2020, 5:32 p.m.