coerce-methods {marrayClasses}R Documentation

Coerce an object to belong to a given microarray class

Description

Coercing methods were defined to convert microarray objects of one class into objects of another class, e.g., instances of the "marrayRaw" class into instances of the "marrayNorm" class.

Methods

from = marrayRaw, to = marrayNorm
convert an object of class "marrayRaw" into an object of class "marrayNorm".
from = marrayRaw, to = exprSet
convert an object of class "marrayRaw" into an object of class "exprSet-class".
from = marrayRaw, to = marraySpots
convert an object of class "marrayRaw" into an object of class "marraySpots".
from = marrayNorm, to = exprSet
convert an object of class "marrayNorm" into an object of class "exprSet-class".
from = marrayNorm, to = marraySpots
convert an object of class "marrayNorm" into an object of class "marraySpots".


[Package marrayClasses version 1.2.9 Index]