Error due to lack of drop=F
0
0
Entering edit mode
@woutersaelens-11916
Last seen 6.3 years ago

I frequently get the following error when running celltree:

Error in apply(dists[backbone, -backbone], 2, which.min) : 
  dim(X) must have a positive length

This can be fixed by adding a drop=F such that:

Error in apply(dists[backbone, -backbone, drop=F], 2, which.min) : 
  dim(X) must have a positive length
cellTree • 720 views
ADD COMMENT

Login before adding your answer.

Traffic: 839 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6