pepkit / BiocProject

BiocProject provides a PEP-compatible R package for autoloading biological data

Home Page:http://code.databio.org/BiocProject/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis-CI Build Status Coverage Status PEP compatible

Description of the BiocProject package

The BiocProject package is a Bioconductor-oriented project management package. It wraps the generic pepr R package for project metadata.

BiocProject allows you to read in project metadata and data for an entire project with a single line of R code.

Quick start:

Install from GitHub:

devtools::install_github("pepkit/BiocProject")

Read in both the metadata and data by passing your PEP configuration file:

bp = BiocProject(file=ProjectConfig)

For complete documentation and vignettes, see code.databio.org/BiocProject.

About

BiocProject provides a PEP-compatible R package for autoloading biological data

http://code.databio.org/BiocProject/

License:Other


Languages

Language:R 99.4%Language:Shell 0.6%