G-Mo.R-Se on Helix
G-Mo.R-Se is a method aimed at using RNA-Seq short reads to build de novo gene models.
First, candidate exons are built directly from the positions of the reads mapped on the genome (without any ab initio assembly of the reads), and all the possible splice junctions between those exons are tested against unmapped reads : the testing of junctions is directed by the information available in the RNA-Seq dataset rather than a prior knowledge about the genome. Exons can thus be chained into stranded gene models.
Programs location
/usr/local/gmorse/bin
Version
Beta
How To Use
Example files used below can be downloaded from /usr/local/gmorse/example:
Example
First use soap to create index and map reads:
% /usr/local/soap/2bwt-builder genome.test.fa
% /usr/local/soap/soap -a 'reads.fastq' -D genome.test.fa.index -o reads.soap
Extract unmapped reads:
Calculate coverage:
Build covtigs:
Covtigs extension and fusion:
Junction validation between covtigs:
Build models from validated junctions:
Fusion of models using the ORF information:
Documentation
http://helix.nih.gov/Applications/gmorse.txt

