In your opinion, what is the best software to generate a figure of recruitment of metagenomic reads to a reference genome?
I have utilized Artemis, but the output was not proper for publication...
Any suggestions?
In your opinion, what is the best software to generate a figure of recruitment of metagenomic reads to a reference genome?
I have utilized Artemis, but the output was not proper for publication...
Any suggestions?
I'm not aware of any programs to automatically map metagenomic reads to a reference genome and then make a figure. You can do this by mapping your reads to your reference and then visualizing using many of the tools to do this (Tablet, Artemis, R packages). The figure you link to in your comment was probably generated by numerous tools and assembled in Illustrator or Inkscape.
As someone who works with metagenomic data, I would be very careful mapping metagenomic data to a reference. Is this a reference for a microbe in your sample that you have cultured and then sequenced a genome? What is your goal in doing this? (see Istvan's comment above -- what do you mean by recruitment plot in this context and what exactly are you looking to communicate?)
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
it is not clear what you mean by recruitment plot - there are many ways to show that
I would like to do something like this:
Do you know a software that detects low read coverage regions in a reference genome?
I found gnuplot as a possible solution. After using fr-hit for my analyses I got a table (out.frhit) as the following format:
Using the command in gnuplot
I got a plot that is kinda what I want. However I would prefer to use segments instead of points, the variables rpos1 as x1 and rpos2 as x2, for a given identity value (y). Do you know a style that could be used for it?
Thanks
See here: https://github.com/jianshu93/RecruitmentPlot_blast
It was based on enveomics (https://github.com/lmrodriguezr/enveomics/blob/master/Docs/recplot2.md) packages developed by out lab. You can produce a bunch of plots for each of your reference genomes and use it for publication purposes.
For bam based recruitment plot please see here:
https://github.com/jianshu93/Competitive_mapping
It was based on this: https://github.com/KGerhardt/RecruitPlotEasy
We are going to have a new command line version very soon. I will update then.
Jianshu