Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.29 KB

File metadata and controls

28 lines (19 loc) · 1.29 KB

Back to eRNAkit

Installation

eRNAkit R package

The recommended way to install the eRNAkit package (including eRNAkitApp, small embeded data and associated workflows) is:

  • devtools::install_github("AneneLab/eRNAkit")

Most dependencies will be installed automatically. If any are missing, install them manually:

  • install.packages(c("tidyr", "dplyr", "ggplot2", "igraph", "data.table", "rintrojs", "shiny"))
  • BiocManager::install("GenomicRanges")

The first launch of eRNAkitApp will also attempt to install any missing packages automatically.

Documentation for all implemented functions is available through the package, or here.

eRNAkitDB

The complete reference database (see Core) is provided in the repository as eRNAkitDB.rds.

A high-confidence subset required by eRNAkitApp is bundled with the package installation.

Integration into other pipelines

Standard bioinformatics file formats, including BED, GTF, and FASTA, can be generated directly from eRNAkitDB using the package's utility functions. These utilities automatically export annotations for use with tools such as IGV, HTSeq-count, and bedtools.

See Core for additional details.