المهارات pdb-database
🧬

pdb-database

آمن 🌐 الوصول إلى الشبكة📁 الوصول إلى نظام الملفات⚙️ الأوامر الخارجية

存取蛋白質和核酸3D結構

متاح أيضًا من: K-Dense-AI

尋找3D生物結構需要瀏覽多個資料庫和檔案格式。此技能提供對RCSB PDB儲存庫的統一存取,可搜尋、下載及分析超過200,000個實驗測定和計算的分子結構。

يدعم: Claude Codex Code(CC)
📊 70 كافٍ
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "pdb-database". Find high-resolution human kinase structures with PDB IDs starting with 1-5.

النتيجة المتوقعة:

  • Found 45 matching structures:
  • - 1ATP - Adenylate kinase - 2.00 A - Homo sapiens
  • - 1BXW - cAMP-dependent protein kinase - 1.80 A - Homo sapiens
  • - 1CSK - Casein kinase - 2.10 A - Homo sapiens
  • - 2DY9 - Tyrosine kinase - 1.95 A - Homo sapiens
  • - 3DT5 - Protein kinase - 2.30 A - Homo sapiens

استخدام "pdb-database". Download the structure for hemoglobin (4HHB) and show the experimental method.

النتيجة المتوقعة:

  • Downloaded 4HHB.pdb and 4HHB.cif
  • Title: Hemoglobin
  • Experimental method: X-RAY DIFFRACTION
  • Resolution: 1.80 A
  • Organism: Homo sapiens

استخدام "pdb-database". Find proteins similar to the KRAS sequence.

النتيجة المتوقعة:

  • Found 128 similar structures:
  • - 6OB1 - GTPase KRAS - 95 percent identity - 1.50 A
  • - 5VP7 - KRAS G12D mutant - 92 percent identity - 1.80 A
  • - 4EPT - HRAS protein - 88 percent identity - 2.10 A
  • Identity cutoff used: 90 percent

التدقيق الأمني

آمن
v5 • 1/17/2026

Documentation-only skill containing markdown files with code examples for accessing the legitimate public RCSB PDB scientific API. No executable scripts present. All documented network calls target official rcsb.org endpoints for public molecular structure data. Static analyzer findings are false positives arising from misinterpreting documentation code snippets and scientific terminology.

3
الملفات التي تم فحصها
1,143
الأسطر التي تم تحليلها
3
النتائج
5
إجمالي عمليات التدقيق
تم تدقيقه بواسطة: claude عرض سجل التدقيق →

درجة الجودة

41
الهندسة المعمارية
100
قابلية الصيانة
85
المحتوى
30
المجتمع
100
الأمان
83
الامتثال للمواصفات

ماذا يمكنك بناءه

尋找藥物-標靶複合物

搜尋與配體結合的標靶蛋白質結構,用於藥物設計和結合位點分析。

分析序列-結構關係

尋找同源結構並比較突變變體,用於蛋白質工程專案。

下載結構進行研究

擷取和探索3D分子結構,用於教育和視覺化目的。

جرّب هذه الموجهات

基本蛋白質搜尋
Find PDB structures for {protein_name} from human organisms with resolution better than 2.5 angstroms.
序列相似性
Search for structures similar to this protein sequence: {sequence}. Use 90 percent identity cutoff.
下載座標
Download the mmCIF file for PDB ID {pdb_id} and show the experimental method and resolution.
批次擷取
Get title, resolution, and organism for all hemoglobin structures released in 2024.

أفضل الممارسات

  • 安裝官方的rcsb-api Python套件以程式化方式存取所有功能
  • 使用適當的檔案格式(mmCIF用於現代結構,PDB用於舊版相容性)
  • 進行批次請求時,使用指數退避實現速率限制

تجنب

  • 未檢查速率限制錯誤(HTTP 429)就發出請求
  • 在迴圈中下載個別檔案而沒有批次或延遲
  • 使用已棄用的rcsbsearchapi套件而非目前的rcsb-api

الأسئلة المتكررة

PDB和mmCIF格式有什麼區別?
PDB是具有欄位位置的舊版文字格式。mmCIF是使用鍵值對的現代標準,支援更大的結構。
晶體結構的解析度代表什麼?
解析度以埃為單位,表示結構詳細程度。數值越低表示細節越高(1.5-2.5 A為高品質,3.0 A以上為較低解析度)。
如何與其他工具搭配使用?
下載的檔案可與PyMOL、Chimera、VMD和Biopython搭配使用,進行視覺化和進一步的計算分析。
資料可以安全使用嗎?
RCSB PDB是由羅格斯大學和加州大學聖地牙哥分校維護的精選、權威儲存庫。所有提交的結構都會經過驗證。
為什麼我收到429錯誤?
您的請求速度太快。請在請求之間添加延遲,並按照文件中所示實現指數退避。
這與AlphaFold相比如何?
RCSB PDB包含實驗測定的結構。若要取得預測結構,請透過RCSB介面另行存取AlphaFold DB。

تفاصيل المطور

بنية الملفات