Description Usage Arguments Value Examples
convert RSA to NSA
1 | NSAfromRSA(RSA)
|
RSA |
relative specific activity |
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
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.