数据与复现蛋白结构与设计FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
BI

bio-entrez-search

维护者 FreedomIntelligence · 最近更新 2026年4月1日

Search NCBI Entrez databases (PubMed, gene, nucleotide, protein, SRA).

OpenClawNanoClaw分析处理复现实验bio-entrez-search🧠 bioos extended suitebioos extended bioinformatics suitesearch

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-entrez-search

维护者
FreedomIntelligence
许可
MIT
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • 检索 NCBI databases ,使用 Biopython's Entrez module (ESearch,EInfo,EGQuery utilities)。
  • handle = Entrez.einfo() record = Entrez.read(handle) handle.close() print(record['DbList']) # ['pubmed','protein','nucleotide',...]。

原始文档

SKILL.md 摘录

Entrez.esearch() - Search a Database

Search any NCBI database and get matching record IDs.

Key Parameters:

ParameterDescriptionDefault
dbDatabase to searchRequired
termSearch queryRequired
retmaxMax IDs to return20
retstartStarting index (pagination)0
usehistoryStore results on server'n'
sortSort orderdatabase-specific
datetypeDate field to search'pdat'
reldateRecords from last N daysNone
mindateStart date (YYYY/MM/DD)None
maxdateEnd date (YYYY/MM/DD)None

ESearch Result Fields:

Entrez.einfo() - Database Information

Get information about available databases or specific database fields.


## Get info about specific database

handle = Entrez.einfo(db='nucleotide')
record = Entrez.read(handle)
handle.close()

print(f"Description: {record['DbInfo']['Description']}")
print(f"Record count: {record['DbInfo']['Count']}")

适用场景

  • Use bio-entrez-search in 科研工作流 aligned ,支持 this subject area。
  • Follow upstream documentation ,用于 full working procedure。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。

上游相关技能

  • entrez-fetch - Retrieve full records after searching
  • entrez-link - Find related records in other databases
  • batch-downloads - Download large result sets efficiently
  • geo-data - Search GEO expression datasets (specialized search)
  • blast-searches - Search by sequence similarity instead of keywords

相关技能

相关技能

返回目录
AD
数据与复现蛋白结构与设计

Adaptyv

Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein s…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
AL
数据与复现蛋白结构与设计

alphafold

Validate protein designs using AlphaFold2 structure prediction. Use this skill when: (1) Validating designed sequences f…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
AL
数据与复现蛋白结构与设计

AlphaFold DB

AlphaFold DB is a public repository of AI-predicted 3D protein structures for over 200 million proteins, maintained by D…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
AN
数据与复现蛋白结构与设计

antibody-design-agent

Antibody design: epitope mapping, CDR engineering, bispecific construction.

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看