pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1] |>
    gsub(pattern="\n",replacement=" ")

r pkg: r gsub("echoverse module: ","", description)

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

If you use r pkg, please cite:

r citation(pkg)$textVersion

Installation

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

remotes::install_github("RajLabMSSM/`r pkg`")
library(`r pkg`)

Documentation

Website

Getting started


Contact

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



RajLabMSSM/echoplot documentation built on Oct. 24, 2023, 2:41 a.m.