README.md

MirCure: A tool for quality control, filter, and curation of microRNAs of animals and plants

GitHub last commit pubstatus License: GPL v3

About MirCure

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.

Video Tutorial

Introduction

Basic Strategy

Figure 1

Figure 2

How to Install and Run MirCure

There are two main options to run MirCure:

  1. Run MirCure Docker image (recommended)
  2. Install and run MirCure as R package.

Run MirCure Docker Image

Docker Cloud Build Status

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

MirCure as R package

library(devtools)
install_github("ConesaLab/MirCure")
library("MirCure")
runMirCure()

Example Files

Download the example files to test MirCure. https://uflorida-my.sharepoint.com/:u:/g/personal/tianyuan_liu_ufl_edu/EecwMk1SxX9EluiTkOojjHQBIBSbPBe12hA9ZTMTnXf0Dg?e=Uk4Bet

Input Data for MirCure

Auxiliary scripts

Citation

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.



ConesaLab/MirCure documentation built on Jan. 6, 2021, 7:21 a.m.