Electron Microscopy Structure Analysis
Pipeline for discovering and analyzing electron microscopy data across the full resolution spectrum: from 3D density maps (EMDB) to fitted atomic models (PDB), raw micrograph datasets (EMPIAR), and cryo-electron tomography volumes (CryoET Data Portal). Connects EM data to structural biology context via PDB and AlphaFold.
Guiding principles:
- Resolution awareness -- always report and interpret map resolution; sub-4A enables atomic modeling, 4-8A enables domain fitting, >8A is shape-level
- Map before model -- the density map is the primary experimental data; fitted models are interpretations
- Method matters -- single particle analysis, tomography, 2D crystallography, and helical reconstruction have different strengths and limitations
- Raw data value -- EMPIAR raw data enables reprocessing with newer algorithms; always note availability
- Cross-reference structures -- connect EMDB maps to PDB entries and AlphaFold predictions for completeness
- English-first queries -- use English terms in tool calls
EM resolution determines what you can see. TEM resolves individual protein complexes (~2nm). Cryo-EM achieves near-atomic resolution (<4Å) for large complexes. SEM shows surface topology. Choose the right EM modality for the question.
LOOK UP, DON'T GUESS
When uncertain about any scientific fact, SEARCH databases first rather than reasoning from memory. A database-verified answer is always more reliable than a guess.
COMPUTE, DON'T DESCRIBE
When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do — execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it.
When to Use
Typical triggers:
- "Find cryo-EM structures of [protein/complex]"
- "What EMDB maps are available for [target]?"
- "Get raw micrograph data for [structure]"
- "Find tomography datasets for [organelle/cell type]"
- "What is the resolution of [EMDB entry]?"
- "Cross-reference this EM map with PDB models"
- "Find cryo-ET datasets for [sample]"
Not this skill: For X-ray crystallography or NMR structures, use PDB search tools directly. For protein structure prediction, use tooluniverse-protein-structure.
Core Databases
| Database |
Content |
Best For |
| EMDB |
3D EM density maps (>40K entries) |
Finding processed maps, resolution data, fitting info |
| EMPIAR |
Raw micrograph/tilt series datasets |
Accessing original image data for reprocessing |
| CryoET Data Portal |
Cryo-electron tomography data |
Tomographic volumes, cellular context, in-situ structures |
| PDB (RCSB) |
Atomic models fitted to EM maps |
Structural models derived from EM data |
| AlphaFold |
AI-predicted protein structures |
Complementary models when EM resolution is limited |
Workflow Overview
Phase 0: Query Parsing
Identify target protein/complex, method preference, resolution needs
|
Phase 1: Map & Image Search (EMDB)
Find EM density maps, resolution, method, sample details
|
Phase 2: Structure Fitting (EMDB + PDB)
Identify fitted atomic models, fitting quality
|
Phase 3: Raw Data Access (EMPIAR)
Find raw micrographs, tilt series, particle stacks
|
Phase 4: Tomography (CryoET Data Portal)
Search cryo-ET datasets, reconstructed volumes
|
Phase 5: Cross-Reference & Context (PDB + AlphaFold)
Connect to atomic models, predicted structures, literature
|
Phase 6: Report Synthesis
Integrated EM data landscape for the target
Phase Details
Phase 0: Query Parsing
Identify from the user's request:
- Target: protein name, complex name, or organism
- Method preference: single particle, tomography, micro-ED, helical
- Resolution needs: atomic modeling (<4A), domain fitting (4-8A), shape (>8A)
- Data type: processed maps, raw data, fitted models, or all
Phase 1: Map & Image Search (EMDB)
Objective: Find EM density maps matching the query.
Tools:
EMDB_search_structures -- search EMDB by keyword, organism, resolution
- Input:
query (search term), optional resolution_min, resolution_max, method, limit
- Output: entries with EMDB ID, title, resolution, method, sample
EMDB_get_structure -- get full details for an EMDB entry
- Input:
emdb_id (e.g., "EMD-1234")
- Output: map details, resolution, sample, processing info, citations
EMDB_get_map_info -- get map-specific info (resolution, contour, dimensions)
EMDB_get_sample_info -- get sample preparation details
Workflow:
- Search EMDB for the target protein/complex
- Sort results by resolution (best first)
- For top entries, get full details including sample preparation and processing
- Note the EM method used (single particle, tomography, helical, etc.)
- Record associated PDB and EMPIAR accessions
Resolution interpretation:
- < 2.5A: near-atomic; side chains visible
- 2.5-4.0A: atomic; backbone and large side chains traceable
- 4.0-8.0A: domain level; secondary structure elements visible
8.0A: shape; overall architecture only
Phase 2: Structure Fitting (EMDB + PDB)
Objective: Find atomic models fitted into EM maps and assess fitting quality.
Tools:
EMDB_get_validation -- get fitting/validation data for an EMDB entry
- Input:
emdb_id
- Output: fitted PDB models, fitting statistics, validation scores
RCSBData_get_entry -- get PDB entry details
- Input:
entry_id (PDB ID)
- Output: structure details, resolution, method, citation
RCSBAdvSearch_search_structures -- advanced PDB search
- Input:
query (search term), optional experimental_method, resolution_max, limit
- Output: PDB entries matching criteria
Workflow:
- For each EMDB entry from Phase 1, check for fitted atomic models
- Get fitting statistics (cross-correlation, real-space R-factor if available)
- Retrieve the PDB entry for structural details
- If no model is fitted, search PDB for related structures by name
Fitting quality indicators:
- Cross-correlation coefficient > 0.7 suggests reasonable fit
- Multiple independently fitted models increase confidence
- Map-model FSC consistency check validates the fit
Phase 3: Raw Data Access (EMPIAR)
Objective: Locate raw micrograph data for potential reprocessing.
Tools:
EMPIAR_search_entries -- search EMPIAR archive
- Input:
query (search term), optional limit
- Output: entries with EMPIAR ID, title, data type, size
EMPIAR_get_entry -- get detailed entry information
- Input:
empiar_id (e.g., "EMPIAR-10028")
- Output: data description, file formats, associated EMDB entries, download links
Workflow:
- Search EMPIAR for entries related to the target
- Cross-reference with EMDB entries found in Phase 1 (many EMDB entries link to EMPIAR)
- Note data types: micrographs, particle stacks, tilt series, gain references
- Record dataset size (can be 100s of GB to TBs)
Data types in EMPIAR:
- Micrographs: raw detector frames or motion-corrected images
- Particle stacks: extracted particle images
- Tilt series: serial images at different tilt angles (for tomography)
- Reconstructed volumes: 3D volumes from tomographic reconstruction
Phase 4: Tomography (CryoET Data Portal)
Objective: Find cryo-electron tomography datasets for cellular and in-situ structural biology.
Tools:
CryoET_list_datasets -- search CryoET Data Portal
- Input:
query (search term), optional organism, limit
- Output: datasets with ID, title, organism, sample type
CryoET_get_dataset -- get dataset details
- Input:
dataset_id
- Output: sample details, tilt series parameters, tomogram info
CryoET_list_runs -- search individual tomography runs
- Input:
dataset_id or query, optional limit
- Output: run details, tilt parameters, voxel spacing
Workflow:
- Search CryoET Data Portal for the target organism/structure
- Get dataset details including sample preparation and imaging parameters
- Explore individual runs for tilt series specifications
- Note voxel spacing and tomogram dimensions
Tomography vs single particle: Tomography preserves cellular context (in situ) but typically achieves lower resolution. Single particle gives higher resolution but requires purified samples.
Phase 5: Cross-Reference & Context
Objective: Connect EM data to broader structural biology context.
Tools:
alphafold_get_prediction -- get AlphaFold predicted structure
- Input:
qualifier (UniProt accession)
- Output: predicted structure coordinates, confidence scores (pLDDT)
PubMed_search_articles -- find publications describing the EM work
- Input:
query (search term), optional limit
- Output: articles with title, abstract, PMID
Workflow:
- For proteins with EM structures, get AlphaFold predictions for comparison
- Note regions where AlphaFold confidence is low (pLDDT < 70) -- these may be flexible and harder to resolve by EM
- Search PubMed for methodological papers and biological insights from the EM studies
- Cross-reference EMDB/PDB/EMPIAR accessions in publications
Phase 6: Interpretation & Recommendations
Don't just list maps — help the user choose the RIGHT map for their purpose.
Decision matrix: Which map should I use?
| Purpose |
Best Resolution |
Method |
Priority Criteria |
| Atomic model building |
< 3.5A |
Single particle |
Highest resolution with fitted PDB model |
| Drug binding site analysis |
< 3.0A |
Single particle |
Must resolve side chains in binding pocket |
| Domain architecture |
4-8A |
Single particle or subtomogram avg |
Large complexes where domains need fitting |
| Conformational states |
< 4.5A |
Single particle (multiple classes) |
Look for entries with multiple maps from same dataset |
| Cellular context |
15-40A |
Cryo-ET |
Tomographic datasets showing in-situ arrangement |
| Reprocessing |
Any |
Any |
Must have EMPIAR raw data; prefer recent datasets (better detectors) |
Quality assessment checklist:
- Resolution reported is the "gold standard" FSC 0.143 cutoff? (some older entries use 0.5 cutoff — inflates resolution)
- Map sharpened appropriately? (over-sharpened maps can look better but contain artifacts)
- Fitting statistics available? (cross-correlation > 0.7 is acceptable)
- Multiple maps from same sample? (suggests conformational heterogeneity — important for drug design)
Resolution trend analysis: If multiple maps exist over time, note the resolution trajectory. Improvement from 6A (2015) to 2.8A (2023) suggests the sample is amenable to high-resolution single particle analysis with modern hardware.
Phase 7: Report Synthesis
Assemble findings into an actionable report:
- Target Overview -- protein/complex identity, biological significance
- EM Map Landscape -- available maps with resolution, method, and year
- Best Available Structures -- highest resolution maps with fitted models, with quality assessment
- Recommendation -- which specific map/model to use for the user's purpose (with reasoning)
- Raw Data Availability -- EMPIAR datasets for reprocessing, with dataset sizes
- Tomography Data -- cellular context datasets if available
- Structural Context -- comparison with X-ray/NMR/AlphaFold structures
- Key Publications -- methods papers, biological discoveries
- Data Gaps -- missing conformational states, unresolved regions, need for higher resolution
Common Analysis Patterns
| Pattern |
Description |
Key Phases |
| Structure Discovery |
Find all EM data for a protein |
0, 1, 2, 5 |
| Reprocessing Prep |
Find raw data for re-analysis |
0, 1, 3 |
| Tomography Survey |
Explore in-situ structural data |
0, 4 |
| Resolution Comparison |
Track resolution improvements over time |
0, 1, 2 |
| Map-Model Validation |
Assess quality of fitted atomic models |
0, 1, 2, 5 |
Edge Cases & Fallbacks
- No EMDB entries: The complex may only have X-ray or NMR structures. Search PDB via
RCSBAdvSearch_search_structures with method filter
- EMDB entry without PDB model: Common for lower-resolution maps. Note the gap; suggest AlphaFold for approximate modeling
- No EMPIAR data: Raw data deposition is newer and not universal. The processed map in EMDB may be the only available data
- Large complexes: Ribosomes, viruses, etc. may have hundreds of EMDB entries. Use resolution filters to narrow results
- Light-microscopy / phenotypic-screen question (not EM): If the user actually wants published light-microscopy or high-content imaging data (e.g. "which imaging studies knocked down gene X?", "find HeLa images stained for an antibody", "what phenotypes were screened with compound Y?"), this EM pipeline does not apply. Use the Image Data Resource (IDR) search tools instead (see below).
Related Resource: IDR (light microscopy & high-content screening)
IDR (Image Data Resource, https://idr.openmicroscopy.org) is the reference repository for light microscopy and high-content screening data — distinct from the EM databases above. Use it to find published imaging studies and images by curated metadata across all ~140 studies at once:
IDR_search_studies — which screens/projects involve a gene/organism/compound/phenotype. Returns containing screens and projects with IDR container IDs.
- Example:
tu.run_tool("IDR_search_studies", {"key": "Gene Symbol", "value": "TP53"}) -> 12 studies (idr0043 Human Protein Atlas, idr0135 melanocytes, ...).
- Example:
tu.run_tool("IDR_search_studies", {"key": "Phenotype", "value": "spindly"}) -> 4 RhoGTPase screens (idr0028).
IDR_search_images — individual images matching metadata, each with IDR image ID, webclient URL, and key/value pairs (gene, cell line, antibody, organism).
IDR_list_metadata_keys — discover the searchable keys (Gene Symbol, Organism, Compound Name, Cell Line, Phenotype, Antibody Name, Pathology, ...).
IDR_list_values_for_key — enumerate values + image counts for a key, e.g. all organisms or all screened compounds.
Notes: value matching is case-sensitive on the stored capitalization (organism must be Homo sapiens, not homo sapiens); use IDR_list_values_for_key to find valid values. To drill from a returned IDR study container into its datasets/images, use the existing IDR_get_study / IDR_get_study_datasets / IDR_list_dataset_images / IDR_get_image_map_annotations tools.
Limitations
- No map visualization: This skill retrieves metadata and statistics, not 3D renderings. Use UCSF ChimeraX or IMOD for visualization
- No reprocessing: Finding raw data is supported; actual cryo-EM data processing requires specialized software (RELION, cryoSPARC)
- Resolution is not accuracy: A 3A map processed with errors may be less reliable than a well-validated 4A map. Fitting statistics matter
- Deposition lag: Structures may be published months before EMDB deposition, or vice versa
1---2name: tooluniverse-electron-microscopy3description: Search and analyze electron microscopy data — cryo-EM density maps (EMDB), fitted atomic models (PDB), raw micrograph datasets (EMPIAR), and cryo-electron tomography volumes (CryoET Data Portal). Use for finding 3D structural data on a protein/complex, comparing experimental EM resolution to AlphaFold confidence, and accessing raw EM data for re-processing.4---5
6# Electron Microscopy Structure Analysis
7
8Pipeline for discovering and analyzing electron microscopy data across the full resolution spectrum: from 3D density maps (EMDB) to fitted atomic models (PDB), raw micrograph datasets (EMPIAR), and cryo-electron tomography volumes (CryoET Data Portal). Connects EM data to structural biology context via PDB and AlphaFold.
9
10**Guiding principles**:
111. **Resolution awareness** -- always report and interpret map resolution; sub-4A enables atomic modeling, 4-8A enables domain fitting, >8A is shape-level
122. **Map before model** -- the density map is the primary experimental data; fitted models are interpretations
133. **Method matters** -- single particle analysis, tomography, 2D crystallography, and helical reconstruction have different strengths and limitations
144. **Raw data value** -- EMPIAR raw data enables reprocessing with newer algorithms; always note availability
155. **Cross-reference structures** -- connect EMDB maps to PDB entries and AlphaFold predictions for completeness
166. **English-first queries** -- use English terms in tool calls
17
18EM resolution determines what you can see. TEM resolves individual protein complexes (~2nm). Cryo-EM achieves near-atomic resolution (<4Å) for large complexes. SEM shows surface topology. Choose the right EM modality for the question.
19
20## LOOK UP, DON'T GUESS
21When uncertain about any scientific fact, SEARCH databases first rather than reasoning from memory. A database-verified answer is always more reliable than a guess.
22
23---
24
25## COMPUTE, DON'T DESCRIBE
26When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do — execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it.
27
28## When to Use
29
30Typical triggers:
31- "Find cryo-EM structures of [protein/complex]"
32- "What EMDB maps are available for [target]?"
33- "Get raw micrograph data for [structure]"
34- "Find tomography datasets for [organelle/cell type]"
35- "What is the resolution of [EMDB entry]?"
36- "Cross-reference this EM map with PDB models"
37- "Find cryo-ET datasets for [sample]"
38
39**Not this skill**: For X-ray crystallography or NMR structures, use PDB search tools directly. For protein structure prediction, use `tooluniverse-protein-structure`.
40
41---
42
43## Core Databases
44
45| Database | Content | Best For |
46|----------|---------|----------|
47| **EMDB** | 3D EM density maps (>40K entries) | Finding processed maps, resolution data, fitting info |
48| **EMPIAR** | Raw micrograph/tilt series datasets | Accessing original image data for reprocessing |
49| **CryoET Data Portal** | Cryo-electron tomography data | Tomographic volumes, cellular context, in-situ structures |
50| **PDB (RCSB)** | Atomic models fitted to EM maps | Structural models derived from EM data |
51| **AlphaFold** | AI-predicted protein structures | Complementary models when EM resolution is limited |
52
53---
54
55## Workflow Overview
56
57```
58Phase 0: Query Parsing
59 Identify target protein/complex, method preference, resolution needs
60 |
61Phase 1: Map & Image Search (EMDB)
62 Find EM density maps, resolution, method, sample details
63 |
64Phase 2: Structure Fitting (EMDB + PDB)
65 Identify fitted atomic models, fitting quality
66 |
67Phase 3: Raw Data Access (EMPIAR)
68 Find raw micrographs, tilt series, particle stacks
69 |
70Phase 4: Tomography (CryoET Data Portal)
71 Search cryo-ET datasets, reconstructed volumes
72 |
73Phase 5: Cross-Reference & Context (PDB + AlphaFold)
74 Connect to atomic models, predicted structures, literature
75 |
76Phase 6: Report Synthesis
77 Integrated EM data landscape for the target
78```
79
80---
81
82## Phase Details
83
84### Phase 0: Query Parsing
85
86Identify from the user's request:
87- **Target**: protein name, complex name, or organism
88- **Method preference**: single particle, tomography, micro-ED, helical
89- **Resolution needs**: atomic modeling (<4A), domain fitting (4-8A), shape (>8A)
90- **Data type**: processed maps, raw data, fitted models, or all
91
92### Phase 1: Map & Image Search (EMDB)
93
94**Objective**: Find EM density maps matching the query.
95
96**Tools**:
97- `EMDB_search_structures` -- search EMDB by keyword, organism, resolution
98 - Input: `query` (search term), optional `resolution_min`, `resolution_max`, `method`, `limit`
99 - Output: entries with EMDB ID, title, resolution, method, sample
100- `EMDB_get_structure` -- get full details for an EMDB entry
101 - Input: `emdb_id` (e.g., "EMD-1234")
102 - Output: map details, resolution, sample, processing info, citations
103- `EMDB_get_map_info` -- get map-specific info (resolution, contour, dimensions)
104 - Input: `emdb_id`
105- `EMDB_get_sample_info` -- get sample preparation details
106 - Input: `emdb_id`
107
108**Workflow**:
1091. Search EMDB for the target protein/complex
1102. Sort results by resolution (best first)
1113. For top entries, get full details including sample preparation and processing
1124. Note the EM method used (single particle, tomography, helical, etc.)
1135. Record associated PDB and EMPIAR accessions
114
115**Resolution interpretation**:
116- < 2.5A: near-atomic; side chains visible
117- 2.5-4.0A: atomic; backbone and large side chains traceable
118- 4.0-8.0A: domain level; secondary structure elements visible
119- > 8.0A: shape; overall architecture only
120
121### Phase 2: Structure Fitting (EMDB + PDB)
122
123**Objective**: Find atomic models fitted into EM maps and assess fitting quality.
124
125**Tools**:
126- `EMDB_get_validation` -- get fitting/validation data for an EMDB entry
127 - Input: `emdb_id`
128 - Output: fitted PDB models, fitting statistics, validation scores
129- `RCSBData_get_entry` -- get PDB entry details
130 - Input: `entry_id` (PDB ID)
131 - Output: structure details, resolution, method, citation
132- `RCSBAdvSearch_search_structures` -- advanced PDB search
133 - Input: `query` (search term), optional `experimental_method`, `resolution_max`, `limit`
134 - Output: PDB entries matching criteria
135
136**Workflow**:
1371. For each EMDB entry from Phase 1, check for fitted atomic models
1382. Get fitting statistics (cross-correlation, real-space R-factor if available)
1393. Retrieve the PDB entry for structural details
1404. If no model is fitted, search PDB for related structures by name
141
142**Fitting quality indicators**:
143- Cross-correlation coefficient > 0.7 suggests reasonable fit
144- Multiple independently fitted models increase confidence
145- Map-model FSC consistency check validates the fit
146
147### Phase 3: Raw Data Access (EMPIAR)
148
149**Objective**: Locate raw micrograph data for potential reprocessing.
150
151**Tools**:
152- `EMPIAR_search_entries` -- search EMPIAR archive
153 - Input: `query` (search term), optional `limit`
154 - Output: entries with EMPIAR ID, title, data type, size
155- `EMPIAR_get_entry` -- get detailed entry information
156 - Input: `empiar_id` (e.g., "EMPIAR-10028")
157 - Output: data description, file formats, associated EMDB entries, download links
158
159**Workflow**:
1601. Search EMPIAR for entries related to the target
1612. Cross-reference with EMDB entries found in Phase 1 (many EMDB entries link to EMPIAR)
1623. Note data types: micrographs, particle stacks, tilt series, gain references
1634. Record dataset size (can be 100s of GB to TBs)
164
165**Data types in EMPIAR**:
166- **Micrographs**: raw detector frames or motion-corrected images
167- **Particle stacks**: extracted particle images
168- **Tilt series**: serial images at different tilt angles (for tomography)
169- **Reconstructed volumes**: 3D volumes from tomographic reconstruction
170
171### Phase 4: Tomography (CryoET Data Portal)
172
173**Objective**: Find cryo-electron tomography datasets for cellular and in-situ structural biology.
174
175**Tools**:
176- `CryoET_list_datasets` -- search CryoET Data Portal
177 - Input: `query` (search term), optional `organism`, `limit`
178 - Output: datasets with ID, title, organism, sample type
179- `CryoET_get_dataset` -- get dataset details
180 - Input: `dataset_id`
181 - Output: sample details, tilt series parameters, tomogram info
182- `CryoET_list_runs` -- search individual tomography runs
183 - Input: `dataset_id` or `query`, optional `limit`
184 - Output: run details, tilt parameters, voxel spacing
185
186**Workflow**:
1871. Search CryoET Data Portal for the target organism/structure
1882. Get dataset details including sample preparation and imaging parameters
1893. Explore individual runs for tilt series specifications
1904. Note voxel spacing and tomogram dimensions
191
192**Tomography vs single particle**: Tomography preserves cellular context (in situ) but typically achieves lower resolution. Single particle gives higher resolution but requires purified samples.
193
194### Phase 5: Cross-Reference & Context
195
196**Objective**: Connect EM data to broader structural biology context.
197
198**Tools**:
199- `alphafold_get_prediction` -- get AlphaFold predicted structure
200 - Input: `qualifier` (UniProt accession)
201 - Output: predicted structure coordinates, confidence scores (pLDDT)
202- `PubMed_search_articles` -- find publications describing the EM work
203 - Input: `query` (search term), optional `limit`
204 - Output: articles with title, abstract, PMID
205
206**Workflow**:
2071. For proteins with EM structures, get AlphaFold predictions for comparison
2082. Note regions where AlphaFold confidence is low (pLDDT < 70) -- these may be flexible and harder to resolve by EM
2093. Search PubMed for methodological papers and biological insights from the EM studies
2104. Cross-reference EMDB/PDB/EMPIAR accessions in publications
211
212### Phase 6: Interpretation & Recommendations
213
214Don't just list maps — help the user choose the RIGHT map for their purpose.
215
216**Decision matrix: Which map should I use?**
217
218| Purpose | Best Resolution | Method | Priority Criteria |
219|---------|----------------|--------|-------------------|
220| **Atomic model building** | < 3.5A | Single particle | Highest resolution with fitted PDB model |
221| **Drug binding site analysis** | < 3.0A | Single particle | Must resolve side chains in binding pocket |
222| **Domain architecture** | 4-8A | Single particle or subtomogram avg | Large complexes where domains need fitting |
223| **Conformational states** | < 4.5A | Single particle (multiple classes) | Look for entries with multiple maps from same dataset |
224| **Cellular context** | 15-40A | Cryo-ET | Tomographic datasets showing in-situ arrangement |
225| **Reprocessing** | Any | Any | Must have EMPIAR raw data; prefer recent datasets (better detectors) |
226
227**Quality assessment checklist**:
228- Resolution reported is the "gold standard" FSC 0.143 cutoff? (some older entries use 0.5 cutoff — inflates resolution)
229- Map sharpened appropriately? (over-sharpened maps can look better but contain artifacts)
230- Fitting statistics available? (cross-correlation > 0.7 is acceptable)
231- Multiple maps from same sample? (suggests conformational heterogeneity — important for drug design)
232
233**Resolution trend analysis**: If multiple maps exist over time, note the resolution trajectory. Improvement from 6A (2015) to 2.8A (2023) suggests the sample is amenable to high-resolution single particle analysis with modern hardware.
234
235### Phase 7: Report Synthesis
236
237Assemble findings into an actionable report:
238
2391. **Target Overview** -- protein/complex identity, biological significance
2402. **EM Map Landscape** -- available maps with resolution, method, and year
2413. **Best Available Structures** -- highest resolution maps with fitted models, with quality assessment
2424. **Recommendation** -- which specific map/model to use for the user's purpose (with reasoning)
2435. **Raw Data Availability** -- EMPIAR datasets for reprocessing, with dataset sizes
2446. **Tomography Data** -- cellular context datasets if available
2457. **Structural Context** -- comparison with X-ray/NMR/AlphaFold structures
2468. **Key Publications** -- methods papers, biological discoveries
2479. **Data Gaps** -- missing conformational states, unresolved regions, need for higher resolution
248
249---
250
251## Common Analysis Patterns
252
253| Pattern | Description | Key Phases |
254|---------|-------------|------------|
255| **Structure Discovery** | Find all EM data for a protein | 0, 1, 2, 5 |
256| **Reprocessing Prep** | Find raw data for re-analysis | 0, 1, 3 |
257| **Tomography Survey** | Explore in-situ structural data | 0, 4 |
258| **Resolution Comparison** | Track resolution improvements over time | 0, 1, 2 |
259| **Map-Model Validation** | Assess quality of fitted atomic models | 0, 1, 2, 5 |
260
261---
262
263## Edge Cases & Fallbacks
264
265- **No EMDB entries**: The complex may only have X-ray or NMR structures. Search PDB via `RCSBAdvSearch_search_structures` with method filter
266- **EMDB entry without PDB model**: Common for lower-resolution maps. Note the gap; suggest AlphaFold for approximate modeling
267- **No EMPIAR data**: Raw data deposition is newer and not universal. The processed map in EMDB may be the only available data
268- **Large complexes**: Ribosomes, viruses, etc. may have hundreds of EMDB entries. Use resolution filters to narrow results
269- **Light-microscopy / phenotypic-screen question (not EM)**: If the user actually wants published light-microscopy or high-content imaging data (e.g. "which imaging studies knocked down gene X?", "find HeLa images stained for an antibody", "what phenotypes were screened with compound Y?"), this EM pipeline does not apply. Use the Image Data Resource (IDR) search tools instead (see below).
270
271---
272
273## Related Resource: IDR (light microscopy & high-content screening)
274
275IDR (Image Data Resource, https://idr.openmicroscopy.org) is the reference repository for *light* microscopy and high-content screening data — distinct from the EM databases above. Use it to find published imaging studies and images by curated metadata across all ~140 studies at once:
276
277- `IDR_search_studies` — which screens/projects involve a gene/organism/compound/phenotype. Returns containing screens and projects with IDR container IDs.
278 - Example: `tu.run_tool("IDR_search_studies", {"key": "Gene Symbol", "value": "TP53"})` -> 12 studies (idr0043 Human Protein Atlas, idr0135 melanocytes, ...).
279 - Example: `tu.run_tool("IDR_search_studies", {"key": "Phenotype", "value": "spindly"})` -> 4 RhoGTPase screens (idr0028).
280- `IDR_search_images` — individual images matching metadata, each with IDR image ID, webclient URL, and key/value pairs (gene, cell line, antibody, organism).
281- `IDR_list_metadata_keys` — discover the searchable keys (Gene Symbol, Organism, Compound Name, Cell Line, Phenotype, Antibody Name, Pathology, ...).
282- `IDR_list_values_for_key` — enumerate values + image counts for a key, e.g. all organisms or all screened compounds.
283
284Notes: value matching is case-sensitive on the stored capitalization (organism must be `Homo sapiens`, not `homo sapiens`); use `IDR_list_values_for_key` to find valid values. To drill from a returned IDR study container into its datasets/images, use the existing `IDR_get_study` / `IDR_get_study_datasets` / `IDR_list_dataset_images` / `IDR_get_image_map_annotations` tools.
285
286---
287
288## Limitations
289
290- **No map visualization**: This skill retrieves metadata and statistics, not 3D renderings. Use UCSF ChimeraX or IMOD for visualization
291- **No reprocessing**: Finding raw data is supported; actual cryo-EM data processing requires specialized software (RELION, cryoSPARC)
292- **Resolution is not accuracy**: A 3A map processed with errors may be less reliable than a well-validated 4A map. Fitting statistics matter
293- **Deposition lag**: Structures may be published months before EMDB deposition, or vice versa