The goal of bcbioR
is to create guidelines for NGS data interpretation based on the experience of the Harvard Chan Bioinformatics Core and everybody who contributes to this package.
You can install the development version of bcbioR from GitHub with:
# install.packages("devtools")
devtools::install_github("bcbio/bcbioR")
devtools::install_github("bcbio/bcbioR",ref = "devel")
use setwd()
to set your current directory to the place where you want to work. The bcbioR functions will automatically write to whatever directory you have set.
setwd("/path/to/analysis/folder")
The following code will pop up a Rmd template will populate that folder with HCBC data structure guidelines
path="/path/to/analysis/folder"
bcbio_templates(type="base", outpath=path)
bcbio_templates(type="rnaseq", outpath=path)
bcbio_templates(type="singlecell", outpath=path)
This code will populate the folder with HCBC data structure guidelines and Rmd code: You do not need to create a reports folder prior to running this code. This will create and populate the reports folder.
bcbio_templates(type="rnaseq", outpath="/path/to/analysis/folder/reports")
Go to the vignette to know more vignette("bcbioR_quick_start", package="bcbioR")
- If you find a bug
- If you want a new feature
- If you want to add code to the templates
- Clone the repository
- Make sure you are in the
devel
branch - Create a new branch
git checkout -b feature1
- Modify you code, add and commit
- Push to GitHub the new branch
- Create a PR from your branch to
devel
- Assignt the PR to me or Alex
Some best practices when developing:
- install
devtools
- Use
usethis::use_import_from("stringr","str_replace_all")
to add a new function you are using in the code.
- Lorena Pantano
- Alex Bartlett
- Emma Berdan
- Heather Wick
- James Billingsley
- Zhu Zhuo
- Elizabeth Partan
- Noor Sohail
- Meeta Mistry
- Will Gammerdinger
- Upen Bhattarai
- Shannan Ho Sui