Class: Screen

Class: Screen#

The Screen element is a grouping for Plates.

The required attribute is the Screen’s Name and ID - both must be unique within the document. The Screen element may contain an ExternalRef attribute that refers to an external database. A description of the screen may be specified in the Description element. Screens may contain overlapping sets of Plates i.e. Screens and Plates have a many-to-many relationship. Plates contain one or more ScreenRef elements to specify what screens they belong to.

Attributes#

description : None | str A description for the screen. reagent : list[Reagent] (The Screen Reagents). plate_ref : list[“Screen.PlateRef”] The PlateRef element is a reference to a Plate element. Screen elements may have one or more PlateRef elements to define the plates that are part of the screen. Plates may belong to more than one screen. annotation_ref : list[AnnotationRef] (The Screen AnnotationRefs). id : str (The Screen ID). name : None | str (The Screen Name). protocol_identifier : None | str A pointer to an externally defined protocol, usually in a screening database. protocol_description : None | str A description of the screen protocol; may contain very detailed information to reproduce some of that found in a screening database. reagent_set_description : None | str A description of the set of reagents; may contain very detailed information to reproduce some of that information found in a screening database. reagent_set_identifier : None | str A pointer to an externally defined set of reagents, usually in a screening database/automation database. type : None | str A human readable identifier for the screen type; e.g. RNAi, cDNA, SiRNA, etc. This string is likely to become an enumeration in future releases.

URI: core:Screen

img

Attributes#

Own#