Skip to content

A script to get from Orthogroups.GeneCount.tsv to a gene presence/absence binary alignment.

Notifications You must be signed in to change notification settings

pnatsi/orthocounts2bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

orthocounts2bin

A script that creates a binary gene presence/absence alignment from Orthogroups.GeneCounts.tsv
This aligment can be used to construct phylogenies based on gene content.

Arguments

Argument Description
-i filename file w/ gene counts (from OrthoFinder output)
-o filename directory to write the output file(s)
-incl filename file w/ species. Analyze these species only
-excl filename file w/ species. Remove these species from analysis
-tsv creates tsv file
-phylip creates PHYLIP alignment file
-fasta creates FASTA alignment file

Example usage

python orthocounts2bin.py -i /Users/pnatsi/orthology/Orthogroups.GeneCounts.tsv -o /Users/pnatsi/orthology/ -tsv -fasta

Careful! Only full paths to the input files are currently supported


Who
Paschalis Natsidis, PhD candidate (p.natsidis@ucl.ac.uk);

Where
Telford Lab, UCL;
ITN IGNITE;

When
May 2019;

About

A script to get from Orthogroups.GeneCount.tsv to a gene presence/absence binary alignment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages