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
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?
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)
The text was updated successfully, but these errors were encountered: