We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update default model scaling method
Update algorithm details
Fix schematic labels
Update toy transcript diagram
docs: add references from U12 training data sources Add 4 publications cited in the reference intron training files: - Pineda & Bradley 2018 (branch point tissue-specificity) - Niemelä et al. 2014 (U12 intron nuclear processing) - Madan et al. 2015 (ZRSR2 mutations in MDS) - Cologne et al. 2019 (TALS patient transcriptomics) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
docs: use LaTeX math formatting for equations Convert plaintext math expressions to proper LaTeX notation: - Log-odds ratios with fraction notation - Probability expressions P(U12-type) - IQR quartile notation (Q75 - Q25) - Feature formulas with min() and absolute values - Platt scaling equation with bold vector notation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
docs: document intron extraction design decisions - Add Mixed CDS/Exon handling explanation - Add Touching Exons annotation artifacts behavior - Update Quick-start runtime estimates
docs: standardize U12/U2 terminology (U12-type intron, U12-dependent spliceosome)
docs: update Technical-algorithm.md for v2 defaults - Note that streaming mode is now the default - Remove outdated normalizer save/reload advice (pretrained model includes scaler) - Simplify PWM table to compact bullet list format
Fix normalization documentation: describe actual RobustScaler(with_centering=True) implementation - Technical-algorithm.md: Replace ASCII pipeline diagram with nested list format - Technical-algorithm.md: Correct Stage 3 description - uses standard robust z-score WITH centering, not zero-anchored scaling - Overview.md: Update normalization description to match - Note: ZeroAnchoredRobustScaler exists in codebase but is deprecated/unused
Comprehensive wiki update: technical details, citations, v2 features - Home.md: Added key features, quick links, proper citation - Overview.md: Added scientific background, classification method summary - Quick-start.md: Updated installation methods, dependencies - Data-filtering-notes.md: Expanded with filtering tables, boundary correction - Output-files.md: Added score interpretation, common operations - Training-data-and-PWMs.md: Updated for JSON format, added citations - Example-usage.md: Reorganized, added cross-species section - Usage-info.md: Added intro linking to examples - About.md: Expanded with citations, related resources - _Sidebar.md: Added Technical details link - NEW Technical-algorithm.md: Complete technical documentation - Pipeline overview diagram - PWM scoring details with equations - Zero-anchored robust scaling explanation - SVM architecture and feature augmentation - Training process description - Memory/performance considerations - Scientific references