as.starting.beta {SparseSignatures}R Documentation

as.starting.beta

Description

Return the initial values of beta used for the estimation of the signatures from an input object as the one generated by the function nmf.LassoK.

Usage

as.starting.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 the initial values of beta used for the estimation of the signatures

Examples

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


[Package SparseSignatures version 1.4.0 Index]