https://github.com/alleninstitute/sptx_ccf_registration
Spatial Transcriptomics - CCF Registration
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.2%) to scientific vocabulary
Repository
Spatial Transcriptomics - CCF Registration
Basic Info
- Host: GitHub
- Owner: AllenInstitute
- License: other
- Language: Python
- Default Branch: main
- Size: 9.2 MB
Statistics
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Spatial Transcriptomics to Common Coordinate Framework Registration
Overview
sptxccfregistration is an image processing pipeline for registering spatial transcriptomics data to the common coordinate framework (CCF). This pipeline consists of three modules:
- Segmentation of MERFISH point cloud data consisting of cell label and position into regions
- Registration of MERFISH labels to CCF labels
- Dashboard for analyzing the registration through metrics and image visualization
Installation
- Clone this repository:
git clone https://github.com/AllenInstitute/sptx_ccf_registration - Navigate to the directory:
cd sptx_ccf_registration - Install the package:
pip install . - Install dependencies for Neuroglancer
pip install -r requirements_neuroglancer.txt - For Neuroglancer, obtain AWS credentials and export to your environment
Usage
For detailed usage instructions, see the documentation for individual modules in docs
You can use the following commands to get help on the input params for each module:
python -m sptx_ccf_registration.segmentation --help
python -m sptx_ccf_registration.registration --help
python -m sptx_ccf_registration.metrics_dashboard --help
You can configure these parameters with an inputjson file for each module. Examples of these can be found in the `sampleconfig` directory.
Here are examples of launching the modules with the inputjson files. ``` python -m sptxccfregistration.segmentation --inputjson sampleconfig/segmentation/segmentationbroad.json python -m sptxccfregistration.segmentation --inputjson sampleconfig/segmentation/segmentationlandmark.json python -m sptxccfregistration.registration --inputjson sampleconfig/registration/registration.json python -m sptxccfregistration.metricsdashboard --inputjson sampleconfig/metricsdashboard/metricsdashboard.json ```
Owner
- Name: Allen Institute
- Login: AllenInstitute
- Kind: organization
- Location: Seattle, WA
- Website: https://alleninstitute.org
- Repositories: 184
- Profile: https://github.com/AllenInstitute
Please visit http://alleninstitute.github.io/ for more information.
GitHub Events
Total
- Watch event: 3
Last Year
- Watch event: 3
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- alphashape *
- antspyx *
- argschema *
- numpy *
- pandas *
- rasterio *
- SimpleITK *
- cloud-volume *
- dask *
- dominate *
- h5py *
- ome-zarr *
- pandas *
- s3 *
- task-queue *
- Flask *
- beautifulsoup4 *
- lxml *
- markdown *
- pandas *
- plotly *