Reads a tab-separated MetaPhlAn output file and constructs a metaphlanProfile object. The input file should contain taxonomic abundance data with columns for clade name and sample abundances.
Examples
file_path <- system.file("extdata", "merged_abundance_table.txt", package = "microEDA")
mtp <- load_metaphlan(file_path)