as.alpha {SparseSignatures} | R Documentation |
Return the discovered alpha values from an input object as the one generated by the function nmf.LassoK.
as.alpha(nmf.LassoK.result)
nmf.LassoK.result |
discovered signatures into an object as the one generated by the function nmf.LassoK |
A matrix with alpha values
data(nmf_LassoK_example) res = as.alpha(nmf_LassoK_example)