as.starting.beta {SparseSignatures} | R Documentation |
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.
as.starting.beta(nmf.LassoK.result)
nmf.LassoK.result |
discovered signatures into an object as the one generated by the function nmf.LassoK |
A matrix with the initial values of beta used for the estimation of the signatures
data(nmf_LassoK_example) res = as.starting.beta(nmf_LassoK_example)