Description Usage Arguments Value Examples
compute a mixture of proteins in two compartments
1 | proteinMix(AcupRef, Loc1, Loc2, increment.prop = 0.1)
|
AcupRef |
amount of given protein in fraction / amount of given protein in starting material |
Loc1 |
row number of one compartment |
Loc2 |
row number of other compartment |
increment.prop |
fraction increment from 0 to 1 |
mixAmount relative amounts of proteins in the fractions
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | data(protNSA_test)
data(markerListJadot)
data(totProtAT5)
refLocationProfilesNSA <- locationProfileSetup(profile=protNSA_test,
markerList=markerListJadot, numDataCols=9)
round(refLocationProfilesNSA, digits=3)
# Convert NSA reference profiles to Acup to prepare for forming mixtures
refLocationProfilesAcup <- AcupFromNSA(NSA=refLocationProfilesNSA, NstartMaterialFractions=6,
totProt=totProtAT5)
round(refLocationProfilesAcup, digits=4)
# Compute mixtures
mixCytoLysoAcup <- proteinMix(AcupRef=refLocationProfilesAcup,
increment.prop=0.1,
Loc1=1, Loc2=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.