Open rojinsafavi opened 3 years ago
Hi all,
I am also running into the same issues on URD_1.1.1.9000. Did you figure out how to get around it? Looks like the same issue as #56, which has been fixed on URD_1.1.1.9000 for createURD
.
@farrellja could you please apply the same fix to calcPCA
and calcDM
?
Thank you!
I'm working with a large dataset, and when I try to do PCA I get the following error: axial <- calcPCA(axial, mp.factor = 2)
I am working with the following branch of URD:
devtools::install_github("farrellja/URD@debug")
I manually added the tsne plot . but the same error happens in the next step:
the same thing happens with axial <- calcDM(axial, knn = 100, sigma=16)