proteinMix | R Documentation |
Compute the Acup profiles of simulated proteins that are distributed between two compartments in specified proportions
proteinMix(AcupRef, Loc1, Loc2, increment.prop = 0.1)
AcupRef |
data frame containing Acup profiles for the reference compartments |
Loc1 |
row number of one compartment |
Loc2 |
row number of other compartment |
increment.prop |
increments in proportion residing in Loc1(from 0 to 1); Default is 0.1 |
A data frame containing Acup profiles for the simulated proteins
data(refLocProfAcup)
# Compute mixtures
mixCytoLysoAcup <- proteinMix(AcupRef=refLocProfAcup,
increment.prop=0.1,
Loc1=1, Loc2=4)
round(mixCytoLysoAcup, digits=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.