This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script find_simple_families3.pl | |
# Written by Avril Coghlan ([email protected]). | |
# 27-Jun-05. | |
# Edited 30-Jun-06. | |
# | |
# For the TreeFam project. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
#---------------------------------------------------------------------------------------------# | |
# | |
# A Perl script to read a Newick tree file from Treefam, and | |
# print out the orthologues of a particular input gene. | |
# | |
# Avril Coghlan. 6-Dec-04. | |
# [email protected] | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script map_introns_to_HMM.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 26-Apr-07. | |
# | |
# For the TreeFam project. | |
# | |
# This perl script reads in an alignment file corresponding |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script parse_treefam_bioperl.pl | |
# Written by Avril Coghlan ([email protected]). | |
# 23-Feb-06. | |
# | |
# For the TreeFam project. | |
# | |
# This perl script connects to the MYSQL database of TreeFam families and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script treefam_4_genes.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 31-Oct-07. | |
# | |
# For the TreeFam project. | |
# | |
# This perl script prints out all the genes in a TreeFam-4 family. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script treefam_4_losses.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 24-Oct-07. | |
# | |
# For the TreeFam project. | |
# | |
# This perl script prints out the gene losses in a certain |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script treefam_dog_man_mouse.pl | |
# Written by Avril Coghlan ([email protected]). | |
# 5-Apr-06. | |
# | |
# For the TreeFam project. | |
# | |
# This perl script connects to the MYSQL database of TreeFam families and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script treefam_flatworm.pl | |
# Written by Avril Coghlan ([email protected]). | |
# 30-Jun-06. | |
# | |
# This perl script connects to the MYSQL database of | |
# TreeFam families and finds flatworm genes that are | |
# single-copy, that have multiple orthologs in most |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script treefam_flatworm2.pl | |
# Written by Avril Coghlan ([email protected]). | |
# 30-Jun-06. | |
# | |
# This perl script connects to the MYSQL database of | |
# TreeFam families and finds flatworm genes that are | |
# multi-copy, that have 1 or 2 orthologs in most |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script treefam_flatworm3.pl | |
# Written by Avril Coghlan ([email protected]). | |
# 30-Jun-06. | |
# | |
# This perl script connects to the MYSQL database of | |
# TreeFam families and finds flatworm paralogous genes. | |
# |