All Projects → IDR → idr-notebooks

IDR / idr-notebooks

Licence: BSD-2-Clause license
Jupyter Notebooks for the Image Data Resource

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to idr-notebooks

nbclassic
Jupyter Notebook as a Jupyter Server extension
Stars: ✭ 35 (+150%)
Mutual labels:  notebook
Codex
A free note-taking software for programmers and Computer Science students
Stars: ✭ 242 (+1628.57%)
Mutual labels:  notebook
jupyterlab plotly
This repository is deprecated. The extension has moved to https://github.com/jupyterlab/jupyter-renderers
Stars: ✭ 16 (+14.29%)
Mutual labels:  notebook
iterative-grabcut
This algorithm uses a rectangle made by the user to identify the foreground item. Then, the user can edit to add or remove objects to the foreground. Then, it removes the background and makes it transparent.
Stars: ✭ 35 (+150%)
Mutual labels:  notebook
competitive-programming
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
Stars: ✭ 30 (+114.29%)
Mutual labels:  notebook
gorilla-repl
A fork of Jony Epsilon's rich REPL for Clojure in the notebook style.
Stars: ✭ 22 (+57.14%)
Mutual labels:  notebook
icrystal
Jupyter kernel for the Crystal language
Stars: ✭ 26 (+85.71%)
Mutual labels:  notebook
notesnook
A fully open source & end-to-end encrypted note taking alternative to Evernote.
Stars: ✭ 5,098 (+36314.29%)
Mutual labels:  notebook
monte-note
Note taking application with a rich set of editing and management features
Stars: ✭ 63 (+350%)
Mutual labels:  notebook
MineColab
Run Minecraft Server on Google Colab.
Stars: ✭ 135 (+864.29%)
Mutual labels:  notebook
yuuno
Yuuno = VapourSynth + Jupyter
Stars: ✭ 39 (+178.57%)
Mutual labels:  notebook
jupyterlab-custom-css
Add custom CSS rules for JupyterLab
Stars: ✭ 32 (+128.57%)
Mutual labels:  notebook
smart-city-analytics
Analyze large data sets collected from a long-range IoT system that uses LoRaWAN networking
Stars: ✭ 28 (+100%)
Mutual labels:  notebook
manning tf2 in action
The official code repository for "TensorFlow in Action" by Manning.
Stars: ✭ 61 (+335.71%)
Mutual labels:  notebook
LearningPath
Learning repository
Stars: ✭ 143 (+921.43%)
Mutual labels:  notebook
notebooks
A docker-based starter kit for machine learning via jupyter notebooks. Designed for those who just want a runtime environment and get on with machine learning. Docker tags:
Stars: ✭ 29 (+107.14%)
Mutual labels:  notebook
fiap-ml-visao-computacional
Repositório dos exemplos e desafios utilizados na disciplina de Visão Computacional do curso de MBA Machine Learning da FIAP
Stars: ✭ 33 (+135.71%)
Mutual labels:  notebook
MDAPL
The de facto standard for people who are looking to learn Dyalog APL from a book. This updated version is a work in progress.
Stars: ✭ 24 (+71.43%)
Mutual labels:  notebook
go-notebook
Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.
Stars: ✭ 33 (+135.71%)
Mutual labels:  notebook
xp
A framework (comand line tool + libraries) for creating flexible compute pipelines
Stars: ✭ 54 (+285.71%)
Mutual labels:  notebook

Actions Status

idr-notebooks

A set of Python Notebooks to demonstrate how to access the images and metadata from the Image Data Resource (IDR), including the features and all of the descriptive tags.

Full access to IDR metadata and images is provided through the standard OMERO API, documentation for which can be found here, with the Python bindings found specifically here. The notebooks in this repository are meant to exemplify the use of that API in the context of the IDR, and the sort of queries that can be done. In particular, they show how to reproduce Figure 1 and Figure 2 of the paper.1 They also make use of the scipy ecosystem, including pandas.

Running the notebooks

Running on cloud resources

Binder Open In Colab

Running in Docker

Alternatively, if you have Docker installed, you can use the repo2docker tool to run this repository as a local Docker instance:

$ git clone https://github.com/IDR/idr-notebooks
$ cd idr-notebooks
$ repo2docker .

Then follow the instructions that are printed after the Docker image is built. Depending on the permissions, you might have to run the command as an admin

Running locally

Finally, if you would like to install the necessary requirements locally, we suggest using conda:

You can for example install Anaconda https://www.anaconda.com/products/individual#Downloads

Create an environment:

$ git clone https://github.com/IDR/idr-notebooks
$ cd idr-notebooks
$ conda env create -n idr_env -f binder/environment.yml

and activate the newly created environment:

$ conda activate idr_env

The following steps are only required if you want to run the notebooks

  • If you have Anaconda installed:
    • Start Jupyter from the Anaconda-navigator
    • Select the notebook you wish to run and select the Kernel>Change kernel>Python [conda env:idr_env]
  • If Anaconda is not installed:
    • In the environment, install jupyter e.g. pip install jupyter
    • Add the virtualenv as a jupyter kernel i.e. ipython kernel install --name "idr_env" --user
    • Open jupyter notebook i.e. jupyter notebook and select the idr_env kernel or [conda env:idr_env] according to what is available
Notebook Lang Level Description
Using Jupyter Markdown Intro Getting a login account
IDR API example script Py Intro Shows an example of using the web API to extract metadata from the IDR. Can also be launched locally.
Getting Started Py Intro How to connect, some simple data access
Figure 1 Sample of Phenotypes Py IDR Paper Reproduces Fig. 1 of the paper: downloads annotations from all screens and computes and plots some statistics
Gene Network Py IDR Paper Reproduces Fig. 2 of the paper: downloads annotations from 3 screens,with a phenotype in common, queries StringDB for interactions and plots the resulting network. Uses a conversion table for orthologues and gene identifiers which was built offline using biomart (see article for more details). It uses Bokeh and NetworkX to display networks.
PCA analysis of Charm features Py Study details Shows how to access the computed CHARM features using OMERO.tables, and performs some analysis on them, showing that single cell information can be accessed from generic tile-based features, without segmentation.
Rohn Phenotype Clustering Py Study details Downloads annotations from idr0008-rohn-actinome, and performs some simple phenotypic clustering, building a figure, similar to Fig. 1 of the corresponding paper. Builds a gallery of thumbnails from images of several phenotypes.
Sysgro ROI Length Py Study details Loads polygons which are linked to the images of idr0001-graml-sysgro and compares the length of cells labelled with a particular gene such as ASH2 versus the wild type.
Calculate Sharpness Py Example Calculates sharpness of images and generates heatmaps.

1: Available on bioRxiv under https://doi.org/10.1101/089359

2: If you don't yet have an account, notebooks can be viewed under https://github.com/IDR/idr-metadata or more completely under https://nbviewer.jupyter.org/github/idr/idr-notebooks/tree/master/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].