-
Notifications
You must be signed in to change notification settings - Fork 8
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
PR for MAG fishing #122
base: main
Are you sure you want to change the base?
PR for MAG fishing #122
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #122 +/- ##
=======================================
Coverage 85.18% 85.18%
=======================================
Files 11 11
Lines 1080 1080
=======================================
Hits 920 920
Misses 160 160 ☔ View full report in Codecov by Sentry. |
Thanks! Let me know when it's ready for review |
Updated description for Question:
|
Quality Gate passedIssues Measures |
Hmmm... @bioinfwithjudith I might need a bit more context. What do you mean by "50 MAG samples"? Do you mean MAGs derived from 50 different metagenomes, or 50 different assemblies from a single genome? If the later, then concatenating them would make sense if you wanted to answer "have any of these MAGs shown up in this other sample?", but keeping them separate would be "is this particular MAG occurring in this other sample?" So it just depends on what you are trying to answer |
I see that I am confused. The paper states "a non-redundant dataset of 58 was compiled, the majority of which (35) belonged to (Alpha- and Gamma-) Proteobacteria" so I am assuming the latter. I thought I was answering the MAG fishing question but I am not. Ideally, I would want to download the metagenomes sampled for this study, take a MAG and identify the metagenomes that have said MAG. I have the MAGs downloaded but I am in the process of figuring out how to download metagenomic samples from MG-RAST. |
This is a draft. I would like to add a description on the paper from where this data came from. I had some issues along the way and might be worth noting for new users.