-
Hello, I have two datasets from partly the same samples. The metagenomics dataset is from samples from two different sites, all samples were taken during summer. The metatranscriptomics dataset is from samples from one of the sites only, but taken in different seasons. I am running Atlas on the metagenomic dataset now, with both genomes and genecatalog workflows. But I am wondering how to best analyze both datasets together or how to integrate the results from both datasets. The aim is to compare the communities and functions between both sites. And for the site where we have both datasets, compare the functions betweens seasons. After looking around a bit in the discussions here and the Atlas documentation I understood it is possible to run the genecatalog workflow on metatranscriptome data, if I understood correctly? Any advice would be very much appreciated. Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Thank you for bringing this up. Much could be done with metagenome + metatranscriptome data, and atlas only has a fraction of the functionalities. I might implement some more soon. What you can do today with your data:
Always do a dry run before running atlas to see that it only executes the steps intended. Depending on how separate your research questions are. You could create MAGs and Gene catalog only for the site that you want to compare to the metatranscriptome. I hope this helps. Otherwise ask. |
Beta Was this translation helpful? Give feedback.
-
What soon could be done is assembling metatranscriptome data to a gene catalog. This could give you a more comprehensive genecatalog. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply, this is very helpful. It looks like there is much more to do than I was thinking about. |
Beta Was this translation helpful? Give feedback.
-
I have a question about mapping the metatranscriptome to the genomes. Where in the config file do I specify |
Beta Was this translation helpful? Give feedback.
-
put
anywhere in the config file but at the base level. Very left, so not under genecatalog. |
Beta Was this translation helpful? Give feedback.
Thank you for bringing this up. Much could be done with metagenome + metatranscriptome data, and atlas only has a fraction of the functionalities. I might implement some more soon.
What you can do today with your data:
Metagenome
vamb
binner)Run atlas qc on Metatranscriptomes in two new projects (rerun atlas init). Check that sample names makes sense. sometime atlas renames them.
Map Metatranscriptome -> genomes
genome_dir=path/to/working_dir_metagenome
in confi…