as.alpha {SparseSignatures}R Documentation

as.alpha

Description

Return the discovered alpha values from an input object as the one generated by the function nmf.LassoK.

Usage

as.alpha(nmf.LassoK.result)

Arguments

nmf.LassoK.result

discovered signatures into an object as the one generated by the function nmf.LassoK

Value

A matrix with alpha values

Examples

data(nmf_LassoK_example)
res = as.alpha(nmf_LassoK_example)


[Package SparseSignatures version 1.4.0 Index]