# NOT RUN {
## 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)
image(concatenate(x))
# }
Run the code above in your browser using DataLab