You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deleted unused functions related to consensus checking and annotation metadata from prompts.py and utils.py. Also updated __init__.py to remove corresponding imports and exports, simplifying the codebase.
You MUST provide numerical values for both CP and H, not just qualitative descriptions.
147
147
"""
148
148
149
-
# Template for checking consensus across models
150
-
DEFAULT_CONSENSUS_CHECK_TEMPLATE="""You are an expert in single-cell RNA-seq analysis, evaluating the consensus cell type annotations across different models.
151
-
152
-
Species: {species}
153
-
Tissue: {tissue}
154
-
155
-
Here are the model predictions for each cluster:
156
-
157
-
{predictions}
158
-
159
-
For each cluster, assess:
160
-
1. The level of agreement between models
161
-
2. Which annotation is most accurate based on consensus
162
-
3. Any clusters where annotations significantly differ, which require further investigation
163
-
164
-
Provide a final consensus annotation for each cluster and note any controversial clusters that need additional review.
165
-
"""
166
-
167
149
# Template for checking if consensus is reached after discussion
168
150
DEFAULT_DISCUSSION_CONSENSUS_CHECK_TEMPLATE="""You are an expert in single-cell RNA-seq analysis, evaluating whether a consensus has been reached after discussion about a controversial cluster annotation.
0 commit comments