一键导入
search-geo
Search NCBI Gene Expression Omnibus (GEO) for expression datasets, series, samples, and platforms using E-utilities or the GEO query API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search NCBI Gene Expression Omnibus (GEO) for expression datasets, series, samples, and platforms using E-utilities or the GEO query 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-geo |
| description | Search NCBI Gene Expression Omnibus (GEO) for expression datasets, series, samples, and platforms using E-utilities or the GEO query API. |
series (GSE), sample (GSM), platform (GPL), or dataset (GDS)"Homo sapiens"[Organism])"Expression profiling by high throughput sequencing"[DataSet Type])mindate / maxdate in YYYY/MM/DDretmax, default 20)json, xml, or softGSE, GSM, GPL → geo (use esearch -db geo)GDS → gds (use esearch -db gds)gds which indexes curated datasets and series."Homo sapiens"[Organism]"Expression profiling by high throughput sequencing"[DataSet Type]GPL570[Platform]<PMID>[PubMed ID]esearch -db gds -query "<term>" | esummary -format json to retrieve series metadata.https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=<GSE>&targ=self&form=text&view=brief
esearch -db gds -query "GSE12345[Accession]" | elink -target geosamples | esummaryftp://ftp.ncbi.nlm.nih.gov/geo/series/esearch.jsonesummary.jsonsamples.txt (one GSM per line, for series-level queries)https://eutils.ncbi.nlm.nih.gov/entrez/eutils/ and https://www.ncbi.nlm.nih.gov/geo/.gds database indexes curated GEO DataSets; not every GSE series becomes a GDS entry.SOFT format is the canonical GEO text format; XML and JSON are available via E-utilities summary.geo database instead of gds for series-level searches (use gds for keyword search)retmode=json for efetch on GEO (only SOFT and XML are supported by efetch)