Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.94 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.94 KB

miRinGO: Prediction of GO terms indirectly targeted by human microRNAs

This R Shiny application can be used to predict Gene Ontology (GO) terms indirectly targeted by human microRNAs. In contrast to direct targets which are predicted to have binding sites, indirect targets are regulated transcriptionally through transcription factors (TFs).

Running the application

There are two ways to run this tool,

Online through Shinyapps.io platform

can be accessed directly from this link https://fadeel.shinyapps.io/miRNA-GO-analysis/

Locally using RStudio

  1. Download R shiny app source code from GitHub https://github.com/UofLBioinformatics/miRinGO/archive/master.zip
  2. Open miRNA-GO-analysis.R in RStudio.
  3. Make sure the following packages are installed (shinythemes, shiny, DT, dplyr and stringr).
  4. You can run the application by clicking the 'Run App' button

Input Parameters

Parameter Description Possible values
Tissue type 29 different tissues Brain, colon, lung, ..
input miRNAs miRBase miRNA ID hsa-miR-9-5p
GO category Choose the category of GO annotation Biological process OR cellular component OR molecular function
Targeting mode Choose mode of miRNA targeting Direct OR indirect
Percentage of TargetScan target genes percentage of top-ranked targeted genes (sorted by TargetScan v7.2 context++ score) [20% - 100%], step size 20%
min. number of genes per GO term GO terms with number of genes less than this number will be removed 5

User interface

This app has two panels, left one for input data and parameters selection and the right one for displaying the results in table format as shown in below example run