https://github.com/cnpem/ddx3x-stress-granules-analyses
Science Score: 36.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
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.3%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: cnpem
- Language: TeX
- Default Branch: main
- Homepage: https://cnpem.github.io/ddx3x-stress-granules-analyses/
- Size: 72.5 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
DDX3X Stress Granules Analysis
This repository contains the analysis pipeline for investigating stress granules in DDX3X variants using microscopy data. The analysis includes cell segmentation, stress granule detection, and statistical analysis of granule properties.
Prerequisites
Setup
Clone this repository:
bash git clone https://github.com/username/ddx3x-stress-granules-analyses.git cd ddx3x-stress-granules-analysesUse
uv syncto create a virtual environment and install depedencies:bash uv syncActivate the virtual environment:
bash source .venv/bin/activate
Data
The microscopy data is not included in this repository due to size constraints but is available on Zenodo .
Running the Analysis
Generate the analysis report using Quarto:
bash
quarto render . --output-dir report
This will create a report directory containing the complete analysis. Open report/index.html in your web browser to view the results.
Directory Structure
data/: Raw microscopy images (not included in repository)figures/: Generated images showing three processing stages for each analyzed image:- Maximum intensity projection
- Filtered channel
- Cell and granule detection results
output/: CSV files containing:granule_area.csv: Measurements of individual stress granulesgranules_per_cell.csv: Cell-level granule counts and metrics
plots/: Generated plots and visualizations including:- Violin plots comparing granule areas across conditions
- Violin plots showing granule count distributions
- Bar plots of cell percentages with different granule counts
report/: Generated analysis report (after running Quarto)
Owner
- Name: Brazilian Center for Research in Energy and Materials (CNPEM)
- Login: cnpem
- Kind: organization
- Location: Brazil
- Website: https://cnpem.br/
- Repositories: 1
- Profile: https://github.com/cnpem
GitHub Events
Total
- Issues event: 2
- Watch event: 1
- Issue comment event: 1
- Public event: 1
- Push event: 1
Last Year
- Issues event: 2
- Watch event: 1
- Issue comment event: 1
- Public event: 1
- Push event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Jose Geraldo de Carvalho Pereira | z****o@o****m | 13 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: 4 months
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: 4 months
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- zgcarvalho (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- cellpose ==3.1.0
- imageio >=2.36.0
- jupyter >=1.1.1
- llvmlite ==0.43
- matplotlib >=3.9.2
- microfilm >=0.2.1
- pandas >=2.2.3
- pingouin >=0.5.5
- scikit-image >=0.24.0
- seaborn >=0.13.2
- torch >=2.5.1