agent-browser
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Alternative splicing analysis: rMATS → PSI → differential → sashimi.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-splicing-pipeline
Skill Snapshot
Source Doc
STAR
--runThreadN 8
--genomeDir star_index/
--readFilesIn sample_R1.fastq.gz sample_R2.fastq.gz
--readFilesCommand zcat
--outFileNamePrefix sample_pass1_
--outSAMtype BAM Unsorted
--outSJfilterOverhangMin 8 8 8 8
--alignSJDBoverhangMin 1
cat *_SJ.out.tab > combined_SJ.out.tab
STAR
--runThreadN 8
--genomeDir star_index/
--readFilesIn sample_R1.fastq.gz sample_R2.fastq.gz
--readFilesCommand zcat
--sjdbFileChrStartEnd combined_SJ.out.tab
--outFileNamePrefix sample_
--outSAMtype BAM SortedByCoordinate
--outSJfilterOverhangMin 8 8 8 8
--alignSJDBoverhangMin 1
--quantMode GeneCounts
Related skills
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…
Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.
Filter alignments by flag, quality, region, or paired status.
Index BAM/CRAM files with samtools index for random access.