I have recently analyzed my metagenomic data using the metagenome-atlas. I have a set of MAGs of varying completeness/contamination and from different lineages and am looking for a way to visualize the coverage.
I have previously used BRIG before but not for coverage mapping, but I am aware that it does have a coverage mapping module. However, I am confused as to what my reference data would be.
I have also had some R packages recommended to me by colleagues (ggbio, circlize) but have no experience using these.
Any suggestions on what to use? Unfortunately I only have the atlas outputs because I do not have access to a server which can operate metagenome-atlas anymore.
Looks great - do you have any tool suggestions to do this? I currently don't have coverage stats.
There are many tools to calculate contig coverage. I will recommend
calculate_read_coverage.py
from Autometa.Making a plot like I did above is fairly trivial once you have [X, Y, coverage] columns. It is a scatter plot of [X, Y] colored by coverage values, which can be done using many tools such as pandas.plot.