Last data update: 2014.03.03

R: An example set of input parameter data for the function...
data_inputparam1R Documentation

An example set of input parameter data for the function fititcdata

Description

This is a group of nine ITC parameters organized in a dataframe.

The first is the file name of the csv file exported from Origin7 data sheet

The second group of four is experimental set parameters including

P0: protein concentration in cell in mM (the binding partner in cell even if it is not a protein)

L0: ligand concentration in cell in mM (the binding partner in syringe even if it is not ligand)

Asyr: ligand cocentration in syringe in mM (the binding partner in syringe even if it is not ligand)

V0: the volume of the ITC cell in ml

The third group of four is estimates of the fitting parameters including

K: the binding constant in 1/M

DH: the binding enthalpy in cal/mole

N: the binding stoichiometry ratio, ligand/protein

HD: heat of dilution in ucal for each injection

It is the content of the inputparam.txt file in the extdata folder:

file_name, B110711CD4.CSV

P0, 0.00159

L0, 0

Asyr, 0.0181

V0, 1.4347

K, 3E7

DH, -65000

HD, 0.05

N, 0.9

Usage

data(data_inputparam1)

Format

A data frame with 9 observations on the following 2 variables.

V1

a character vector of parameter names

V2

a character vector of parameter values

Examples

data(data_inputparam1)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Ritc)
Loading required package: minpack.lm
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Ritc/data_inputparam1.Rd_%03d_medium.png", width=480, height=480)
> ### Name: data_inputparam1
> ### Title: An example set of input parameter data for the function
> ###   'fititcdata'
> ### Aliases: data_inputparam1
> ### Keywords: datasets
> 
> ### ** Examples
> data(data_inputparam1)
> 
> 
> 
> 
> dev.off()
null device 
          1 
>