GPTomics/bioSkills

a set of SKILLS.md for doing bioinformatics with agents like claude code

1.2kStars on the repository
200Mods indexed here, across every type
26d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

GPTomics/bioSkills

Skill Claude CodeCodex

Build Manhattan, Miami, QQ, and locuszoom-style regional plots from GWAS, TWAS, PWAS, and QTL summary statistics with correct genomic-inflation diagnostics, multi-trait overlays, lead-SNP labeling, and LD-aware regional rendering. Use when visualizing association results across the genome, comparing two traits…

not rated 1.2k 26d ago A 95 tokens original MIT archived

GPTomics/bioSkills

Skill Claude CodeCodex

Build publication-quality figures with matplotlib using the object-oriented Figure/Axes API, constrainedlayout, rcParams customization, TrueType (Type-42) font embedding for journal submission, and CVD-safe palettes. Covers seaborn integration, common chart types, axis formatting, and the small gotchas that…

not rated 1.2k 26d ago A 101 tokens original MIT archived

GPTomics/bioSkills

Skill Claude CodeCodex

Compose multi-panel publication figures with patchwork, cowplot, gridExtra (R), or matplotlib GridSpec/subfigures (Python) including shared axes/legends/guides collection, panel labels in Nature/Cell convention, and journal-spec sizing. Covers patchwork ≥1.2.0 axes='collect' feature, Type-42 font embedding, and the…

not rated 1.2k 26d ago A 108 tokens original MIT archived

GPTomics/bioSkills

Skill Claude CodeCodex

Visualize biological networks (PPI, gene-regulatory, co-expression, pathway) with layout algorithm choice (ForceAtlas2, Fruchterman-Reingold, Kamada-Kawai, hive plots), edge bundling, community-based coloring, and reproducible seeds using NetworkX, PyVis, igraph, and Cytoscape automation. Use when rendering biological…

not rated 1.2k 26d ago A 100 tokens original MIT archived

GPTomics/bioSkills

Skill Claude CodeCodex

Build OncoPrint and co-mutation matrix plots from somatic-variant cohorts using ComplexHeatmap, maftools, and comut.py with alteration-type stacking, sample ordering by mutational burden, mutual-exclusivity overlays, and clinical annotation tracks. Use when visualizing per-sample mutation patterns across recurrent…

not rated 1.2k 26d ago A 95 tokens original MIT archived

GPTomics/bioSkills

Skill Claude CodeCodex

Build sequence logos from aligned DNA, RNA, or protein motifs using ggseqlogo (R), Logomaker (Python), or WebLogo with explicit bits vs probability encoding, background-frequency correction, custom alphabets, and multi-logo stacking. Use when visualizing motif PWMs (TF binding, splice sites, CRISPR spacers)…

not rated 1.2k 26d ago A 88 tokens original MIT archived

GPTomics/bioSkills

Skill Claude CodeCodex

Add p-value brackets, significance asterisks, and effect-size annotations to distribution plots using ggpubr, ggsignif, and statannotations with correct test selection (parametric vs non-parametric vs paired), multiple-testing adjustment, and rendering of negative results. Use when a boxplot/violin/raincloud needs…

not rated 1.2k 26d ago A 85 tokens original MIT archived

GPTomics/bioSkills

Skill Claude CodeCodex

Build UpSet plots to visualize set intersections beyond 4 sets (where Venn fails) using ComplexUpset (modern, ggplot2-grammar) or the unmaintained UpSetR, with explicit cardinality vs degree sorting, attribute panels, and query highlighting. Use when comparing overlap across many gene sets, peak sets, variant lists…

not rated 1.2k 26d ago A 93 tokens original MIT archived

GPTomics/bioSkills

Skill Claude CodeCodex

Build volcano and MA plots from differential-expression / association results with LFC shrinkage, FDR-adjusted thresholds, sensible label placement, and axis-truncation conventions. Covers EnhancedVolcano, ggplot2, matplotlib, and the apeglm/ashr/normal shrinkage decision. Use when visualizing differential-expression…

not rated 1.2k 26d ago A 106 tokens original MIT archived

bio-batch-downloads

178

GPTomics/bioSkills

Skill Claude CodeCodex

Download large datasets from NCBI efficiently using EPost, history server, batching, rate limiting, and retry logic. Use when bulk-fetching tens of thousands of sequences, pulling all results of a large ESearch, designing reproducible pipelines, comparing E-utilities to NCBI Datasets v2 CLI, or implementing…

not rated 1.2k 26d ago A 104 tokens original MIT archived

bio-biomart-queries

179

GPTomics/bioSkills

Skill Claude CodeCodex

Bulk-query Ensembl BioMart (and other BioMart instances) for cross-database ID mapping, gene/transcript/exon coordinates, and ortholog tables. Use when batch-converting Ensembl IDs to other namespaces (HGNC, RefSeq, UniProt, Entrez), pulling gene coordinate tables for thousands of genes, building ortholog wide-tables…

not rated 1.2k 26d ago A 142 tokens original MIT archived

bio-blast-searches

180

GPTomics/bioSkills

Skill Claude CodeCodex

Run remote BLAST searches against NCBI servers using Biopython Bio.Blast.NCBIWWW. Use when identifying unknown sequences, finding homologs, picking the correct BLAST program (blastn/blastp/blastx/tblastn/tblastx/psiblast/megablast/dc-megablast), interpreting Karlin-Altschul E-values, avoiding the maxtargetseqs trap…

not rated 1.2k 26d ago A 130 tokens original MIT archived

bio-ensembl-rest

