biotender-max/rna-quantification
Workflow for gene and transcript quantification from RNA-seq reads using alignment-based or alignment-free tools.
npx skills add https://github.com/BioTender-max/awesome-bio-agent-skills --skill rna-quantification
Reference examples assume recent stable releases of the preferred tools, especially salmon and the other tools listed below.
Before using code or command patterns, verify installed versions match the environment:
python -c "import <module>; print(<module>.__version__)"<tool> --versionWorkflow for gene and transcript quantification from RNA-seq reads using alignment-based or alignment-free tools.
references/technical_reference.md when you need deeper tool-selection rules, environment adaptation notes, or extra validation guidance.SKILL.md as the main execution path and load the reference file only when the task or failure mode needs the extra detail.salmon quant \
-i transcriptome_index \
-l A \
-1 sample_R1.fastq.gz \
-2 sample_R2.fastq.gz \
-o quant/sample
Prefer alignment-free quantification for speed and transcript-level abundance, and alignment-based counting when genomic alignment is already available.
Ensure transcriptome, genome, and annotation versions are consistent before quantification.
Capture both abundance tables and tool-specific mapping or assignment rates.
Convert transcript-level outputs to gene-level summaries only when the downstream task calls for it.
Standardize sample IDs and produce a count or abundance matrix plus QC metadata.
results/ for final tables and serialized objectsfigures/ for plots and static visual exportsqc/ for checks that justify downstream interpretationgene countstranscript abundancesquantification QC summariesBulk RNA ExpressionDifferential ExpressionAlternative SplicingSmall RNA SeqpysamTake biotender-max/rna-quantification from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.