Giter VIP home page Giter VIP logo

ogre's Introduction


OGRE - Overlapping annotated Genomic REgions
Calculate, visualize and analyse overlap between genomic regions

The OGRE package calculates overlap between user defined genomic region datasets. Any regions can be supplied i.e. genes, SNPs, or reads from sequencing experiments. Key numbers help analyse the extend of overlaps which can also be visualized at a genomic level.

Click here to download OGRE's Vignette as PDF

Introduction.mp4

Installation via GitHub

For installing OGRE by GitHub use the install_github() function.

if(!requireNamespace("remotes", quietly = TRUE)){
    install.packages("remotes")
}
remotes::install_github("svenbioinf/OGRE",build_vignettes = TRUE)

OGRE depends on the following packages:

  • IRanges
  • GenomicRanges
  • S4Vectors
  • methods
  • data.table
  • assertthat
  • ggplot2
  • Gviz
  • AnnotationHub
  • shiny
  • shinyFiles
  • DT
  • rtracklayer
  • shinydashboard
  • shinyBS
  • tidyr
  • GenomeInfoDb

if not automatically installed, those can be installed with:

if (!requireNamespace("BiocManager", quietly = TRUE))
  install.packages("BiocManager")
BiocManager::install(c(
"IRanges",
"GenomicRanges",
"S4Vectors",
"methods",
"data.table",
"assertthat",
"ggplot2",
"IRanges",
"Gviz",
"AnnotationHub",
"shiny",
"shinyFiles",
"DT",
"rtracklayer",
"shinydashboard",
"shinyBS",
"tidyr",
"GenomeInfoDb"
))

The OGRE package itself can then be loaded with the following commands:

library(OGRE) # load package
vignette("OGRE") #some information on how to use the package

Installation via Bioconductor

(Once OGRE is available on Bioconductor, if not- use devel version below.)

Start R and enter:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("OGRE")
library(OGRE)    # load package
vignette("OGRE") # some information on how to use the package

Installation via Bioconductor (develop version)

Start R and enter:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("OGRE",version = "devel")
library(OGRE)    # load package
vignette("OGRE") # some information on how to use the package

Installation via docker

Using docker you can easily install OGRE with the latest R and RStudio software and all required packages already included. For this to work, your local computer needs to have docker installed.

sudo apt install docker.io #on linux via console

For windows just follow instructions on: docker.com. You can then pull OGRE's docker file from dockerHub and install by copying the following to your shell (console).

sudo docker pull svenbioinf/ogre:1 #on linux shell
sudo docker run -e PASSWORD=ogre -p 8787:8787 svenbioinf/ogre:1 #on linux shell

docker pull svenbioinf/ogre:1 #on windows console
docker run -e PASSWORD=ogre -p 8787:8787 svenbioinf/ogre:1 #on windows console

After installation, open RStudio using your favorite browser on http://localhost:8787 username=rstudio, password=ogre. You can then load OGRE, browse the vignette or run the GUI with

library("OGRE")
vignette("OGRE")
SHREC()

Contact

This software was developed by Sven Berres svenbioinf(AT)gmail.com

ogre's People

Contributors

svenbioinf avatar jwokaty avatar nturaga avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.