원클릭으로
hypothesis-generation
Generate testable hypotheses from data patterns and literature
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate testable hypotheses from data patterns and literature
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Genomics and transcriptomics analysis strategies
Reference of available Phenix commands for structural biology analysis
Interpret statistical results and decide what to do next
Skills for querying the JGI Dremio Lakehouse containing GOLD and IMG genomics databases. Use this when users want to explore JGI databases, query GOLD (Genomes OnLine Database), IMG (Integrated Microbial Genomes), or run SQL queries against JGI genomics data. Triggers on mentions of JGI, GOLD database, IMG database, genome metadata, or JGI lakehouse queries.
Skills for querying the KBase/BERDL Datalake via the MCP REST API. Use this when users want to explore KBase databases, list tables, get schemas, sample data, or run SQL queries against the KBase data lake. Triggers on mentions of KBase, BERDL, or requests to query biological/microbiome data stored in KBase.
Statistical analysis strategies and data exploration techniques
SOC 직업 분류 기준
| name | hypothesis-generation |
| description | Generate testable hypotheses from data patterns and literature |
| category | workflow |
What patterns have been observed?
What has been tested already?
What does literature say?
Good hypotheses have this structure: "X causes Y via mechanism Z"
Examples:
Requirements:
Score each hypothesis on:
Impact (1-5): How central to the research question?
Feasibility (1-5): Can we test it with current data?
Novelty (1-5): Is this a new insight?
Coherence (1-5): Fits with existing findings?
Total Priority Score = Impact × 0.4 + Feasibility × 0.3 + Novelty × 0.2 + Coherence × 0.1
Test highest-scoring hypotheses first.
For each hypothesis, specify:
Observation: "CMP is elevated in hypothermia (FC=1.8, p<0.01)"
Step 1: Search literature
search_pubmed("CMP metabolism nucleotide salvage")
Finds: CMP is product of nucleotide salvage pathway
Step 2: Generate hypotheses
Step 3: Prioritize
Step 4: Test H2 first Calculate CDP-Choline Synthesis Index = CMP / CDP-Choline Compare across groups
❌ Don't repeat rejected hypotheses
❌ Don't cherry-pick
❌ Don't ignore negative results
❌ Don't generate untestable hypotheses
You have enough hypotheses when:
Don't generate 20 hypotheses - focus on quality over quantity.