Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.02 KB

File metadata and controls

35 lines (28 loc) · 1.02 KB

Contributing to K R&D Lab

Thank you for your interest! Here is how you can contribute:

🐛 Report Issues

Open a GitHub Issue with:

  • Which project (A1-A5, B1-B5, or meta-tool)
  • Steps to reproduce
  • Expected vs actual behavior

💡 Suggest Improvements

  • New biological targets or datasets
  • Better ML models or features
  • Additional tools for the demo Space

🔬 Add Real Data

The highest-value contribution is replacing SIMULATED datasets with real experimental data. See each project README for the specific data gaps.

📝 How to Submit

  1. Fork the repository
  2. Create a branch: git checkout -b feature/your-improvement
  3. Commit with clear message: git commit -m "add: real TCGA data for A1"
  4. Open a Pull Request

📋 Code Standards

  • Python 3.10+
  • All figures: white background, 300 DPI, PNG + SVG
  • Label all simulated data clearly
  • Include execution_trace.ipynb for reproducibility

📖 Cite Your Sources

If you add data or methods from published papers, cite them in the relevant report.md file.