We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greetings!
I have tried to use the local least squares imputation for a proteomics dataset. Running llsImpute(transposed_data) warned me of
llsImpute(transposed_data)
Warning message: In llsImpute(transp) : Cluster size larger than number of complete genes, using allVariables = TRUE
but didn't fail. Trying to see the imputed data got me an error though
Variables Samples Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘nObs’ for signature ‘"nniRes"’
Why is that?
The text was updated successfully, but these errors were encountered:
Can you share a reproducible example, like transcript of your R-session, so I can exactly what you did?
Sorry, something went wrong.
Sorry, I hadn't realized you answered. This problem was overcomed, so I'm closing it.
No branches or pull requests
Greetings!
I have tried to use the local least squares imputation for a proteomics dataset. Running
llsImpute(transposed_data)
warned me ofbut didn't fail. Trying to see the imputed data got me an error though
Why is that?
The text was updated successfully, but these errors were encountered: