Skip to content

Enhancer Linking by Methylation/Expression Relationship (ELMER) is package to identify tumor-specific changes in DNA methylation within distal enhancers, and link these enhancers to downstream target genes

lijingya/ELMER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELMER

An R/Bioconductor Tool Inferring Regulatory Element Landscapes and Transcription Factor Networks Using Methylomes

Installing and loading ELMER

To obtain a copy of ELMER, you will need to install devtools and ELMER.data which contains essential data for running ELMER package

install.packages(devtools)
library(devtools);
devtools::install_github("lijingya/ELMER.data");
devtools::install_github("lijingya/ELMER");

Then you can load the package and see an introduction with

library(ELMER)
openVignette("ELMER.data")
openVignette("ELMER")
# Please select a vignette:
# 1: ELMER - ELMER: Inferring Regulatory Element Landscapes and Transcription Factor Networks Using Methylomes
# Selection: 1

Or you can have the vignette, and sourcecode for the vignette open directly in the browser

browseVignettes("ELMER.data")
browseVignettes("ELMER")

About

Enhancer Linking by Methylation/Expression Relationship (ELMER) is package to identify tumor-specific changes in DNA methylation within distal enhancers, and link these enhancers to downstream target genes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages