arzwa / wgd

Python package and CLI for whole-genome duplication related analyses. This package is deprecated in favor of https://github.com/heche-psb/wgd.
http://wgd.readthedocs.io/en/latest/
GNU General Public License v3.0
80 stars 40 forks source link

How to adjust the abscissa of the Ks plot? #76

Closed Dementieva521 closed 2 years ago

Dementieva521 commented 2 years ago

Hello,

I used wgd ksd command to get ks plot. I want to adjust the abscissa in order to understand clearly the range of 0-1. How should I do?

Thanks and Best, Mint 2

arzwa commented 2 years ago

You can (1) mess around with the options in the wgd viz command or (2) use the .tsv output file with the Ks distribution in a plotting environment you are familiar with (see e.g. #24 on some tips for plotting the distribution in R). Hope that helps.

Dementieva521 commented 2 years ago

Thank you very much.