Hello,
I ran 66 metagenomes through squeezemeta using sequential mode, and on reflection I should have used coassembly as I wish to compare the samples according to the associated phenotypes/metadata.
Regardless, what is the best way to combine them into a single SQM object for downstream analysis in R - is it to go the 'manual' way and first create an individual SQM object in R for each of the 66 samples (after running sqm2zip.py on each output directory), and then combine them using combineSQMlite() in R?
Or is there a more straightforward way to achieve this? Previously I had done something similar using some of the scripts from an older version of SqueezeMeta, but the are now deprecated.
Thanks!
Hello,
I ran 66 metagenomes through squeezemeta using sequential mode, and on reflection I should have used coassembly as I wish to compare the samples according to the associated phenotypes/metadata.
Regardless, what is the best way to combine them into a single SQM object for downstream analysis in R - is it to go the 'manual' way and first create an individual SQM object in R for each of the 66 samples (after running sqm2zip.py on each output directory), and then combine them using
combineSQMlite()in R?Or is there a more straightforward way to achieve this? Previously I had done something similar using some of the scripts from an older version of SqueezeMeta, but the are now deprecated.
Thanks!