--- title: diagram classification profiling tags: mermaid,diagram,taxprofiler,taxpasta,nf-core --- ```mermaid graph TD subgraph metagenomic_profiling subgraph classification amino_acid_sequence_abundance nucleotide_sequence_abundance -->|dna_to_dna| genome nucleotide_sequence_abundance -->|dna_to_nuc_marker| gene amino_acid_sequence_abundance -->|dna_to_aa_marker| gene gene --> sequence_classification genome --> sequence_classification end subgraph profiling e_g_genome_size --> abundance_inference genome --> abundance_inference --> species_abundance gene -->abundance_inference --> species_abundance end end ```