数据与复现科研数据库FreedomIntelligence/OpenClaw-Medical-Skills数据与复现
BI

bio-blast-searches

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

bio-blast-searches:运行 BLAST searches against local 或 remote databases ,用于 sequence homology。

OpenClawNanoClaw选题发现数据建库bio-blast-searches🧠 bioos extended suitebioos extended bioinformatics suiterun

原始来源

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-blast-searches

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

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • 运行 BLAST searches against NCBI databases ,使用 Biopython's Bio.Blast module。
  • result_handle = NCBIWWW.qblast('blastn','nt',sequence)。

原始文档

SKILL.md 摘录

BLAST Programs

ProgramQueryDatabaseUse Case
blastnNucleotideNucleotideDNA/RNA sequence similarity
blastpProteinProteinProtein sequence similarity
blastxNucleotideProteinFind protein hits for DNA query
tblastnProteinNucleotideFind DNA encoding protein-like
tblastxNucleotideNucleotideTranslated vs translated

NCBIWWW.qblast()

Submit a BLAST query to NCBI servers.

from Bio.Blast import NCBIWWW

## Common Databases

**Nucleotide:**
| Database | Description |
|----------|-------------|
| `nt` | All GenBank + EMBL + DDBJ |
| `refseq_rna` | RefSeq RNA sequences |
| `refseq_genomic` | RefSeq genomic sequences |

**Protein:**
| Database | Description |
|----------|-------------|
| `nr` | Non-redundant protein |
| `refseq_protein` | RefSeq proteins |
| `swissprot` | SwissProt (curated) |
| `pdb` | Protein structures |

适用场景

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

不适用场景

  • Do not assume this entry replaces original database documentation 或 API notes。

上游相关技能

  • local-blast - Run BLAST locally for faster, unlimited searches
  • entrez-fetch - Fetch full records for BLAST hits
  • sequence-io - Read query sequences from files

相关技能

相关技能

返回目录
BI
数据与复现科研数据库

bio-entrez-link

bio-entrez-link:获取 linked records across NCBI Entrez databases。

OpenClawNanoClaw选题发现
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研数据库

bio-local-blast

bio-local-blast:Set up 、 run BLAST+ locally ,支持 custom databases。

OpenClawNanoClaw选题发现
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研数据库

bio-metagenomics-kraken

bio-metagenomics-kraken:Taxonomic 分类 of metagenomic reads ,使用 Kraken2。 Fast k-mer based 分类 against RefSeq database。 适合在p…

OpenClawNanoClaw选题发现
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研数据库

bio-pathway-kegg-pathways

bio-pathway-kegg-pathways:KEGG pathway 、 module enrichment analysis ,使用 clusterProfiler enrichKEGG 、 enrichMKEGG。 支持 400…

OpenClawNanoClaw选题发现
FreedomIntelligence/OpenClaw-Medical-Skills查看