as.beta {SparseSignatures}R Documentation

as.beta

Description

Return the discovered signatures (beta values) from an input object as the one generated by the function nmf.LassoK.

Usage

as.beta(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 beta values

Examples

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


[Package SparseSignatures version 1.4.0 Index]