You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used Phables on an assembly graph from a co-assembly and the reads used for constructing that graph. In other words, I provided more than two FASTQ files in a single run of Phables.
For comparison, I also ran Phables on per-sample assemblies (each using two FASTQ files). When I pooled the results from the per-sample assemblies and compared them with the results from the co-assembly, I noticed a significant difference:
The co-assembly approach resulted in ~65% fewer resolved phages on average, compared to the pooled per-sample results.
When I performed the same comparison using another tool (VirSorter), the reduction in resolved phages was only ~20% on average.
Based on the log file, Phables does seem to process the multiple FASTQ files. However, the discrepancy in results suggests that Phables may not be fully optimized for co-assemblies or might handle them differently than per-sample assemblies.
Could you clarify whether Phables is designed to work effectively on co-assemblies? If so, do you have any recommendations for improving phage recovery in this context?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Running Phables on a co-assembly will pool in the coverage values across all samples and then perform the genome resolution. Since the co-assembly already collapses redundant genomes across samples, you will get a reduced number of the genomes. That is why Phables provides a post-processing step to map the reads from each sample to the resolved genomes and give read counts. This information will allow you to see which genomes are present in which samples.
If you really want to get the exact genomes in each sample, I would recommend running Phables on per-sample assemblies. You might find that there are very similar genomes across samples but still, you will be able to get them separately.
Hi,
I used Phables on an assembly graph from a co-assembly and the reads used for constructing that graph. In other words, I provided more than two FASTQ files in a single run of Phables.
For comparison, I also ran Phables on per-sample assemblies (each using two FASTQ files). When I pooled the results from the per-sample assemblies and compared them with the results from the co-assembly, I noticed a significant difference:
Based on the log file, Phables does seem to process the multiple FASTQ files. However, the discrepancy in results suggests that Phables may not be fully optimized for co-assemblies or might handle them differently than per-sample assemblies.
Could you clarify whether Phables is designed to work effectively on co-assemblies? If so, do you have any recommendations for improving phage recovery in this context?
Thanks in advance!
The text was updated successfully, but these errors were encountered: