-fixed: minor bug fixed.
-fixed: fixing the bug of producing error when no candidate MITE was found.
-fixed: fixing some small bugs.
-Added: Using a function 'fastaread2.m', which was developed by vitorpiro@gmail.com, to replace the built-in function 'fastaread.m' and some small revision to reduce the memory consumption.
-Modified: Modifying the output format of detectMITE. Original chromosome (or sequence) number was changed into chromosome (or sequence) name, and TIR length annotation was added in the description line of the fasta format output.
For example,
New description line of each MITE sequence (e.g., >chr06|2367817|2367964|10|2) has the following explanation:
>ChromosomeName|GenomicStartPosition|GenomicStopPosition|TIR_Length|TSD_Length.
New description line of representative sequence of each MITE family (e.g., >chr06|2367817|2367964|10|2|109) has the following explanation:
>ChromosomeName|GenomicStartPosition|GenomicStopPosition|TIR_Length|TSD_Length|CopyNumber.
First version release.