Closed tjnitram closed 7 years ago
There are two instances where sc is used instead of object@sc in projcells line 889: pdil <- sc@tsne[f,] line 894: cn <- as.data.frame(pdi[compmedoids(sc@fdata[,names(lp)],lp),])
pdil <- sc@tsne[f,]
cn <- as.data.frame(pdi[compmedoids(sc@fdata[,names(lp)],lp),])
Thanks a lot for letting me know. I fixed the bug. If you had run RaceID2 before in the same workspace, the bug should not have affected the results.
There are two instances where sc is used instead of object@sc in projcells line 889:
pdil <- sc@tsne[f,]
line 894:cn <- as.data.frame(pdi[compmedoids(sc@fdata[,names(lp)],lp),])