| Karyotype from chromosome descriptors → aneuploidy flags | analyze_karyotype / ChromosomeAnalyzer.AnalyzeKaryotype |
| Whole-chromosome aneuploidy from read depth | identify_whole_chromosome_aneuploidy / …IdentifyWholeChromosomeAneuploidy |
| Per-bin copy number / aneuploidy from depth | detect_aneuploidy / ChromosomeAnalyzer.DetectAneuploidy |
| Overall ploidy from normalized depth | detect_ploidy / ChromosomeAnalyzer.DetectPloidy |
| Locate centromere (alpha-satellite scan) | analyze_centromere / ChromosomeAnalyzer.AnalyzeCentromere |
| Arm ratio from centromere position | arm_ratio / ChromosomeAnalyzer.CalculateArmRatio |
| Classify centromere position (meta/acro…) | classify_chromosome_by_arm_ratio / …ClassifyChromosomeByArmRatio |
| Telomere tract presence / critical shortening | analyze_telomeres / ChromosomeAnalyzer.AnalyzeTelomeres |
| Telomere length from qPCR T/S ratio | estimate_telomere_length_from_ts_ratio / …EstimateTelomereLengthFromTSRatio |
| Cell divisions from telomere shortening | estimate_cell_divisions_from_telomere_length / …EstimateCellDivisionsFromTelomereLength |
| Heterochromatin regions (repeat-content windows) | find_heterochromatin_regions / …FindHeterochromatinRegions |
| GC-based cytogenetic G-bands | predict_g_bands / ChromosomeAnalyzer.PredictGBands |
| Synteny blocks from ortholog pairs | find_synteny_blocks / ChromosomeAnalyzer.FindSyntenyBlocks |
| Rearrangements (inv/transloc/del/dup) from blocks | detect_rearrangements / ChromosomeAnalyzer.DetectRearrangements |
| Synteny blocks between two assemblies (k-mer) | find_syntenic_blocks_assemblies / GenomeAssemblyAnalyzer.FindSyntenicBlocks |
| Assembly stats (N50/L50, GC, gaps) | assembly_statistics / GenomeAssemblyAnalyzer.CalculateStatistics |
| Nx/Lx at a threshold · full Nx curve · auN | nx_statistics · nx_curve · au_n (GenomeAssemblyAnalyzer.CalculateNx / CalculateNxCurve / CalculateAuN) |
| Length distribution of contigs/scaffolds | length_distribution / …CalculateLengthDistribution |
| Find / distribution of N-gaps | find_gaps · gap_distribution (…FindGaps / …AnalyzeGapDistribution) |
| Split scaffolds → contigs | extract_contigs · analyze_scaffolds (…ExtractContigs / …AnalyzeScaffolds) |
| Completeness: marker-gene (BUSCO-like) · k-mer spectrum | assess_completeness · estimate_completeness_from_kmers |
| Local per-window quality (GC/N/complexity) | local_quality / GenomeAssemblyAnalyzer.CalculateLocalQuality |
| Suspicious windows (GC/complexity outliers) | find_suspicious_regions / …FindSuspiciousRegions |
| Tandem repeats · repetitive regions · repeat content | find_tandem_repeats · find_repetitive_regions · repeat_content |
| Compare two assemblies (shared k-mers) | compare_assemblies / GenomeAssemblyAnalyzer.CompareAssemblies |