upsampleNMFResult {spectralAnalysis} | R Documentation |
Upsample NMF result to original temporal resolution
Description
Upsample NMF result to original temporal resolution
Usage
upsampleNMFResult(NMFResult, timePoints, subsamplingFactor, shift = 0)
Arguments
NMFResult |
Fitted NMF model |
timePoints |
Original time points |
subsamplingFactor |
Subsampling factor |
shift |
Integer that correctly shifts subsampling index when applying NMF to multiple experiments |
Value
Upsampled NMF model
Author(s)
Nicolas Sauwen
[Package spectralAnalysis version 4.3.3 Index]