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 list_treefam_genes3.pl | |
# Written by Avril Coghlan ([email protected]). | |
# 18-JAN-06. | |
# Updated 6-Dec-07. | |
# | |
# 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/local/bin/perl | |
# | |
# Perl script find_schisto_paralogs.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 22-Dec-08. | |
# | |
# This perl script reads in a tree and finds S. mansoni/ | |
# S. japonicum/Nematostella vectensis paralog pairs, and gives the | |
# ancestral taxon in which the duplication occurred. |
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 get_trees2.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 6-Mar-07. | |
# Updated 6-Dec-07. | |
# | |
# 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/local/bin/perl | |
# | |
# Perl script badgenes_in_alns2.pl | |
# Written by Avril Coghlan ([email protected]). | |
# 6-Oct-05. | |
# | |
# For the TreeFam project. | |
# | |
# This reads in an alignment, and finds sequences that align to |
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 check_if_adjacent_genes_are_paralogs.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 10-Dec-07. | |
# | |
# This perls scripts checks whether adjacent genes are paralogs for | |
# each gene in the ngasp benchmark gene set. | |
# |
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 check_if_have_treefam_ortholog.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 4-Dec-07. | |
# | |
# This perls scripts finds the TreeFam ortholog in C. briggsae, human, yeast | |
# each gene in the ngasp benchmark gene set. | |
# |
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_human_paralogs.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 31-Jul-07. | |
# | |
# For Christine Bird. | |
# This perl script reads in all trees in TreeFam-4 | |
# and finds human within-species paralogs. |
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_human_paralogs_alns.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 29-Aug-07. | |
# | |
# For Christine Bird. | |
# This gets the DNA alignments for TreeFam families | |
# that have within-species paralogs. |
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_intron_cons_treefam_ortholog.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 7-Dec-07. | |
# | |
# This perls scripts finds the fraction of introns in a C. elegans | |
# gene that are shared in position in the TreeFam ortholog in C. briggsae, | |
# human, yeast for each C. elegans gene in the ngasp benchmark gene set. |
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_pc_id_to_treefam_ortholog.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 4-Dec-07. | |
# | |
# This perls scripts finds the %id to the TreeFam ortholog in C. briggsae, human, yeast | |
# each gene in the ngasp benchmark gene set. | |
# |