NSAfromRSA: convert RSA to NSA

Description Usage Arguments Value Examples

View source: R/RSAtransform.r

Description

convert RSA to NSA

Usage

1

Arguments

RSA

relative specific activity

Value

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

Examples

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)] )

mooredf22/protlocassign0p1p1 documentation built on Feb. 7, 2022, 1:55 a.m.