##################################################### # AnnoConvert # ############### This command generate LiftOver Annotation based on annotation of species 1. For help, type AnnoConvert and enter. usage: AnnoConvert where: : the directory where perl_lib locate (/path_to_XSAnno/bin/perl_lib) : reference bed file. The annotation field of each line should include at least geneID|transcriptID|geneName|transcriptName, separated by "|" : chain file convert coordinate from species 1 to species 2 : chain file convert coordinate from species 2 to species 1 : -minMatch parameter pass to liftOver : output directory : whether temporary directory should be deleted (Y/N) ##################################################### # BlatFilter # ############### This command performs local alignment to filter orthologs. For help, type BlatFilter and enter. usage: BlatFilter : the 2bit genome files of Species 1 : the 2bit genome files of Species 2 : Species 1 annotation in bed format (LiftOver Annotation) : Species 2 annotation in bed format (LiftOver Annotation) : BLAT Percent Identity Score between two species, value from 0 to 1. 1 mean exact match. : Percentage of length aligned between species, value from 0 to 1 : BLAT Percent Identity Score between paralogs, value from 0 to 1. 1 mean exact match. : Percentage of length aligned between paralogs, value from 0 to 1 : the directory where perl scripts locate : the directory where the output files should be write to : output name of Species 1 : output name of Species 2 : (optional) the 11ooc file of Species 1 provided for BLAT to speed up alignment : (optional) the 11ooc file of Species 2 provided for BLAT to speed up alignment NOTE: choose loose PID and PL in this step. Further filtering will be performed using R functions. ##################################################### # liftOverBlockSim.pl # ####################### This perl script generates a matrix of percent of identity (PID) calculated from random sampling of short sequences in whole-genome pairwise alignment. Usage: perl liftOverBlockSim.pl Options: -i for input axt files, seperated by "," -o for output file -b for segment size -n for number of iterations Output: A matrix of percent of identity (PID). Each row represents PIDs from one iteration. Each column represents each genomic block from where the short sequences are sampled.