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 using this method in Seurat 3.1.5 in windows 10. I extracted the libfftw3-3.dll and FIt-SNE.exe in bin/ folder and included the following commands in my code:
Warning: The following arguments are not used: pca
First line of fast_tsne output is
=============== t-SNE v1.2.1 ===============
Error in fftRtsne(X = object, dims = dim.embed, rand_seed = seed.use, :
Our FIt-SNE wrapper requires FIt-SNE v1.X.X, please install the appropriate version from github.com/KlugerLab/FIt-SNE and have fast_tsne_path point to it if it's not in your path
As you can see, I am using the newest version of FIt-SNE, but still get an error related to version issues. Do you have any ideas about this error?
By the way, I also tried to compile it on Mac, but got the same error as the above one. Thank you in advance for you help.
Best regards,
Megan
The text was updated successfully, but these errors were encountered:
Dear developer,
I am using this method in Seurat 3.1.5 in windows 10. I extracted the libfftw3-3.dll and FIt-SNE.exe in bin/ folder and included the following commands in my code:
However, when running the above codes, I got the following errors:
> source("D:/FIt-SNE-1.2.1/fast_tsne.R", chdir=T)
FIt-SNE R wrapper loading.
FIt-SNE root directory was set to D:/FIt-SNE-1.2.1
Warning: The following arguments are not used: pca
First line of fast_tsne output is
=============== t-SNE v1.2.1 ===============
Error in fftRtsne(X = object, dims = dim.embed, rand_seed = seed.use, :
Our FIt-SNE wrapper requires FIt-SNE v1.X.X, please install the appropriate version from github.com/KlugerLab/FIt-SNE and have fast_tsne_path point to it if it's not in your path
As you can see, I am using the newest version of FIt-SNE, but still get an error related to version issues. Do you have any ideas about this error?
By the way, I also tried to compile it on Mac, but got the same error as the above one. Thank you in advance for you help.
Best regards,
Megan
The text was updated successfully, but these errors were encountered: