We are attempting to make drugs faster and cheaper for everyone. This centers around creating better disease models, engineering human tissue in the lab, automating manual biological research, and creating amazing software.
- td-ui - Shared UI component library for all Tissue Dynamics applications
- deployment - Production deployment and data processing pipelines
- td-lab - Laboratory information management system
- tissue-dynamics - Holds code for the qc and analysis systems as well as the dynamix observability monitor
- 402-rna-app - RNA-seq data management and analysis platform
- organoid-detection-tool - Desktop application for organoid image analysis
- deep-researcher - AI-powered research assistant for PK values and clinical data
- hu-ht-paper - High-throughput toxicity prediction paper
- hu-toxicity-paper-v2 - Improved toxicity prediction methodology
- td-smiles-based-liver-tox - SMILES-based liver toxicity ML/DL models
- td-structural-toxicity-prediction - Molecular encoding methods comparison
Use prefixes to indicate project origin and affiliation:
The primary prefix for Tissue Dynamics projects:
td-rna- RNA-seq analysis platformtd-ui- UI component librarytd-lab- Laboratory management systemtd-aging-rnaseq- Aging research analysis
Projects created during the 402 early period:
402-rna-app- RNA application (consider renaming to td-rna)402-bpiq-explorer- Data exploration tool402-cloud-manager- Cloud infrastructure402-sanofi-rnaseq- Sanofi collaboration
Projects with Hebrew University collaboration:
hu-ht-paper- Hebrew University high-throughput studieshu-toxicity-paper- Hebrew University toxicity research
Projects specifically for the Dynamix machine:
dynamix-insights- Dynamix data insightsdynamix-switcher-patch- Dynamix system patchestd-dynamix-toolbox- Dynamix analysis toolstd-dynamix-desktop- Dynamix desktop application
Organosphere-specific projects:
organospheres- Main organosphere repositoryorganospheres-research- Organosphere researchorganospheres-detection-tool- Organosphere detection (Note: Some use full "organospheres" without prefix)
-
Always include a README with:
- Purpose and overview
- Installation instructions
- Usage examples
- Contact information
-
Use descriptive names:
- ✅
402-rna-app(clear purpose) - ❌
General(too vague)
- ✅
-
Add meaningful descriptions in GitHub settings
-
Include appropriate .gitignore for your tech stack
-
Set up branch protection for main/master branches
repository/
├── README.md # Project overview
├── CLAUDE.md # AI assistant instructions
├── docs/ # Documentation
├── src/ # Source code
├── tests/ # Test files
├── scripts/ # Utility scripts
└── Sandbox/ # Experimental code
- Never commit secrets - Use environment variables
- Keep sensitive repos private until ready for publication
- Use secure credential management for production credentials
- Implement proper access controls in applications
-
Use clear commit messages:
feat: Add RNA-seq normalization module fix: Correct batch effect in PCA analysis docs: Update installation instructions -
Create issues for bugs and feature requests
-
Use pull requests for code review
-
Tag releases for production deployments
Many of our repositories contain proprietary research and are private. We maintain strict access controls and follow best practices for:
- HIPAA compliance for any human data
- Laboratory data security
- Intellectual property protection
Building the future of personalized medicine through organoid technology and computational biology.