A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/kandarpRJ/epidecodeR below:

kandarpRJ/epidecodeR: Online version of tool is live

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.

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

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.

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

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

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

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")


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4