SionBayliss / PIRATE

A toolbox for pangenome analysis and threshold evaluation.
GNU General Public License v3.0
90 stars 29 forks source link

How do you tell which gene families are single-copy or multi-copy? #75

Closed junhiuqiu closed 2 years ago

junhiuqiu commented 2 years ago

Hi. After I successfully ran PIRATE, I wanted to build an evolutionary tree from a single copy of the core genome ,I would like to know how to determine if gene family is a single copy from the output file ,Thank you very much!!!

SionBayliss commented 2 years ago

The average_dosage information should tell you how many copies there are of each gene (1 = one copy per genome, >1 multiple copies in some genomes).

junhiuqiu commented 2 years ago

Thank you very much!!!!!!