Skip to content

miRTop/mirgff3_shiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mirgff3_shiny

a Rshiny tool to visualize mirgff3 files

dependencies

pkgs <- c(
    "shinythemes",
    "DESeq2",
    "tidyverse",
    "stringr",
    "SummarizedExperiment",
    "purrrlyr",
    "ggplot2",
    "DEGreport",
    "shiny",
    "DT")
    
install.packages("BiocManager)
BiocManager::install(pkgs_to_install, update=FALSE, ask=FALSE)

Quick start

library(shinythemes)
runApp()

Use the files in test to use the app with a dummy data.

Optional data

For a test with heavier data files download the compressed files from:

https://www.dropbox.com/s/addg7wldhl1k46s/geu-mirtop.gff.gz?dl=0

https://www.dropbox.com/s/9xx5d9u1veq6oa3/geu-metadata.csv?dl=0

About

a Rshiny tool to visualize mirgff3 files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages