davidemms / OrthoFinder

Phylogenetic orthology inference for comparative genomics
https://davidemms.github.io/
GNU General Public License v3.0
705 stars 188 forks source link

orthofinder output does not match #358

Closed Bio1nform closed 4 years ago

Bio1nform commented 4 years ago

Hi All,

I am not able to understand the results of the orhofinder. Hope to get some assistance in this. Is it correct?

I run orthofinder v2.3.11. This is one output example. My Orthogroups.txt

image BLH-13_QIA72869.1 in the circled box under orthogroup OG0000109:, has no similarity with LB319 proteins. However, when i blast BLH-13_QIA72869.1 with all the proteins of LB319 i get number of proteins with 100% hits. image

What is the problem in here??

Thanks

davidemms commented 4 years ago

Hi

It may that you've misunderstood what an orthogroup is, this is explained here: https://github.com/davidemms/OrthoFinder#orthogroups-orthologs--paralogs

Alternatively, it may be that these genes do belong to the same orthogroup. To check this concatenate the OG 108 & 109 fasta files from "Orthogroup_Sequences/" and use them to infer a MSA and gene tree. Once these are rooted you can analyse the tree to determine if the genes should have been in the same orthogroup or not--OrthoFinder won't always get it right, but the presence of each of the genes in each of the species (I can't tell for certain from the screenshot) would suggest it could be correct here.

All the best David