Skip to content

Micro injection State Transition Criteria

Asfand Qazi edited this page Oct 18, 2011 · 2 revisions

A micro-injection attempt will transition between different statuses depending on a set of conditions. It can be accessed via the read-only “status” attribute of each mi_attempt.

If a micro-injection’s “is_active” flag is set to false, then under any circumstances, its status will be set to “Micro-injection aborted”.

Otherwise, if either “number_of_het_offspring” or “number_of_chimeras_with_glt_from_genotyping” is set to a non-zero value, the status will be set to “Genotype confirmed”.

Failing any of the above two conditions, the micro-injection’s status will be set to “Micro-injection in progress”.