Description Usage Arguments Value Examples
Directly compute relative specific activity from protProfileSummary (or from markerProfiles)
1 | RSAfromNSA(NSA, NstartMaterialFractions, totProt = NULL)
|
NSA |
A matrix giving the specific amount or normalized specific amount profiles, either marker profiles from 'cpaSetup' (which requires normalized specific amounts as input), or a list of many protein profiles |
NstartMaterialFractions |
Number of differential fractions, typically 6, for N, M, L1, L2, P, and S |
totProt |
Total protein counts in each of the fractions; this is necessary to compute RSA's |
rsa: relative specific activity
1 2 3 4 5 6 | data(protNSA_test)
data(totProtAT5)
protAcup <- AcupFromNSA(protNSA_test[,seq_len(9)], NstartMaterialFractions = 9, totProt=totProtAT5)
protRSA <- RSAfromAcup(protAcup, NstartMaterialFractions = 9, totProt=totProtAT5)
protNSA <- NSAfromRSA(protRSA)
all.equal(protNSA, protNSA_test[,seq_len(9)] )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.