powered by
Perform Non-Negative Matrix factorization on list of SPC files
spectralNMFList( objectList, rank, method = "PGNMF", initSpectralData = NULL, nruns = 10, subsamplingFactor = 3, checkDivergence = TRUE, maxIter = 1000 )
list of SpectraInTimeComp-class
SpectraInTimeComp-class
list of SPC files
number of NMF components to be found
name of the NMF method to be used, consult the help of the 'nmf' function from the NMF package for the methods available by default
list of SPC files containing pure component spectra
number of NMF runs.
subsampling factor used during NMF analysis
Boolean indicating whether divergence checking should be performed
maximum number of iterations per NMF run
Nicolas Sauwen
# \donttest{ spectralData <- getListOfSpectraExample() spectraWithNmf <- spectralNMFList( spectralData , rank = 2 ) # }
Run the code above in your browser using DataLab