MirCure is a computational application to assist on filtering and curating microRNA annotations obtained from databases or de novo miRNA annotation tools.
Given a list of miRNA candidates, MirCure evaluates a number of miRNA-specific features based on gene expression, biogenesis, and conservation data, and generates a score that can be used to discard poorly supported miRNA annotations. MirCure can also curate and adjust the annotation of the 5p and 3p arms based on user-provided small RNA-seq data. We evaluated MirCure on a set of manually curated animal and plant microRNAs and demonstrated great accuracy. Moreover, we show that MirCure can be used to revisit previous bona fide miRNAs annotations to improve microRNA databases.
We provide MirCure as a Shinny App, which can easily be executed as an R function or Docker container.
MirCure uses small RNA-seq coverage, structural information, and sequence conservation to calculate a quality score that can be use to select robustly supported miRNA annotations.
Example of some of the features that MirCure analyzes:
Figure 1
Figure 2
There are two main options to run MirCure:
docker run --rm -p 3838:3838 \
-v LOCAL_Genome_DIR:/srv/shiny-server/data/genomes \
-v LOCAL_BAMFILE_DIR:/srv/shiny-server/data/bamfiles \
-v LOCAL_DIR_TO_SAVE_MIRCUREREPORTS:/srv/shiny-server/reports\
conesalab/mircure
Where:
Open the URL that the terminal will return (typically http://[::]:3838) in a web browser.
MirCure requires 2 external dependencies.
And LATEX for generating pdf reports (optional).
Install MirCure as R package.
library(devtools)
install_github("ConesaLab/MirCure")
library("MirCure")
runMirCure()
Download the example files to test MirCure. https://uflorida-my.sharepoint.com/:u:/g/personal/tianyuan_liu_ufl_edu/EecwMk1SxX9EluiTkOojjHQBIBSbPBe12hA9ZTMTnXf0Dg?e=Uk4Bet
MirCure Inputs
Some Scripts to help you create a bam file in How to create bam files.RTF
Ylla, G., Liu, T. and Conesa, A. (2020). MirCure: a tool for quality control, filter and curation of microRNAs of animals and plants, Bioinformatics. Oxford University Press. doi: 10.1093/bioinformatics/btaa889.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.