https://github.com/bcbio/bcbior

R package with well defined templates for most common pipelines

https://github.com/bcbio/bcbior

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
Last synced: 10 months ago · JSON representation

Repository

R package with well defined templates for most common pipelines

Basic Info
Statistics
  • Stars: 15
  • Watchers: 8
  • Forks: 4
  • Open Issues: 29
  • Releases: 4
Created about 2 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog License

README.md

bcbioR

R-CMD-check

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

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 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.

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

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
enhancement (13) RNAseq (12) bug (5) question (4) documentation (2)
Pull Request Labels
enhancement (2) RNAseq (1)

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • 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
DESCRIPTION cran
  • ggplot2 * imports
  • stringr * imports
.github/workflows/pkgdown.yaml actions
  • 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