tanghaibao / jcvi

Python library to facilitate genome assembly, annotation, and comparative genomics
BSD 2-Clause "Simplified" License
712 stars 185 forks source link

What is the meaning of x-axis and y-axis? Does it represent the number of genes? #614

Closed wang7760 closed 7 months ago

wang7760 commented 7 months ago

/ 1701769978287

tanghaibao commented 7 months ago

@wang7760

Correct. Number of genes. Genes are listed in the order along each chromosome.

wang7760 commented 7 months ago

Thanks for your answer。