Background
The script addon.py already have functions for preprocessing, normalization, clustering, cell type prediction, gene list for cells/tissues, gene expression per cell types, DEG per tissue types, and UMAP plotting for cell types.
Suggested features
Addition of following features will complete the omics agent task:
1. Data import module
2. csv reader function for agent
3. Omics data QC
4. batch effects correction
5. DEG for cell types
6. plot UMAP for tissue types
7. Cell annotation and cell discovery
8. Lineage/trajectory inference analysis
9. Functional enrichment, ontology and pathway analysis
10. Gene regulatory networks
11. cell-cell communication
12. Cell compositional analysis
13. Gene perturbation modeling
14. Metabolic modeling
15. Multi-omics data integration
16. Method-specific features (e.g. TFBS from scATAC-seq, immune receptors)
Next steps
1. unit testing
2. Connect these tasks with LangChain agent
Background
The script addon.py already have functions for preprocessing, normalization, clustering, cell type prediction, gene list for cells/tissues, gene expression per cell types, DEG per tissue types, and UMAP plotting for cell types.
Suggested features
Addition of following features will complete the omics agent task:
1. Data import module
2. csv reader function for agent
3. Omics data QC
4. batch effects correction
5. DEG for cell types
6. plot UMAP for tissue types
7. Cell annotation and cell discovery
8. Lineage/trajectory inference analysis
9. Functional enrichment, ontology and pathway analysis
10. Gene regulatory networks
11. cell-cell communication
12. Cell compositional analysis
13. Gene perturbation modeling
14. Metabolic modeling
15. Multi-omics data integration
16. Method-specific features (e.g. TFBS from scATAC-seq, immune receptors)
Next steps
1. unit testing
2. Connect these tasks with LangChain agent