ButchR_NMF-class: The ButchR_NMF class

ButchR_NMF-classR Documentation

The ButchR_NMF class

Description

The ButchR_NMF class

Value

An object of class ButchR_NMF.

Slots

input_matrix

list of matrices

WMatrix

list.

HMatrix

list.

FrobError

DataFrame.

OptKStats

DataFrame.

OptK

numeric.

SignFeatures

DataFrame or list.

Examples

## Not run: 
ButchR_NMF(input_matrix = input_matrix,
           WMatrix      = lapply(complete_eval, "[[" , "W"),
           HMatrix      = lapply(complete_eval, "[[" , "H"),
           FrobError    = frob_errors,
           OptKStats    = OptKStats,
           OptK         = OptK,
           SignFeatures = SignFeatures)

## End(Not run)

hdsu-bioquant/ButchR documentation built on Jan. 28, 2023, 6:06 p.m.