-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importer for Biobakery outputs: HUMAnN 3 #190
Comments
It is important, and we must learn while we go. I have not seen comprehensive R-based solutions to bring these levels together, and SE/MAE is a promising framework albeit not necessarily the final one. The The sampleMap mechanism allows more complex matchings between |
This requires an additional class to be defined, if such a class is not available in BioC, since MAE links samples not features as @antagomir pointed out. The requirements would be as follows:
Downside would be, it would allow only two types of data mirroring each other and not like the MAE an huge number of data types. However, I think this can be rationalized in this instance, since the number of samples have to be equal in both cases (This limitation is not imposed by MAE) and the type of data is very specific to microbiome data analysis. I would call the class |
Whoa! Well this could be useful and valuable. It is also some work. Let's see how we get there.. PRs welcome! :-) Maybe one thing to still consider more carefully before jumping into it: if there are alternative (completely different?) solutions for operating in this space, or if the broader |
Related to #383 |
Does mia::importHUMAnN() solve this one already (can we close)? |
It imports single Humann file into TreeSE. That might be the most optimal solution currently. The Humann output has species information that is stored in rowData, but single Humann/Metaphlan files are not linked if that was the idea |
Yes, two different issues:
It seems that we have solved (1) satisfactorily now. The second issue remains open. Not sure if it is feasible to provide a general solution. However, we could transfer the issue to OMA and demonstrate how to use MAE (or altExp might work even better as the samples match one-to-one) in linking the two types of data. |
HUMAnN 3 provides functional predictions for metagenome profiles. An importer to
MAE
oraltExp
in mia would be useful as this is a common format.Later in this page there is one import code example.
Some example data is on the way, for a closer look.
These are functional predictions based on metagenome profiles; they are not functional measurements (eg metabolites). Hence I am thinking that
altExp
might also be suitable since it is another view to the same data (metagenome) from which we pull taxonomic abundance profiles as well. Conceptually,MAE
could be suitable since taxonomic and functional profiles are two different types, even if derived from the same source. I would tend to choose the latter (MAE
).The text was updated successfully, but these errors were encountered: