NMFfitX: Factory Method for Multiple NMF Run Objects

Description Usage Arguments Methods (by generic)

Description

Factory Method for Multiple NMF Run Objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
NMFfitX(object, ...)

## S4 method for signature 'list'
NMFfitX(object, ..., .merge = FALSE)

## S4 method for signature 'NMFfit'
NMFfitX(object, ...)

## S4 method for signature 'NMFfitX'
NMFfitX(object, ...)

Arguments

object

an object from which is created an NMFfitX object

...

extra arguments passed to suitable methods. For the NMFfitX factory methods, this would correspond to slots in the sub-class of NMFfitX that is suitable for the input object.

.merge

a logical that indicates if the fits should be aggregated, only keeping the best fit, and return an NMFfitX1 object. If FALSE, an NMFfitXn object containing the data of all the fits is returned.

Methods (by generic)


renozao/NMF documentation built on June 14, 2020, 9:35 p.m.