mut.kin: Mutation of kinetic parameters

Description Usage Arguments Details Value See Also Examples

View source: R/mut.kin.R

Description

Computes the mutant value of enzyme kinetic parameters

Usage

1
mut.kin(kin_fun,i_fun,nu_fun,typ_A=1)

Arguments

kin_fun

Numeric vector of enzyme kinetic parameter, which are the resident values

i_fun

Numeric value indicating the number of the enzyme targeted by the mutation

nu_fun

Numeric value of mutation size

typ_A

Numeric for mutation method. Default is 1. See details in mut.kin.

Details

This function used three mutation methods:

The method 1 is the default one.

Value

Numeric vector of mutant values of enzyme kinetic parameters

See Also

See function mut.E.direct to compute mutation for enzyme concentrations.

See function activities to compute "activities" from enzyme kinetic parameters.

Examples

1
2
3
4
5
kin <- c(1,10,1000)
mu <- 1 #size of mutation
i <- 3 #enzyme directly targeted by mutation

mut.kin(kin,i,mu)

SimEvolEnzCons documentation built on Oct. 29, 2021, 1:07 a.m.