knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

meeqtl

The goal of meeqtl is to perform CpG sits methylation dependent eQTL (me_eQTL) analysis

Installation

You can install the released version of meeqtl from CRAN with:

install.packages("meeqtl")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("yzeng-lol/meeqtl")

How it works

This is schematic diagram shows you how meeqtl works:

Schematic_diagram{width=100%}



yzeng-lol/meeqtl documentation built on Dec. 23, 2021, 9:10 p.m.