Views |
experiment_to_lab | SELECT experiment_to_researcher.rese ... | schemaA |
experiment_to_researcher | SELECT tblexperiment.researcher_id, ... | schemaA |
featureset_to_feature | SELECT tblfeatureset.featureset_name ... | schemaA |
image_mf | SELECT image_to_lab.image_id, image_ ... | schemaA |
image_to_celltype | SELECT image_to_slide.image_id, imag ... | schemaA |
image_to_experiment | SELECT image_to_celltype.image_id, i ... | schemaA |
image_to_fieldview | SELECT image_to_time.image_id, image ... | schemaA |
image_to_lab | SELECT image_to_slidelabel.image_id, ... | schemaA |
image_to_protocol | SELECT image_to_researcher.image_id, ... | schemaA |
image_to_researcher | SELECT image_to_experiment.image_id, ... | schemaA |
image_to_slide | SELECT image_to_fieldview.image_id, ... | schemaA |
image_to_slidelabel | SELECT image_to_protocol.image_id, i ... | schemaA |
image_to_stack | SELECT tblimage.image_id, tblimage.i ... | schemaA |
image_to_substance | SELECT image_to_stack.image_id, imag ... | schemaA |
image_to_time | SELECT image_to_substance.image_id, ... | schemaA |
image_with_region_mf | SELECT image_mf.image_id, image_mf.i ... | schemaA |
mf_microscopy | SELECT microscopy_all.microscopy_id, ... | schemaA |
microscopy_all | SELECT tblmicroscopy.microscopy_id, ... | schemaA |
stack_mf | SELECT stack_to_lab.image_id, stack_ ... | schemaA |
stack_to_celltype | SELECT stack_to_slide.image_id, stac ... | schemaA |
stack_to_experiment | SELECT stack_to_celltype.image_id, s ... | schemaA |
stack_to_fieldview | SELECT stack_to_time.image_id, stack ... | schemaA |
stack_to_image | SELECT tblimage.image_id, tblimage.i ... | schemaA |
stack_to_lab | SELECT stack_to_label.image_id, stac ... | schemaA |
stack_to_label | SELECT stack_to_protocol.image_id, s ... | schemaA |
stack_to_protocol | SELECT stack_to_researcher.image_id, ... | schemaA |
stack_to_researcher | SELECT stack_to_experiment.image_id, ... | schemaA |
stack_to_slide | SELECT stack_to_fieldview.image_id, ... | schemaA |
stack_to_substance | SELECT stack_to_image.image_id, stac ... | schemaA |
stack_to_time | SELECT stack_to_substance.image_id, ... | schemaA |
stack_with_region_mf | SELECT stack_mf.image_id, stack_mf.i ... | schemaA |