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