arrayDesign-class {MAGEML}R Documentation

ArrayDesign class.

Description

This class contains the information extracted from the ArrayDesign package. The class should be used as such that the elements in the different slots correspond by order in which they appear. In this way a feature identifier is coupled to a zone (block) and a location within this zone defined as row and column.

Slots

feature:
Object of class "list", containing the identifier of the feature.
zone:
Object of class "list", containing the zone or block of the spot which contains the feature.
databaseEntry:
Object of class "list", containing the location as row and column within each zone.

Methods

show
signature(x = "arrayDesign"): print method for "arrayDesign" class.

Author(s)

Joke Allemeersch, http://www.esat.kuleuven.ac.be/~jallemee
Steffen Durinck, http://www.esat.kuleuven.ac.be/~sdurinck.

References


[Package Contents]