Skip to main content
Run any Skill in Manus
with one click
GitHub repository

scIsoAgent

scIsoAgent contains 28 collected skills from zczali4403, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
28
Stars
6
updated
2026-06-23
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

flair-quantification
biological-scientists-all-other

Runs project-specific ONT-only FLAIR transcriptome generation, optional multi-sample combine, quantification, and post-quantification single-cell matrix recovery with recover_sc_matrix.py.

2026-06-23
summary
biological-scientists-all-other

Summarizes completed long-read single-cell RNA-seq runs using deep results-style integrative writing, with emphasis on post-annotation isoform analysis, sequence-model outputs, transcript-level events, gene-function interpretation, and literature-grounded condition-specific consequences.

2026-05-18
orthrus-model
biological-scientists-all-other

Uses Orthrus transcript-sequence embeddings plus pretrained regression and classification heads to predict isoform-level functional properties for one gene at a time in a persistent tmux shell session.

2026-05-12
sashimi-plot
biological-scientists-all-other

Draws gene-level sashimi plots from per-sample BAM files after downstream annotation by extracting group-specific cell barcodes from a Seurat object, subsetting BAMs by barcode tag, building ggsashimi input tables, and iteratively plotting one gene at a time in tmux.

2026-05-11
add-iso-to-gene
software-developers

Adds the merged isoform count assay and isoform UMAP from a merged isoform Seurat object into a merged gene Seurat object, then saves a new combined Seurat RDS for joint downstream gene-plus-isoform analysis.

2026-05-11
annotation
software-developers

Performs downstream cell type annotation for the project in one persistent tmux R session, including cluster UMAP review, cluster-level marker discovery for gene and isoform assays, optional automatic annotation with ScType, optional manual cluster renaming, celltype-level differential analysis, heatmaps, enrichment, and cell composition summaries.

2026-05-11
differential-transcript-usage
software-developers

Performs differential transcript usage analysis in one persistent tmux R session using a Seurat object with an isoform assay, including DTU FASTA preparation, pseudobulk aggregation by sample and cell type, GTF subsetting, IsoformSwitchAnalyzeR object initialization, filtering, ORF annotation, DEXSeq-based DTU testing, result export, and switch plotting for user-selected genes.

2026-05-11
draw-features
software-developers

Draws gene or isoform feature expression on a chosen reduction from a Seurat RDS using SCP::FeatureDimPlot, and for repeated plotting must keep one R session open so the object is loaded once and the user can iteratively request more plots.

2026-05-11
exploring-isoforms-of-interest
software-developers

Explores isoforms of interest in one persistent tmux R session, including pseudobulk-based isoform counting per gene, ranking genes by isoform complexity, feature-plot exploration of selected genes, celltype-level violin and heatmap summaries for selected isoforms, and IsoVis input export.

2026-05-11
generate-iso-obj
software-developers

Builds per-sample isoform-level Seurat objects from transcript barcode-feature-matrix triplets, plots isoform QC metrics, subsets each isoform object to the cells retained in the matched gene-level QC Seurat object, and saves the per-sample isoform Seurat RDS outputs.

2026-05-11
isoform-classification
software-developers

Runs SQANTI3 isoform classification from the terminal and then summarizes SQANTI structural categories, subcategories, coding status, and celltype-specific isoforms in one persistent tmux R session using the merged Seurat object and pseudobulk isoform summaries.

2026-05-11
merge-iso-obj
software-developers

Merges per-sample isoform-level Seurat objects produced by generate-iso-obj, previews sample structure in UMAP, and optionally applies Harmony-based batch correction before saving the final merged isoform Seurat object.

2026-05-11
merge-remove-batch
software-developers

Merges per-sample Seurat objects after QC and doublet removal, generates PCA and Harmony elbow plots for user-confirmed dimension choices, previews batch structure in UMAP, and optionally performs Harmony-based batch correction before saving the final merged object.

2026-05-11
profiling-isoform-diversity
software-developers

Profiles isoform diversity in one persistent tmux R session using a Seurat object with an isoform assay, including celltype-specific subsetting, entropy-based diversity analysis with find_diversity.R, entropy heatmaps, high- and low-entropy gene summaries, gene-specific entropy plots, and per-cell isoform proportion pie charts.

2026-05-11
qc-pipeline
software-developers

Orchestrates project-specific downstream quality control for long-read single-cell RNA-seq after empty-droplet removal, including metric plotting, user-confirmed filtering thresholds, dimensional reduction, clustering, doublet detection, and QC summary outputs.

2026-05-11
remove-droplets
software-developers

Runs project-specific empty-droplet removal for long-read single-cell RNA-seq count matrices using the remove_droplets.r script, producing QC plots, summary tables, and Seurat objects before and after droplet filtering.

2026-05-11
resource-setup
software-developers

Prepares core downstream resource files for long-read single-cell RNA-seq analysis in this project, especially isoform-to-gene symbol dictionaries and gene-count matrices converted from ENSG IDs to gene symbols.

2026-05-11
split-gene-count-by-sample
software-developers

Splits the merged geneSymbol gene-count matrix produced after resource setup into per-sample matrices by parsing sample names from barcode prefixes before empty-droplet removal.

2026-05-11
tis-tts-analysis
software-developers

Predicts transcript translation initiation and termination sites with TranslationAI from transcript FASTA, then summarizes gene-specific TIS/TTS coordinates in one persistent tmux R session.

2026-05-11
transcript-localization
software-developers

Predicts transcript subcellular localization with DeepLocRNA from transcript FASTA, then summarizes localization classes and gene-specific transcript localization scores in one persistent tmux R session.

2026-05-11
lr-scrna-downstream-pipeline
software-developers

Orchestrates project-specific downstream long-read single-cell RNA-seq analysis after upstream quantification, including resource setup, droplet cleanup, QC, sample merging, isoform matrix integration, cell type identification, isoform interpretation, isoform classification, isoform diversity profiling, and differential transcript usage.

2026-05-11
isoquant-quantification
biological-scientists-all-other

Runs project-specific IsoQuant single-cell transcript discovery and quantification for ONT aligned-BAM input or PacBio CCS BAM input, with explicit run organization, barcode route, and command confirmation.

2026-05-11
bambu-quantification
biological-scientists-all-other

Runs project-specific bambu single-cell transcript discovery and quantification for ONT aligned-BAM input or PacBio raw FASTQ input, with explicit run organization, chemistry handling, and command confirmation.

2026-05-11
blaze-demultiplex
software-developers

Runs project-specific BLAZE demultiplexing for ONT long-read single-cell RNA-seq, including barcode and UMI detection, whitelist generation, chemistry confirmation, and demultiplexed FASTQ production.

2026-05-11
lr-scrna-upstream-pipeline
software-developers

Orchestrates project-specific upstream long-read single-cell RNA-seq analysis with explicit ONT vs PacBio branching, step ordering, dependency checks, resume rules, and command confirmation before execution.

2026-05-11
minimap2-align
software-developers

Runs project-specific minimap2 splice-aware alignment for long-read RNA-seq, primarily for ONT single-cell reads after BLAZE, with explicit preset selection, tag-preservation handling, and command confirmation.

2026-05-11
samtools-bam-processing
software-developers

Runs project-specific samtools sorting, indexing, quick structural validation, and optional flagstat summary to prepare long-read RNA alignments for downstream quantification.

2026-05-11
lr-scrna-agent
software-developers

Orchestrates the full long-read single-cell RNA-seq workflow for this project, covering both upstream processing and downstream analysis. Use when the user wants a single entry skill for ONT or PacBio long-read single-cell RNA-seq from raw data through downstream interpretation.

2026-05-11