[BioC] combine two objects & adding/deleting arrays in an object

Jean Yee Hwa Yang jean at biostat.ucsf.edu
Wed Nov 19 08:01:51 MET 2003


Hi Yuk Fai,

> Sorry for asking a simple question but I cannot find the answer in the
> archives. I want to know how to 
>  
> 1.	Combine two objects of the same class, for example two marrayRaw
> objects.
Not at the moment

> 2.	Add/delete an array/experiment from a marrayRaw/marrayNorm object.

This can be done by subsetting.
e.g.

datasub <- data[, -4]

data is a marrayRaw object and data sub has slide 4 removed.

Cheers

Jean



More information about the Bioconductor mailing list