Bioassays

Bioassays: a new package in R for analyzing cellular assays - Published in JOSS (2020)

https://github.com/anwarbio/bioassays

Science Score: 93.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
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in JOSS metadata
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Scientific Fields

Engineering Computer Science - 40% confidence
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: anwarbio
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Size: 1010 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 2
Created over 5 years ago · Last pushed about 2 years ago
Metadata Files
Readme Changelog License

README.md

Bioassays

'Bioassays' is an R package, designed to provide a wide range of functions relevant to multi-well plate assays. It can handle data from any of the standard multi-well plate format: 6, 12, 24, 96 or 384 well plates. ‘Bioassays’ can help in formatting, visualizing and analyzing multi-well plate data. It has functions for handling outliers, for handling multiple data sets with separate blanks, for estimating values from standard curves, for summarizing data and for doing statistical analysis. Moreover, it is strongly documented in a manner designed to be easy for even beginners to grasp.

Installation

You can install the released version of bioassays from CRAN with:

r install.packages("bioassays") The latest development version can be installed from github with the remotes package r library(remotes) install_github("anwarbio/bioassays")

Example

Detail’s of various funtions in this package is provided in ‘bioassays-vignette’. Examples on how to use this package is provided in ‘bioassays-example’ in Vignette.

License: GPL-3.0

https://github.com/anwarbio/bioassays/blob/master/LICENSE

Contribute

We love your input! Users may request new features by opening a GitHub Issue, or may contribute their own additions and improvements via a pull request. Similarly, if you run into problems while using this package, or require technical support, do not hesitate to request support through a GitHub Issue. If you use ‘Bioassays’ in your work and would like to further collaborate, I would be more than willing to discuss it over email or GitHub Issue. When you submit code changes, your submissions are understood to be under the same GPL-3.0 that covers this project.

An incomplete list of possible improvements: * Include support for qPCR data analysis * Include provisions for user template * Include capability for plotting data

Owner

  • Login: anwarbio
  • Kind: user

JOSS Publication

Bioassays: a new package in R for analyzing cellular assays
Published
October 10, 2020
Volume 5, Issue 54, Page 2402
Authors
Anwar Azad Palakkan ORCID
Deanery of Biomedical Sciences, University of Edinburgh, UK
Editor
Frederick Boehm ORCID
Tags
Multi-well plate bioassays

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 80
  • Total Committers: 3
  • Avg Commits per committer: 26.667
  • Development Distribution Score (DDS): 0.063
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
anwarbio b****r@g****m 75
Thomas Sandmann s****n@d****m 4
Frederick Boehm f****m@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 4
  • Total pull requests: 3
  • Average time to close issues: 2 months
  • Average time to close pull requests: 3 months
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.33
  • Merged pull requests: 2
  • 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
  • tomsing1 (3)
  • ghost (1)
Pull Request Authors
  • olivroy (2)
  • fboehm (1)
  • tomsing1 (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 4.00 depends
  • dplyr * imports
  • ggplot2 * imports
  • magrittr * imports
  • nplr * imports
  • reshape2 * imports
  • rlang * imports
  • stats * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests