GithubHelp home page GithubHelp logo

kandarprj / epidecoder Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 2.36 MB

Online version of tool is live

Home Page: https://epidecoder.shinyapps.io/shinyapp/

R 100.00%
epitranscriptomics epigenetics differential-expression genomics genomics-visualization

epidecoder's Introduction

epidecodeR

epidecodeR, an R package capable of integrating DNA/RNA epigenetic data generated from a host of epigenomic or epitranscriptomic techniques such as ChIP-seq, ATAC-seq, m6A-seq, etc. and dysregulated gene lists in the form of differential gene expression, ribosome occupancy or differential protein translation and identify impact of dysregulation of genes caused due to varying degrees of DNA/RNA chemical modifications associated with the genes. epidecodeR generates cumulative distribution function (CDF) plots showing shifts in trend of overall log2FC between genes divided into groups based on the degree of modification associated with the genes. The tool also tests for significance of difference in log2FC between groups of genes.

Installation procedure

#It is recommended to run following steps in RStudio after installing R and Rstudio

1) Install R

Choose the CRAN mirror nearest to you (https://cran.r-project.org/mirrors.html)

2) Install RStudio # Recommended but not necessary

Install RStudio for your OS (https://rstudio.com/products/rstudio/)

3) Install bioconductor and devtools packages required for installing epidecodeR and its dependencies

#epidecodeR depends on following packages, which must be installed prior to installing epidecodeR. NOTE: except rtracklayer and GenomicRanges other packages will install automatically during installation of epidecodeR.

Dependencies:

a. EnvStats
b. ggplot2
c. rtracklayer
d. GenomicRanges
e. rstatix
f. ggpubr

if (!require("BiocManager")) {
      install.packages("BiocManager")
      library(BiocManager)
}

4) Install epidecodeR from github (https://github.com/kandarpRJ/epidecodeR)

BiocManager::install("epidecodeR")
library (epidecodeR)

Toy example

events<-system.file("extdata", "NOMO-1_ref_peaks.bed", package="epidecodeR")

deg<-system.file("extdata", "FTOi.txt", package="epidecodeR")

epiobj <- epidecodeR(events = events, deg = deg, pval=0.05, param = 3, ints=c(2,4))

makeplot(epiobj, lim = c(-10,10), title = "m6A mediated dysregulation after FTO inhibitor treatment", xlab = "log2FC")

plot_test(epiobj, title = "m6A mediated dysregulation after FTO inhibitor treatment", ylab = "log2FC")

epidecoder's People

Contributors

kandarprj avatar nturaga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 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.