Skip to content

gconant0/ORIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

ORthology Inference using Synteny (ORIS) Pipeline

References

Example workflow for orthology inference between two genomes 1 and 2

Step 1: Homology search

  • Download GenomeHistory 2.0
  • Extract lists of gene names from fasta files. Use command such as:
    grep ">" genome1.DNA.fa |egrep -o '^>(\w|\d|\.){1,20}' |egrep -o '(\w|\d|\.){1,20}' >genome1_genelist.txt
  • Run GenomeHistory three times: genome 1 against itself, genome 2 against itself, and genome 1 versus genome 2.

Step 2: Prepare input files

  • Run make_orthology_inf_files.pl
  • Will need gff files for each genome.

Step 3: Orthology inference

  • Download map_orthology
    cd map_orthology
    make

About

ORthology Inference using Synteny

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published