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
For quickCluster, it's expecting an assay called counts. If your count data is differently named, specify it in assay.type.
Same for your first error using computeSumFactors.
For the second error, all compute*Factors functions expect an SCE input. If you have a matrix, use scran::calculateSumFactors instead - see the documentation for more details.
Hello, thank you for your effort to develop this good tools.
I meet some trouble when I use it.
My kcadata is a sce data type.
But when I run
clusters <- quickCluster(kcadata@assays@data$X)
It can run smoothly.However, when I run computeSumFactors, It has another new question. Hope to get your help. Thank you!
The text was updated successfully, but these errors were encountered: