This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SSBD Project | ID SSBD Dataset ID | license | URL | Date added | |
---|---|---|---|---|---|
2-Kyoda-WormEmbryoRNAi | wt_N2_030303_01 | CC BY-SA | https://ssbd.riken.jp/100118-dcacbb41/zarr/v0.4/wt-N2-030303-01.zarr | 2023-03-22 | |
98-Morita-ToothEpiCellDev | fig2ab_trajectory_epithelialcell | CC BY | https://ssbd.riken.jp/100118-dcacbb41/zarr/v0.4/fig2ab_trajectory_epithelialcell.zarr | 2023-03-22 | |
48-Susaki-MouseBrainCUBIC | Fig3A_R26-pCAG-nuc-3xmKate2 | CC BY | https://ssbd.riken.jp/100118-dcacbb41/zarr/v0.4/Fig3A_R26-pCAG-nuc-3xmKate2.zarr | 2023-03-22 | |
48-Susaki-MouseBrainCUBIC | Fig3C_H2B-mCherry | CC BY | https://ssbd.riken.jp/100118-dcacbb41/zarr/v0.4/Fig3C_H2B-mCherry.zarr | 2023-03-22 | |
48-Susaki-MouseBrainCUBIC | Fig3D_H2B-EGFP | CC BY | https://ssbd.riken.jp/100118-dcacbb41/zarr/v0.4/Fig3D_H2B-EGFP.zarr | 2023-03-22 | |
48-Susaki-MouseBrainCUBIC | Fig3E_Thy1-YFP-H | CC BY | https://ssbd.riken.jp/100118-dcacbb41/zarr/v0.4/Fig3E_Thy1-YFP-H.zarr | 2023-03-22 | |
199-Ichimura-MulticellularDyn | Fig2_BrainSliceRGB | CC BY-NC | https://ssbd.riken.jp/100118-dcacbb41/zarr/v0.4/Fig2_BrainSliceRGB.zarr | 2023-03-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import os | |
import sys | |
import omero.clients | |
from omero.cli import cli_login | |
from omero.rtypes import rstring, rlong | |
from omero.gateway import BlitzGateway |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import os | |
import sys | |
import omero.clients | |
from omero.cli import cli_login | |
from omero.rtypes import rstring, rlong | |
from omero.gateway import BlitzGateway |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# see https://github.com/IDR/idr-metadata/issues/652 | |
import argparse | |
import os | |
import sys | |
import omero.clients | |
from omero.cli import cli_login | |
from omero.model import ChecksumAlgorithmI | |
from omero.model import NamedValue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import locale | |
import os | |
import platform | |
import sys | |
import omero.clients | |
from omero.cli import cli_login |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import locale | |
import os | |
import platform | |
import sys | |
import omero.clients | |
from omero.cli import cli_login | |
from omero.model import ChecksumAlgorithmI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<!-- See https://forum.image.sc/t/omero-embedded-onto-html-pages-in-moodle/72047 --> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | |
<link rel="stylesheet" type="text/css" href="https://omero.mvls.gla.ac.uk/static/webgateway/css/ome.viewport.css?_5.8.1" media="all" /> | |
<link rel="stylesheet" type="text/css" href="https://omero.mvls.gla.ac.uk/static/webgateway/css/ome.toolbar.css?_5.8.1" media="all"/> | |
<link rel="stylesheet" type="text/css" href="https://omero.mvls.gla.ac.uk/static/webgateway/css/ome.gs_slider.css?_5.8.1" media="all" /> | |
<link rel="stylesheet" type="text/css" href="https://omero.mvls.gla.ac.uk/static/webgateway/css/base.css?_5.8.1" media="all" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://forum.image.sc/t/imports-of-tiff-to-omero/71648/9 | |
# usage: with plate ID - You will be asked for login... | |
# $ python plate_rename_images.py 1234 | |
import argparse | |
import sys | |
from omero.cli import cli_login | |
from omero.gateway import BlitzGateway |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import zarr | |
from skimage.filters import threshold_otsu | |
from skimage.segmentation import clear_border | |
from skimage.measure import label | |
from skimage.morphology import closing, square | |
from ome_zarr.io import parse_url |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://forum.image.sc/t/how-to-copy-the-metadata-set-of-an-image-and-paste-it-to-a-new-one/60357 | |
import argparse | |
import sys | |
import omero | |
import omero.clients | |
from omero.cli import cli_login | |
from omero.gateway import BlitzGateway |
NewerOlder