Command line tool to annotate with a standard naming miRNAs e isomiRs.
See more at: isomiRs naming discussion
Join the team: https://orgmanager.miguelpiedrafita.com/join/15463928
Read more: http://mirtop.github.io
Thes best solution is to install conda to get an independent enviroment.
wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
bash Miniconda-latest-Linux-x86_64.sh -b -p ~/mirtop_env
export PATH=$PATH:~/mirtop_env
git clone http://github.com/miRTop/mirtop
cd mirtop
python setup.py develop
cd data
`mirtop gff --sps hsa --hairpin examples/annotate/hairpin.fa --mirna examples/annotate/hsa.gff3 -o test_out_mirs_fasta examples/annotate/sim_isomir.sam
There will be a *.mirna
file that is a tabular file with this format:
Naming of isomiRs follow these rules: https://github.com/miRTop/incubator/blob/master/format/definition.md
- Lorena Pantano (Bioinformatic Core, Harvard Chan School, Boston, USA)