https://github.com/bcbio/bcbior
R package with well defined templates for most common pipelines
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.8%) to scientific vocabulary
Repository
R package with well defined templates for most common pipelines
Basic Info
- Host: GitHub
- Owner: bcbio
- License: other
- Language: R
- Default Branch: main
- Homepage: https://bcbio.github.io/bcbioR/
- Size: 13.9 MB
Statistics
- Stars: 15
- Watchers: 8
- Forks: 4
- Open Issues: 29
- Releases: 4
Metadata Files
README.md
bcbioR
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.
Installation
You can install the development version of bcbioR from GitHub with:
```
install.packages("devtools")
devtools::installgithub("bcbio/bcbioR") devtools::installgithub("bcbio/bcbioR",ref = "devel") ```
Quick start
Set base project
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)
Set RNAseq report folder
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")
Supported analyses
- base/reports/example.Rmd:
- rnaseq-reports:
- 01qualityassessment/QC.Rmd
- 02differentialexpression/DEG.Rmd
- 03functional/NonmodelOrganismPathwayAnalysis.Rmd
- 03_functional/GSVA.Rmd
- 03_functional/Immune-deconvolution.Rmd
- 03_comparative/Pair-wise-comparison-analysis.Rmd:
- 03_comparative/Intersections.Rmd
- 04genepatterns/WGCNA.Rmd
- 05genepatterns/DEGpattern.Rmd
- 01qualityassessment/QC.Rmd
- single-cell
- singlecell/01qualityassessment/scRNA_QC.Rmd
- 01qualityassessment/scATAC_QC.Rmd
- 02differentialexpression/scRNA_MAST.Rmd
- 02differentialexpression/scRNA_pseudobulk.Rmd
- singlecell/04_compositional/propeller.Rmd
- 04_compositional/sccomp.Rmd
- 05_signaling/cellchat.Rmd:
- chipseq/02_diffbind/diffbind.Rmd:
- chipseq/01qualityassessment/QC.Rmd:
- spatial/visium/01qualityassessment/qc.Rmd:
- spatial/cosmx/01qualityassessment/QC.Rmd:
Discover more…
Go to the vignette to know more vignette("bcbioR_quick_start", package="bcbioR")
How to Contribute
Open an issue
- If you find a bug
- If you want a new feature
- If you want to add code to the templates
Modify the code
- Clone the repository
- Make sure you are in the
develbranch - 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.
Contributors
- 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
Owner
- Name: Blue Collar Bioinformatics
- Login: bcbio
- Kind: organization
- Website: http://bcb.io
- Repositories: 18
- Profile: https://github.com/bcbio
Validated, scalable, community developed variant calling, RNA-seq and small RNA analysis
GitHub Events
Total
- Create event: 42
- Issues event: 75
- Release event: 5
- Watch event: 11
- Delete event: 24
- Member event: 9
- Issue comment event: 31
- Push event: 146
- Pull request review comment event: 3
- Pull request review event: 6
- Pull request event: 88
- Fork event: 3
Last Year
- Create event: 42
- Issues event: 75
- Release event: 5
- Watch event: 11
- Delete event: 24
- Member event: 9
- Issue comment event: 31
- Push event: 146
- Pull request review comment event: 3
- Pull request review event: 6
- Pull request event: 88
- Fork event: 3
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 35
- Total pull requests: 48
- Average time to close issues: about 1 month
- Average time to close pull requests: 4 days
- Total issue authors: 5
- Total pull request authors: 12
- Average comments per issue: 0.37
- Average comments per pull request: 0.21
- Merged pull requests: 37
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 33
- Pull requests: 48
- Average time to close issues: 18 days
- Average time to close pull requests: 4 days
- Issue authors: 4
- Pull request authors: 12
- Average comments per issue: 0.36
- Average comments per pull request: 0.21
- Merged pull requests: 37
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- lpantano (47)
- eberdan (9)
- abartlett004 (8)
- epartan (1)
- upendrabhattarai (1)
- Gammerdinger (1)
Pull Request Authors
- lpantano (29)
- eberdan (17)
- abartlett004 (8)
- mistrm82 (3)
- lijin0303 (3)
- epartan (2)
- ZhuZhuoHSPH (1)
- upendrabhattarai (1)
- sjhosui (1)
- nsohail19 (1)
- jmbillingsley (1)
- Gammerdinger (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- ggplot2 * imports
- stringr * imports
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite