biocompute

Create and Manipulate BioCompute Objects

https://github.com/sbg/biocompute

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.5%) to scientific vocabulary

Keywords

biocompute biocompute-objects bioinformatics science-communication sevenbridges standardization workflow
Last synced: 6 months ago · JSON representation

Repository

Create and Manipulate BioCompute Objects

Basic Info
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 3
  • Open Issues: 1
  • Releases: 10
Topics
biocompute biocompute-objects bioinformatics science-communication sevenbridges standardization workflow
Created over 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

README.md

biocompute

Lifecycle: experimental CRAN Version Travis build status Downloads from the RStudio CRAN mirror

Seven Bridges implementation of the BioCompute Object (BCO) specification. Offers the capabilities to compose, validate, and convert BioCompute Objects with R.

Users can encode information in data frames, and compose BioCompute Objects (BCO) from the domains defined by the standard. A checksum validator and a JSON schema validator are provided. This package also supports exporting BioCompute Objects as JSON, PDF, HTML, or Word documents, and exporting to cloud-based platforms.

Check out the introduction vignette or the case study vignette to get started.

To see the library used in a real use case, refer to the BCO App repository.

Installation

To download and install biocompute from CRAN:

r install.packages("biocompute")

Or try the development version on GitHub:

```r

install.packages("remotes")

remotes::install_github("sbg/biocompute") ```

Note: the code in this repository is the most up to date, and this version is not available for install in CRAN. If you are looking for a version of the library that is more consistent with the BCO standard, it is recommended you install the development version from this repository.

Copyright

© 2021 Seven Bridges Genomics, Inc. All rights reserved.

This project is licensed under the GNU Affero General Public License v3.

Owner

  • Name: Seven Bridges
  • Login: sbg
  • Kind: organization
  • Location: Cambridge, MA

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 56
  • Total Committers: 4
  • Avg Commits per committer: 14.0
  • Development Distribution Score (DDS): 0.518
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jeffrey Grover j****r@s****m 27
Nan Xiao me@n****e 20
Soner Koc s****2@g****m 5
Nan Xiao n****o@s****m 4
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 10 minutes
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • groverj3 (1)
Pull Request Authors
  • groverj3 (2)
  • seacevedo (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 312 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: biocompute

Create and Manipulate BioCompute Objects

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 312 Last month
Rankings
Forks count: 14.9%
Stargazers count: 26.2%
Average: 29.3%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Downloads: 40.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • cli * imports
  • crayon * imports
  • curl * imports
  • digest * imports
  • httr * imports
  • jsonlite * imports
  • jsonvalidate * imports
  • magrittr * imports
  • methods * imports
  • rmarkdown * imports
  • stringr * imports
  • uuid * imports
  • yaml * imports
  • knitr * suggests