Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column labels of the visual output #97

Open
rotheconrad opened this issue Apr 21, 2022 · 2 comments
Open

Column labels of the visual output #97

rotheconrad opened this issue Apr 21, 2022 · 2 comments

Comments

@rotheconrad
Copy link

Hello,

I would like to know what the values of each column are in the visual output and are NA expected for some of the columns?

I am seeing:
genome1 genom2 98.3572 NA NA NA 543000 545999 2088 5087 NA NA

thanks you,

@cjain7
Copy link
Member

cjain7 commented Apr 26, 2022

This input is fed to genoPlotR package of R. This package has more features which we don't use. For example, we draw a line segment between query and reference genome for each bidirectional-best match. We could have optionally put a text label / annotation on each segment, but we leave that column as "NA".

genoPlotR manual:
https://cran.r-project.org/web/packages/genoPlotR/vignettes/genoPlotR.pdf

@rotheconrad
Copy link
Author

Thanks Chirag,

Could you explicitly state the data column labels for me though?
Specifically for the last four data entries:
genome1 genom2 98.3572 NA NA NA 543000 545999 2088 5087 NA NA

Is 543000 Start and 545999 Stop?
Are 2088 and 5087 the same fragment columns from the normal output?

This is not clear to me from the FastANI doc or the genoPlotR manual.

Thank you,
Roth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants