Open abbyf1120 opened 2 months ago
Hi. Could you please attach the file to let me have a look? Without the data, I am not sure how the error happened.
Hi. There is a large difference between its format and that the function requires. Generally, the function parses the taxonomic information like "kArchaea|pEuryarchaeota|c__Halobacteria". Especially the prefix is necessary. Otherwise the function can not identify how to assign the names to each level. I will think about how to extend the function to cover more cases.
Okay, thank you!
Hello,
I am trying to use mpa2meco to generate a microtable from a Kraken2/Bracken abundance table generated by the 16S ONT Epi2me workflow. Although this 16S workflow utilizes Kraken2, the output generates a taxonomic assignment per read tsv file that does not seem to match the mpa format.
When I try to use mpa2eco(abund_table_genus), I receive this error.
Is there any way I could use the file2meco package with this output to generate a microtable?