Tools for visualization of taxonomic/gene/COG abundance in samples
0
0
Entering edit mode
4.4 years ago

Hi!

I'm looking for tools that can help me visualize my data. I have 4 samples, in the same format. And I'm looking for a smart method of visualizing the comparison of the 4 samples in the same bar/plot/chart. I have tried with Phylophlan and Krona , but Phylophlan seemed a bit overkill (also hard to use) and I couldn't get Krona to properly compare my data (and it looked weird). Any bar/plot/chart tools are appreciated.

My data is basically a table of abundances in a tab-separated file like (each file is probably 20-25 lines long):

abundance(of genes)    taxonomy    cogs    genes

If a tool takes a different input, I would have no problem in altering the format of my data.

visualization abundance COG • 1.7k views
ADD COMMENT
0
Entering edit mode

Can you expand on what you want to visual/convey? For example do you want to compare the COG distribution or taxonomy? I think ggplot2 in R would be the most applicationa and easiest to use. Post a snippet of the data and someone can give you a better idea.

ADD REPLY
0
Entering edit mode

So there are basically two things Id like to compare between the samples:

1. Taxonomies. So the abundance of different bacteria in my samples. In the format:

 34 Lactobacillus
 93 E.Coli

etc. I was thinking some sort of circle chart (like phylophlan).

2 Abundance of different COGs between the samples:

43 Amino acid transport and metabolism

94 Signal transduction mechanisms

The two sets can be compared differently, but would also be cool to compare them together somehow (COGs in different taxonomic groups)

ADD REPLY
0
Entering edit mode

ggplot2 for sure. You're after custom plots that no bioinfo software will produce for you. It might be a bit of a slog at the start but its well worth it to learn R/ggplot2.

ADD REPLY
0
Entering edit mode

Thanks, I'll look into it!

ADD REPLY

Login before adding your answer.

Traffic: 3093 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6