You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cdkodiraY is a sparse matrix, so it doesn't work with apply(). For your specific task, you could use instead for example colSds() from the sparseMatrixStats package.
Any idea why I am getting this error?
cols <- order(apply(hnscc$Y,2,sd),decreasing = TRUE)
Error in derive_pubkey(key) :
RAW() can only be applied to a 'raw', not a 'character'
The text was updated successfully, but these errors were encountered: