estNormalizationFactors {NanoStringDiff} | R Documentation |
This function estimates positive size factors, background noise and housekeeping size factors for the input "NanoStringSet" object and return the same object with positiveFactor, negativeFactor and housekeepingFactor slots filled or replaced.
estNormalizationFactors(NanoStringData)
NanoStringData |
An object of "NanoStringSet" class. |
The same "NanoStringSet" object with positiveFactor, negativeFactor and housekeepingFactor field filled or replaced.
hong wang <hong.wang@uky.edu> chi wang <chi.wang@uky.edu>
data(NanoStringData) NanoStringData=estNormalizationFactors(NanoStringData) pf=positiveFactor(NanoStringData) nf=negativeFactor(NanoStringData) hf=housekeepingFactor(NanoStringData)