一键导入
search-ncbi-datasets
Search NCBI Datasets for genome assemblies, genes, taxonomy records, and virus genomes using the NCBI Datasets CLI or REST API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search NCBI Datasets for genome assemblies, genes, taxonomy records, and virus genomes using the NCBI Datasets CLI or REST API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Decision-grade enzyme/protein mutation design for thermostability with bioactivity-preserving constraints enforced by default, plus structure-aware and consensus-ranking workflows.
Create or update repository skills that conform to local templates, provider metadata requirements, registry rules, and validation workflows.
Assess data quality by reporting missing values, outliers, sample size, and variance structure for each variable in a table.
Estimate model parameters using Bayesian inference (MCMC via Stan or PyMC), returning posterior distributions and credible intervals.
Cluster samples or features using k-means or hierarchical clustering, evaluate cluster quality with silhouette scores, and produce a dendrogram or cluster plot.
Compare a continuous variable between two groups with automatic selection of t-test, Welch test, or Mann-Whitney U test based on data properties.
| name | search-ncbi-datasets |
| description | Search NCBI Datasets for genome assemblies, genes, taxonomy records, and virus genomes using the NCBI Datasets CLI or REST API. |
genome, gene, virus, taxonomy (default: genome)complete, chromosome, scaffold, contigrefseq (GCF) or genbank (GCA)annotated (only assemblies with annotation)genome, rna, protein, cds, gff3, gtf, seq-reportjson (summary) or direct download (zip package)Choose the interface:
datasets + dataformat): preferred for batch or scripted use.https://api.ncbi.nlm.nih.gov/datasets/v2/For genome assembly searches:
datasets summary genome taxon "<organism>" --assembly-level complete --referenceGET https://api.ncbi.nlm.nih.gov/datasets/v2/genome/taxon/<taxon>/dataset_reportdataformat tsv genome --fields accession,organism-name,assembly-level,genome-size,contig-n50,annotation-info-release-dateFor gene searches:
datasets summary gene symbol <GENE> --taxon "<organism>"datasets summary gene id <gene_id>For virus genome searches:
datasets summary virus genome taxon <taxon> --host "<host>" --geo-location "<country>"--released-after / --released-before.To download data:
datasets download genome accession <GCF_> --include genome,gff3,gtf --filename <out>.zip--dehydrated and then datasets rehydrate --directory <dir>.Parse the JSON summary to extract key fields and report a summary table.
summary.json (raw API/CLI output)summary.tsv (reformatted with dataformat)accessions.txt (one accession per line)https://api.ncbi.nlm.nih.gov/datasets/v2/ or a local install of the datasets CLI.NCBI_API_KEY environment variable or --api-key flag for higher throughput.datasets CLI must be installed separately (available from https://www.ncbi.nlm.nih.gov/datasets/docs/v2/download-and-install/).--annotated when annotation files are required.datasets summary virus.--include gff3 for assemblies without annotation (download will still proceed but GFF3 will be absent)dataformat to reformat JSON output, resulting in hard-to-parse raw JSON