README.md

License:
GPL-3 R build
status

Authors: Brian Schilder, Jack Humphrey, Towfique Raj

README updated: Oct-20-2023

echoannot: Functions for annotating genomic data

with annotations and epigenomic data.

This R package is part of the echoverse suite that supports echolocatoR: an automated genomic fine-mapping pipeline.

If you use echoannot, please cite:

Installation

if(!require("remotes")) install.packages("remotes")

remotes::install_github("RajLabMSSM/echoannot")
library(echoannot)

Documentation

Website

Getting started

Datasets

For more detailed information about each dataset, use ?: R library(echolocatoR) ?NOTT_2019.interactome # example dataset

Epigenomic & genome-wide annotations

Nott et al. (2019)

r data("NOTT_2019.bigwig_metadata")

r data("NOTT_2019.interactome") # Examples of the data nested in "NOTT_2019.interactome" object: NOTT_2019.interactome$`Neuronal promoters` NOTT_2019.interactome$`Neuronal enhancers` NOTT_2019.interactome$`Microglia promoters` NOTT_2019.interactome$`Microglia enhancers` ... ...

r NOTT_2019.interactome$H3K4me3_around_TSS_annotated_pe NOTT_2019.interactome$`Microglia interactome` NOTT_2019.interactome$`Neuronal interactome` NOTT_2019.interactome$`Oligo interactome` ... ...

Corces et al. (2020)

r data("CORCES_2020.bulkATACseq_peaks") data("CORCES_2020.cicero_coaccessibility") data("CORCES_2020.HiChIP_FitHiChIP_loop_calls") data("CORCES_2020.scATACseq_celltype_peaks") data("CORCES_2020.scATACseq_peaks")

XGR

Roadmap

biomaRt

HaploR

Contact

Brian M. Schilder, Bioinformatician II Raj Lab Department of Neuroscience, Icahn School of Medicine at Mount Sinai



RajLabMSSM/echoannot documentation built on Oct. 26, 2023, 2:41 p.m.