RSAfromNSA | R Documentation |
Convert NSA (normalized specific amount) profiles to RSA (relative specific amount) profiles
RSAfromNSA(NSA, NstartMaterialFractions, totProt = NULL)
NSA |
data frame of specified protein(row name) NSA profiles (see help file for protNSA_test) |
NstartMaterialFractions |
Number of fractions that reconstitute the starting material, e.g., a complete set of differential centrifugation fractions. For experiment AT5, it is 6 ( N, M, L1, L2, P, and S). |
totProt |
vector of total protein amounts (derived from a given amount of starting material) in each of the fractions comprising the profile |
RSA profiles. RSA is the ratio of two ratios: the numerator is the amount of a given protein in a particular fraction divided by the amount of that given protein in the starting material while the denominator is amount of total protein in a particular fraction divided by the amount of total protein in the starting material. The RSA describes the fold-enrichment (RSA>1) or depletion (RSA<1) of a protein during the fractionation process, and is analogous to the relative specific activity term used in classical analytical subcellular fractionation
data(protNSA_test)
data(totProtAT5)
protRSA_out2 <- RSAfromNSA(protNSA_test[,seq_len(9)],
NstartMaterialFractions = 6,
totProt=totProtAT5)
round(head(protRSA_out2), digits=4)
str(protRSA_out2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.