Class: Well#
A Well is a component of the Well/Plate/Screen construct to describe screening applications.
A Well has a number of WellSample elements that link to the Images collected in this well. The ReagentRef links any Reagents that were used in this Well. A well is part of only one Plate. The origin for the row and column identifiers is the top left corner of the plate starting at zero. i.e The top left well of a plate is index (0,0)
Attributes#
well_sample : list[WellSample] (The Well WellSamples). reagent_ref : None | ReagentRef (The Well ReagentRef). annotation_ref : list[AnnotationRef] (The Well AnnotationRefs). id : str (The Well ID). column : int This is the column index of the well, the origin is the top left corner of the plate with the first column of cells being column zero. i.e top left is (0,0) The combination of Row, Column has to be unique for each well in a plate. row : int This is the row index of the well, the origin is the top left corner of the plate with the first row of wells being row zero. i.e top left is (0,0) The combination of Row, Column has to be unique for each well in a plate. external_description : None | str A description of the externally defined identifier for this plate. external_identifier : None | str The ExternalIdentifier attribute may contain a reference to an external database. type : None | str A human readable identifier for the screening status. e.g. empty, positive control, negative control, control, experimental, etc. color : Color A marker color used to highlight the well - encoded as RGBA The default value “-1” is #FFFFFFFF so solid white (it is a signed 32 bit value) NOTE: Prior to the 2012-06 schema the default value was incorrect and produced a transparent red not solid white.
URI: core:Well