Registry of Phenotype-Associated Cell Screening Methods
Source:R/68-ScreenStrategy.R
ScreenStrategy.RdAn environment storing methods for screening phenotype-associated cells.
Details
Storing structure - named list
key: method namevalue: listmethod_name: method nameexecutor: function implementation of the methodphenotypes: The phenotype types supported by this methodmapper: A function that transforms the parameters passed to theScreenfunction before forwarding them to the executor; both input and output must be of typelist.
See also
Other Add_Screen_method:
RegisterScreenMethod(),
TemplateScreenFunc(),
ValidateScreenFunc()