Any idea to plot ANI calculation results ?
1
0
Entering edit mode
6 months ago

Hello!, I ran FastANI to compare a bacterial genome against a database of genomes. So following the example usages from FastANI documentation: https://github.com/ParBLiSS/FastANI. I took the 'one-to-many' approach.

So I have a table with the following format:

Query Reference ani_value fragment_mappings query_fragments
query_genome ref1 98 350 1280
query_genome ref2 78 346 1280
query_genome ref3 86 321 1280
--------- ------------- ------------- -------------------------- -----------------------

The goal is to get a visualization from this table, all the rows of the 'Query' column contain the same genome string and the rows of 'Reference' contain the strings related to the name of the different genomes from the Reference database. so any ideas? , thanks for your time.

genomes ANI FastANI • 393 views
ADD COMMENT
0
Entering edit mode
6 months ago
Mensur Dlakic ★ 27k

Any package that calculates correlations can be used to plot these value. Or you can try PyANI, which will do the ANI calculation and display the results.

https://github.com/widdowquinn/pyani

ADD COMMENT

Login before adding your answer.

Traffic: 1724 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