bio-chipseq-visualization
Visualize ChIP-seq data using deepTools, Gviz, and ChIPseeker. Create heatmaps, profile plots, and genome browser tracks. Visualize signal a…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Metabolic model reconstruction → FBA → simulation → visualization.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-workflows-metabolic-modeling-pipeline
Skill Snapshot
Source Doc
Required data:
carve genome.faa -o model_draft.xml --gram-neg
carve genome.faa -o model_draft.xml --gram-neg --gapfill M9 python import cobra
model = cobra.io.read_sbml_model('model_draft.xml') print(f'Model: {model.id}') print(f'Reactions: {len(model.reactions)}') print(f'Metabolites: {len(model.metabolites)}') print(f'Genes: {len(model.genes)}')
Related skills
Visualize ChIP-seq data using deepTools, Gviz, and ChIPseeker. Create heatmaps, profile plots, and genome browser tracks. Visualize signal a…
Generate consensus FASTA sequences by applying VCF variants to a reference using bcftools consensus. Use when creating sample-specific refer…
Visualize copy number profiles, segments, and compare across samples. Create publication-quality plots of CNV data from CNVkit, GATK, or oth…
Circular genome visualization with Circos or pycirclize.