Closed franciscozorrilla closed 4 years ago
You will only get values for genomes above the coverage threshold (i.e. the -c flag). Also, if those MAGs are highly fragmented (i.e. < 90 fragments/Mbp), GRiD requires a minimum coverage of 1X.
Cheers, Tunde
I see, thank you for your response. Indeed when I look at the number of contigs in each of my bins I can see why those are the only ones with GRiD values:
bin.1.orig.fa 1000
bin.2.orig.fa 159
bin.3.permissive.fa 629
bin.5.strict.fa 243
bin.6.strict.fa 127
bin.7.orig.fa 655
bin.8.strict.fa 131
bin.9.permissive.fa 522
Do you have any insight into how one could increase the contiguity/reduce fragmentation of MAGs? I have tried using the metaWRAP bin reassemble module, but the results show only marginal improvements.
Thanks, FZ
The most important factor here is coverage. It appears your MAGs have low coverage in your samples. Why not run a test using the complete dataset without subsampling?
Cheers, Tunde
Thanks for the input! I have previously run GRiD on the MAGs I generated using the entire samples (i.e. no subsetting) and I was able to calculate GRiD values for approximately 1300/4000 MAGs. I have since refined the binning process, which may hopefully result in better coverage for some bins, although I suspect not by much.
I assume that the ~1300 MAGs for which I was able to generate GRiD values correspond to high abundance gut microbes, and I am failing to obtain GRiD values for lesser abundant ones? In that case would the only solution be to sequence samples at a greater depth?
Thanks, FZ
Hi, Yes you are right. Coverage is the main issue in your case
Hi, I am wondering why GRiD multiplex does not give me a GRiD value for each of my MAGs/bins?
I am developing a toy example, where I subset 3000000 reads (~10%) from each of 3 different sets of paired end reads. Then I assemble, extract MAGs and refine them. For one particular sample I get:
Next I generate a sample-specific database using the 8 MAGs and run GRiD on multiplex mode:
I tested with and without the pathoscope option, and I get very similar results:
I was expecting to get a GRiD value for each of my bins, but this is not the case. Should I be using the grid single module instead?
Thanks, FZ