coinfinder icon indicating copy to clipboard operation
coinfinder copied to clipboard

Feature request: Parsing OrthoFinder output

Open pnatsi opened this issue 5 years ago • 5 comments

Hi @fwhelan,

Just came across the biorXiv manuscript, impressive work! I am working on something similar, but using the OrthoFinder output instead of Roary.

Have you considered extending Coinfinder to accept OrthoFinder result as input? OrthoFinder is one of the most popular tools for homology inference across genomes.

Paschalis

pnatsi avatar Nov 30 '19 17:11 pnatsi

Hi Paschalis,

Sure, this is something that I could consider doing. It shouldn't be too difficult to go from OrthoFinder's output to a tab delimited file of ortholog groups to genome IDs.

In the meantime, you could consider using coinfinder's -i option to input a tab-delimited list that you could make from your OrthoFinder results.

--Fiona

fwhelan avatar Dec 02 '19 14:12 fwhelan

Sorry to revive an old feature request, just to add that I used the coinfinder -i option after parsing my OrthoFinder output to the tsv format and everything ran smoothly. It is pretty straight forward, but happy to tidy up my orthofinder2tsv script and share it if it is useful. I'll check how badly I hardcoded it...

ak-watson avatar Feb 25 '20 11:02 ak-watson

Not at all!! I'm so glad to receive your comment!

If you are willing to share your script I would be more than happy to include it as part of this project! :)

fwhelan avatar Feb 26 '20 09:02 fwhelan

The file from orthofinder is Orthogroups.tsv?

gao91 avatar Mar 08 '20 11:03 gao91

Hi @ak-watson, I would very much appreciate it if you could share your script. Hoping to hear from you!

CelinePetersen avatar Dec 17 '21 11:12 CelinePetersen