181

GPTomics/bioSkills

Skill Claude CodeCodex

Query the Ensembl REST API for gene/transcript/protein lookup, sequence retrieval, comparative genomics (Compara), variant effect prediction (VEP), regulatory features, and cross-species ortholog/paralog calls. Use when pulling Ensembl-native data (Ensembl Gene IDs, version-pinned releases, archive endpoints for…

not rated 1.2k 26d ago A 143 tokens original MIT archived

bio-entrez-fetch

182

GPTomics/bioSkills

Skill Claude CodeCodex

Retrieve records from NCBI databases using Biopython Bio.Entrez (EFetch, ESummary). Use when downloading sequences, fetching GenBank/GenPept records, getting document summaries, parsing nested XML, navigating GI deprecation, choosing between rettype+retmode combinations, and parsing into Biopython SeqRecord/SwissProt…

not rated 1.2k 26d ago A 100 tokens original MIT archived

bio-entrez-link

183

GPTomics/bioSkills

Skill Claude CodeCodex

Find cross-database references between NCBI databases using Biopython Bio.Entrez (ELink). Use when navigating gene to protein/structure, sequence to publication, PubMed to GEO, BioProject to SRA runs, or discovering all link relationships for a record. Covers linkname semantics, cmd= variants, asymmetric link…

not rated 1.2k 26d ago A 89 tokens original MIT archived

bio-entrez-search

184

GPTomics/bioSkills

Skill Claude CodeCodex

Search NCBI databases using Biopython Bio.Entrez (ESearch, EInfo, EGQuery, ESpell). Use when finding records by keyword, building reproducible field-qualified queries, navigating the Entrez Query Translator, exploiting the history server for large result sets, handling retmax caps, or interpreting weekly index lag.…

not rated 1.2k 26d ago A 100 tokens original MIT archived

bio-geo-data

185

GPTomics/bioSkills

Skill Claude CodeCodex

Query and download from NCBI Gene Expression Omnibus (GEO) and EMBL-EBI's BioStudies/ArrayExpress mirror. Use when finding expression datasets, navigating SuperSeries vs SubSeries, choosing between series-matrix (submitter-normalized) and raw supplementary files, downloading via GEOparse (Python) or GEOquery…

not rated 1.2k 26d ago A 141 tokens original MIT archived

GPTomics/bioSkills

Skill Claude CodeCodex

Query protein-protein and gene interaction databases (STRING, BioGRID, IntAct, SIGNOR, Reactome, HuRI, HuMAP, OmniPath, ConsensusPathDB, DIP). Use when building PPI networks, choosing between physical vs functional vs genetic interactions, signed/directed vs undirected, high-throughput vs curated, picking confidence…

not rated 1.2k 26d ago A 120 tokens original MIT archived

bio-local-blast

187

GPTomics/bioSkills

Skill Claude CodeCodex

Build local BLAST databases and run searches using NCBI BLAST+ command-line tools. Use when running >50 queries, building custom databases with -parseseqids and -taxid, downloading prebuilt NCBI databases via updateblastdb.pl, choosing -task variants (megablast/dc-megablast/blastn/blastn-short), tuning soft/hard…

not rated 1.2k 26d ago B 116 tokens original MIT archived

bio-ncbi-datasets-cli

188

GPTomics/bioSkills

Skill Claude CodeCodex

Download genome assemblies, gene records, and ortholog data from NCBI using the modern Datasets v2 CLI (replaces assemblysummary.txt scraping and many EFetch workflows). Use when bulk-pulling genome assemblies, gene metadata across species, ortholog sets, or BLAST databases; when E-utilities are too slow for…

not rated 1.2k 26d ago A 126 tokens original MIT archived

bio-remote-homology

189

GPTomics/bioSkills

Skill Claude CodeCodex

Detect distant homologs using profile and structure-aware methods that go beyond standard BLAST. Use when sequence identity falls into the twilight zone (<35% pairwise), when BLAST fails to find homologs that should exist, when working at metagenomic scale (DIAMOND, MMseqs2), or when structure beats sequence…

not rated 1.2k 26d ago A 132 tokens original MIT archived

bio-sra-data

190

GPTomics/bioSkills

Skill Claude CodeCodex needs its repo

Download raw sequencing reads from NCBI SRA using sra-tools (prefetch, fasterq-dump, vdb-validate) or the ENA mirror. Use when pulling FASTQ for SRR/ERR/DRR accessions, deciding between SRA-direct, ENA mirror, or AWS/GCP cloud mirror (STRIDES), handling --include-technical for 10x and other single-cell records…

not rated 1.2k 26d ago C 158 tokens original MIT archived

bio-uniprot-access

191

GPTomics/bioSkills

Skill Claude CodeCodex

Query UniProt's REST API (post-2022 endpoint at rest.uniprot.org) for protein sequences, annotations, GO terms, cross-references, ID mappings, and proteomes. Use when fetching UniProtKB entries, navigating the JSON schema, choosing between UniProtKB/UniRef/UniParc/Proteomes resources, deciding stream vs search…

not rated 1.2k 26d ago B 137 tokens original MIT archived

GPTomics/bioSkills

Skill Claude CodeCodex

Extracts, filters, annotates, and exports differential expression results from DESeq2 or edgeR with proper handling of padj=NA (independent filtering, Cook's outliers, all-zero), multiple-testing correction choice (BH vs Storey q-value vs IHW vs lfsr), TREAT vs post-hoc fold-change filtering, p-value histogram…

not rated 1.2k 26d ago A 169 tokens original MIT archived

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: