Skip to main content
Run any Skill in Manus
with one click
$pwd:
omicverse
GitHub creator profile

omicverse

Repository-level view of 86 collected skills across 3 GitHub repositories, including approximate occupation coverage.

skills collected
86
repositories
3
occupation fields
2
updated
2026-05-16
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
omicverse-skills
39 skills41updated 2026-05-16
45% of creator
omicverse-bulk-metabol-untargeted-lipidomics
Data Scientists

Two adjacent LC-MS workflows on AnnData — (1) untargeted metabolomics with m/z-based peak annotation, mummichog pathway inference and adduct-ppm matching, and (2) lipidomics with LIPID MAPS shorthand parsing, lipid-class aggregation, and LION term enrichment. Use when converting `t_metabol_04_untargeted` or `t_metabol_05_lipidomics` into a reusable skill, when the input feature IDs encode `m/z`/`RT`, or when the var_names look like `PC 34:1` / `Cer d18:1/24:0` / `TAG 54:3`.

2026-05-16
bulk-rna-seq-differential-expression-with-omicverse
Data Scientists

Bulk RNA-seq DEG pipeline: gene ID mapping, DESeq2 normalization, statistical testing, volcano plots, and pathway enrichment in OmicVerse.

2026-05-11
bulk-fastq-quantification
Data Scientists

End-to-end bulk RNA-seq quantification with omicverse's alignment module — SRA download, fastp QC, two interchangeable quantification paths (STAR + featureCount, OR alignment-free kb-python with technology='BULK'), and wiring into `ov.bulk.pyDEG` DESeq2. Single-cell kb-python (10XV2/10XV3) is out of scope — use the `single-cell-kb-alignment` skill instead.

2026-05-11
omicverse-single-cell-cellrank-fate
Biological Scientists, All Other

CellRank fate maps from RNA velocity. Combine VelocityKernel + ConnectivityKernel into a transition matrix, fit a GPCCA estimator, predict terminal states, and produce per-cell fate probabilities. Visualise with `ov.pl.branch_streamplot` and feed branch-resolved gene-trends into `ov.single.dynamic_features` / `ov.pl.dynamic_trends` / `ov.pl.dynamic_heatmap`. Use after RNA velocity is computed (scvelo / dynamo / latentvelo / graphvelo) and before reporting fate probabilities or marker dynamics.

2026-05-11
omicverse-single-cell-cnmf-program-discovery
Biological Scientists, All Other

Run OmicVerse single-cell NMF program discovery as a reusable, triggerable skill — both the classical Python `ov.single.cNMF` (consensus NMF with CPU/GPU factorization, K-selection, RFC labelling) and the Rust-backed `ov.single.NMF` (fast `nmf-rs` backend: dnmf default, Brunet-style K-selection with stability-drop auto-K, cNMF-style consensus heatmap, RFC labels). Use when fitting consensus NMF gene programs on single-cell AnnData, choosing K, building consensus, or converting normalized usage programs into hard cluster labels.

2026-05-11
omicverse-single-cell-monocle2-trajectory
Biological Scientists, All Other

Monocle2-style single-cell trajectory analysis on AnnData via the `ov.single.Monocle` class - DDRTree pseudotime + branch detection + per-gene differential test + BEAM branch-dependent gene discovery, plus the unified `ov.pl.trajectory` / `ov.pl.trajectory_overlay` / `ov.pl.trajectory_tree` plotters and the shared pseudotime visualisations (`branch_streamplot`, `dynamic_heatmap`, `dynamic_trends`). Use when fitting a Monocle2 trajectory on an annotated AnnData, when deriving branch-aware gene trends with `dynamic_features`, or when reproducing `t_traj_monocle2`.

2026-05-11
omicverse-single-cell-sctour-trajectory
Data Scientists

Run the OmicVerse sctour trajectory branch on raw-count single-cell AnnData. Use when adapting the scTour part of an OmicVerse trajectory notebook, or when you need sctour pseudotime, latent space, or vector-field outputs instead of the diffusion_map, slingshot, or palantir branches.

2026-05-11
omicverse-single-cell-trajectory-inference
Biological Scientists, All Other

Run or adapt OmicVerse single-cell trajectory inference on cluster-ready AnnData. Use when converting OmicVerse trajectory notebooks into a reusable skill, or when choosing the diffusion_map, slingshot, palantir, PAGA, or Palantir branch-selection branches for developmental ordering and lineage summaries.

