What problem does it solve? Standard RNA-seq alignment discards multi-mapping reads, which systematically erases transposable element (TE) signal because TEs are repetitive. This Skill provides the canonical STAR "Random-One" recipe and featureCounts counting contract that preserve TE signal while producing integer, subfamily-level count matrices ready for differential expression. ## Core Features & Use Cases - Canonical STAR recipe: A verbatim --extra_star_align_args string (Random-One: --outSAMmultNmax 1, --outFilterMultimapNmax 100, --outMultimapperOrder Random, seed 777) with per-flag TE rationale, validated on nf-core/rnaseq 3.20.0. - Preprocessing contract: A 12-point checklist covering grouped subfamily SAF (Subfamily:Family:Class labels, ~1,243 meta-features for mm39), exon subtraction via bedtools, integer -M counting without --fraction, and per-library strandedness verification. - Use Case: You are aligning mouse bulk RNA-seq and need TE differential expression later. Pass the canonical STAR string to nf-core, run the two-pass featureCounts driver, and verify the integer TE matrix against the QC gate (TE proportion 3.8–6.0% across replicates). ## Quick Start Ask the AI to generate the TE-compatible STAR alignment arguments and featureCounts counting contract for a bulk RNA-seq run that must preserve transposable element signal.