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
here, what type is the "your_data"? could it be a Seurat object ?
when i try it with a seurat object, i face an error:
> cc_res = consensus_cluster(agecell, n_reps=50, k_max=20, p_sample=0.8, p_feature=0.8)
Calculating consensus clustering
Error in as.vector(data) :
no method for coercing this S4 class to a vector
hoping a help ,thank you
The text was updated successfully, but these errors were encountered:
We have updated the package's website. Here you have an example that shows you how to use the Seurat's object to get the right input for the consensus_clustering function. your_data should be a samples x features normalized data matrix.
excuse me, when first using this tools , i get a question:
here, what type is the "your_data"? could it be a Seurat object ?
when i try it with a seurat object, i face an error:
hoping a help ,thank you
The text was updated successfully, but these errors were encountered: