项目作者: jonathanrd

项目描述 :
Protein Binding Models
高级语言: R
项目地址: git://github.com/jonathanrd/pbm.git
创建时间: 2018-03-02T11:52:41Z
项目社区:https://github.com/jonathanrd/pbm

开源协议:Other

下载


PBM - Protein Binding Models

The goal of PBM is to make analysing Biolayer Interferometry (BLI) or Surface Plasmon Resonance (SPR) data more open. After initial binding parameters are known, binding curves can be simulated and parameters such as: analyte concentration, time of association, dissociation etc. can be varied. The models within this package may also be used to fit a curve to measured binding data using a non-linear regression.

Currently, two binding models are included with this package:

  • 1:1 binding
  • 2:1 heterogeneous binding.

    Note: more binding models are on their way.. bivalent model, mass-transport params etc.

Installation

Install the released version of usethis from CRAN:

  1. install.packages("pbm")

Or install the development version from GitHub with:

  1. install.packages("devtools")
  2. devtools::install_github("jonathanrd/pbm")

Usage

For usage information and examples, see the vignette and reference manual on CRAN: pbm.