2026-05-11
Showing top 8 of 39 collected skills in this repository.
#002
omicverse
31 skills1.0k129updated 2026-04-03
36% of creator
omicverse-visualization-for-bulk-color-systems-and-single-cell-d
Software Developers

OmicVerse plotting: volcano, venn, boxplot, embedding, density, heatmap families, dotplot, convex hull, stacked bar, and Forbidden City color palettes.

2026-04-03
single-cell-cellphonedb-communication-mapping
Biological Scientists, All Other

CellPhoneDB v5 ligand-receptor analysis, CellChatViz plots, and the newer ccc_heatmap / ccc_network_plot / ccc_stat_plot communication visualizations in OmicVerse.

2026-04-03
single-cell-annotation-skills-with-omicverse
Biological Scientists, All Other

Cell type annotation: SCSA, MetaTiME, CellVote consensus, CellMatch, GPTAnno, weighted KNN label transfer in OmicVerse.

2026-03-26
bulk-rna-seq-batch-correction-with-combat
Biological Scientists, All Other

Bulk RNA-seq batch correction with pyComBat: remove batch effects from merged cohorts, export corrected matrices, and benchmark visualizations.

2026-03-12
bulk-rna-seq-deseq2-analysis-with-omicverse
Biological Scientists, All Other

PyDESeq2 differential expression: ID mapping, DE testing, fold-change thresholding, and GSEA enrichment visualization in OmicVerse.

2026-03-12
string-protein-interaction-analysis-with-omicverse
Data Scientists

STRING protein-protein interaction network analysis with pyPPI: query STRING database, build PPI graphs, expand with add_nodes, and visualize styled networks for bulk gene lists.

2026-03-12
bulk-rna-seq-deconvolution-with-bulk2single
Biological Scientists, All Other

Turn bulk RNA-seq cohorts into synthetic single-cell datasets using omicverse's Bulk2Single workflow for cell fraction estimation, beta-VAE generation, and quality control comparisons against reference scRNA-seq.

2026-03-12
bulktrajblend-trajectory-interpolation
Biological Scientists, All Other

Extend scRNA-seq developmental trajectories with BulkTrajBlend by generating intermediate cells from bulk RNA-seq, training beta-VAE and GNN models, and interpolating missing states.

2026-03-12
Showing top 8 of 31 collected skills in this repository.
#003
omicclaw
16 skills295updated 2026-03-12
19% of creator
bulk-rna-seq-batch-correction-with-combat
Biological Scientists, All Other

Bulk RNA-seq batch correction with pyComBat: remove batch effects from merged cohorts, export corrected matrices, and benchmark visualizations.

2026-03-12
bulk-rna-seq-differential-expression-with-omicverse
Data Scientists

Bulk RNA-seq DEG pipeline: gene ID mapping, DESeq2 normalization, statistical testing, volcano plots, and pathway enrichment in OmicVerse.

2026-03-12
bulk-rna-seq-deseq2-analysis-with-omicverse
Data Scientists

PyDESeq2 differential expression: ID mapping, DE testing, fold-change thresholding, and GSEA enrichment visualization in OmicVerse.

2026-03-12
bulk-rna-seq-deconvolution-with-bulk2single
Data Scientists

Turn bulk RNA-seq cohorts into synthetic single-cell datasets using omicverse's Bulk2Single workflow for cell fraction estimation, beta-VAE generation, and quality control comparisons against reference scRNA-seq.

2026-03-12
bulktrajblend-trajectory-interpolation
Biological Scientists, All Other

Extend scRNA-seq developmental trajectories with BulkTrajBlend by generating intermediate cells from bulk RNA-seq, training beta-VAE and GNN models, and interpolating missing states.

2026-03-12
bulk-wgcna-analysis-with-omicverse
Data Scientists

WGCNA co-expression network: soft-threshold, module detection, eigengenes, hub genes, and trait correlation in OmicVerse.

2026-03-12
gsea-enrichment-analysis
Data Scientists

Gene set enrichment analysis with correct geneset format handling. Critical guidance for loading pathway databases and running enrichment in OmicVerse.

2026-03-12
omicverse-visualization-for-bulk-color-systems-and-single-cell-d
Data Scientists

OmicVerse plotting: volcano, venn, boxplot, embedding, density, dotplot, convex hull, stacked bar, and Forbidden City color palettes.

2026-03-12
Showing top 8 of 16 collected skills in this repository.
Showing 3 of 3 repositories
All repositories loaded