FrietzeLabUVM / TAPhelpR

R package to help with TAP pipeline outputs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TAPhelpR is a companion R packge for the TAP pipeline.

Installation

if(!require("devtools")){
  install.packages("devtools")
}
# This optional dependency has fallen out of Bioconductor and must be installed manually. 
# It is only required to download data from ENCODE.
devtools::install_github("CharlesJB/ENCODExplorer")
devtools::install_github("FrietzeLabUVM/TAPhelpR")

Docs

For documentation specific to TAPhelpR see this vignette and ?function help within R.

See here for a complete workflow use case.

About

R package to help with TAP pipeline outputs


Languages

Language:R 100.0%