mrbles
Decoding and analysis software for MRBLEs (Microspheres with Ratiometric Barcode Lanthanide Encoding).
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: plos.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.2%) to scientific vocabulary
Keywords
gaussian-mixture-models
mrble-pep
mrbles
optical-encoding
spectral-unmixing
suspension-arrays
Keywords from Contributors
interactive
serializer
packaging
graph-libraries
network-simulation
shellcodes
hacking
autograding
observability
embedded
Last synced: 11 months ago
·
JSON representation
Repository
Decoding and analysis software for MRBLEs (Microspheres with Ratiometric Barcode Lanthanide Encoding).
Basic Info
- Host: GitHub
- Owner: FordyceLab
- License: mit
- Language: Python
- Default Branch: master
- Size: 273 MB
Statistics
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 1
- Releases: 0
Topics
gaussian-mixture-models
mrble-pep
mrbles
optical-encoding
spectral-unmixing
suspension-arrays
Created almost 9 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
License
README.rst
MRBLEs Analysis Package ======================= This project aims to provide a package to **find**, **decode**, **extract**, **analyze** and MRBLEs using a set of images. This package provides the tools to: (1) **find** the MRBLEs in a monochrome brightfield microscopy image; (2) **decode** the MRBLEs beads by spectral unmxing, using reference spectra, and then spectrally decode the found beads using Iterative Closest Point Matching and Gaussian Mixture Modeling; (3) **extract**, statistical values of interest in additional fluorescence channels using the morphology of the MRBLEs, their locations, and respective code; (4) **analyze** affinity information based on titrations of MRBLEs assays. MRBLEs project -------------- MRBLEs (Microspheres with Ratiometric Barcode Lanthanide Encoding) rely on spectral multiplexing to track analytes throughout an experiment. In these assays, we can create microspheres containing > 1,000 unique ratios of lanthanide nanophosphors that can be uniquely identified via imaging alone. We are currently developing new assays that use these microspheres to understand how signaling proteins recognize their peptide substrates and to improve our ability to extract information from single cells. Abstact on MRBLEs and the *mrbles* package ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Multiplexed bioassays, in which multiple analytes of interest are probed in parallel within a single small volume, have greatly accelerated the pace of biological discovery. Bead-based multiplexed bioassays have many technical advantages, including near solution-phase kinetics, small sample volume requirements, many within-assay replicates to reduce measurement error, and, for some bead materials, the ability to synthesize analytes directly on beads via solid-phase synthesis. To allow bead-based multiplexing, analytes can be synthesized on spectrally encoded beads with a 1:1 linkage between analyte identity and embedded codes. Bead-bound analyte libraries can then be pooled and incubated with a fluorescently-labeled macromolecule of interest, allowing downstream quantification of interactions between the macromolecule and all analytes simultaneously via imaging alone. Extracting quantitative binding data from these images poses several computational image processing challenges, requiring the ability to identify all beads in each image, quantify bound fluorescent material associated with each bead, and determine their embedded spectral code to reveal analyte identities. Here, we present a novel open-source Python software package (the mrbles analysis package) that provides the necessary tools to: (1) find encoded beads in a bright-field microscopy image; (2) quantify bound fluorescent material associated with bead perimeters; (3) identify embedded ratiometric spectral codes within beads; and (4) return data aggregated by embedded code and for each individual bead. We demonstrate the utility of this package by applying it towards analyzing data generated via multiplexed measurement of calcineurin protein binding to MRBLEs (Microspheres with Ratiometric Barcode Lanthanide Encoding) containing known and mutant binding peptide motifs. We anticipate that this flexible package should be applicable to a wide variety of assays, including simple bead or droplet finding analysis, quantification of binding to non-encoded beads, and analysis of multiplexed assays that use ratiometric, spectrally encoded beads. Links ~~~~~ Publication: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0203725 Documentation: https://fordycelab.github.io/MRBLEs/ Source code: https://github.com/FordyceLab/MRBLEs/ Installation ------------ The MRBLEs software package is a Python Package available through the Python Package Index (PyPI): https://pypi.org/. To makes us of ``mrbles`` follow the following instructions. Python installation ~~~~~~~~~~~~~~~~~~~ Install (preferably) Python >3.5 Windows (https://www.python.org/downloads/windows/) or MacOS (https://www.python.org/downloads/mac-osx/). ``mrbles`` is built to be compatible with Pyhton >2.7, but its dependencies (other Python Packages) are getting less and less support for Python 2.7. Windows _______ This is based on the detailed Windows installation instructions from the official Python page: https://docs.python.org/3/using/windows.html * Install Python by downloading the latest version of Python: https://www.python.org/downloads/. * Execute the installation file and follow the instructions. * On the first window make sure to tick the box "*Add Pyhton x.x to PATH*". * Preferably, use the "*Customize installation*". * On the second window use the standard selections, or if other people are using the same machine, also select "*Install for all users*". * Preferably, use a custumized installation location, e.g. for Python 3.7 "C:\Pyhton37". This way it is easy to access when necessary. * Press "*Install*". To make use of Python packages that do not come with a pre-compiled file (which `mrbles` does), as in they need to be compiled on your computer from the source code. It is required to install a C++ compiler. * If using Python 2.7, install Microsoft Visual C++ Compiler for Python 2.7: https://www.microsoft.com/en-us/download/details.aspx?id=44266. * If using Python >3.6, install Build Tools for Visual Studio 2017: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017. * More info on compilers here: https://wiki.python.org/moin/WindowsCompilers#Which_Microsoft_Visual_C.2B-.2B-_compiler_to_use_with_a_specific_Python_version_.3F. Mac OSx _______ This is based on the detailed Mac OSx installation instructions from the Python-Guide page: https://docs.python-guide.org/starting/install3/osx/#install3-osx The installation for Mac OSx is slightly more complicated, but will help you in the future with Python dependencies. * First, download and install XCode: https://developer.apple.com/xcode/. - This is required for the installation of Python packages (C++ compiler) and for the installation of Brew, which is software that makes installing Python and dependencies much easier. * Second, install brew using the following command in Mac OSx Terminal: ``ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)`` The ``mrbles`` package installation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Once Python is installed it can be accessed using your systems' Command Prompt (Windows) or Terminal (Mac OSx), using: ``python`` (if both Python 2 & 3 are installed this is: ``python3`` or ``python3``). To install packages one can use the following commands, using the package name: * ``pip install package_name`` or * ``python -m pip install package_name`` Visit the Python Package Index (PyPI) for package names: https://pypi.org/. Now that everything is installed the ``mrbles`` package can be installed, using the following commands in the terminal: * ``pip install mrbles`` (if both Python 2 & 3 are installed this is: ``pip3`` or ``pip``) or * ``python -m pip install mrbles`` (if both Python 2 & 3 are installed this is: ``pip3`` or ``pip``) Using the ``mrbles`` package ---------------------------- The ``mrbles`` package automatically installs the Jupyter Notebook environment: https://http://jupyter.org/. To test the ``mrbles`` package download the example Notebook and all the data, reference, library (.xlsx), and flat-field files: * Notebook: https://github.com/FordyceLab/MRBLEs/blob/master/examples/example-notebook-GitHub-data.ipynb. * Data files: https://github.com/FordyceLab/MRBLEs/tree/master/data. - The quickest way is to download all the GitHub files in a zip file: https://github.com/FordyceLab/MRBLEs/archive/master.zip. The set used for the publication can be found on a OSF repository. Make sure to download all the data, reference, library (.xlsx), and flat-field files: * Notebook: https://github.com/FordyceLab/MRBLEs/blob/master/examples/example-notebook-publication-data.ipynb. * Data files: https://osf.io/8kv35/. To start using the these notebooks: * Place the Notebook file in a location at your convenience, e.g. "C:\\docs\\mrbles_test" or "/users/your_name/docs/mrbles_test". * Place the data files in the sub-folder "data" of the location of the Notebook file. * Open a Command Prompt or Terminal and navigate to that folder location. * Now start your Jupyter Notebook environment by using the following command: ``jupyter notebook`` * This should open your default browser and display the contents of the folder your started the Jupyter Notebook environment from. * Click on the downloaded "example-notebook-Github-data.ipynb", this will open that file. * Following the instruction in the opened Notebook. * Fore more information on using Jupyter Notebook: https://jupyter-notebook-beginner-guide.readthedocs.io.
Owner
- Name: Fordyce Lab
- Login: FordyceLab
- Kind: organization
- Email: pfordyce@stanford.edu
- Location: Stanford, CA
- Website: fordycelab.com
- Repositories: 5
- Profile: https://github.com/FordyceLab
Repository for the lab of Polly Fordyce at Stanford University
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| bjornharink | b****n@h****o | 255 |
| bjornharink | b****n@h****o | 15 |
| Karl Krauth | k****h@g****m | 3 |
| Björn Harink | b****k | 3 |
| dependabot[bot] | 4****] | 1 |
Committer Domains (Top 20 + Academic)
harink.indo: 1
harink.info: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: about 1 month
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2)
Packages
- Total packages: 1
-
Total downloads:
- pypi 191 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 41
- Total maintainers: 1
pypi.org: mrbles
MRBLEs decoding and analysis package
- Homepage: https://github.com/FordyceLab/MRBLEs
- Documentation: https://mrbles.readthedocs.io/
- License: MIT
-
Latest release: 1.0.1
published over 7 years ago
Rankings
Dependent packages count: 10.0%
Downloads: 17.4%
Average: 19.4%
Dependent repos count: 21.7%
Forks count: 22.6%
Stargazers count: 25.0%
Maintainers (1)
Last synced:
11 months ago
Dependencies
Pipfile
pypi
- ipykernel * develop
- sphinx * develop
- sphinx-rtd-theme * develop
- twine * develop
- future *
- jupyter *
- lmfit *
- matplotlib *
- notebook >=5.7.8
- numpy >=1.14.0
- opencv-python >=3.2.0
- openpyxl >=2.5.12
- packaging *
- pandas >=0.23.4
- parso >=0.5.0
- photutils ==0.6
- plotly *
- scikit-image *
- scikit-learn *
- scipy *
- seaborn >=0.9.0
- six *
- xarray *
- xlrd >=1.2.0
Pipfile.lock
pypi
- 132 dependencies