Joseph Kliegman / May 16 2019
Seurat Environment
install.packages(c("Matrix", "Seurat"))
tar -zxvffftw-3.3.8.tar.gz
cd /fftw-3.3.8 ./configure make make install
git clone https://github.com/KlugerLab/FIt-SNE.git cd FIt-SNE g++ -std=c++11 -O3 src/sptree.cpp src/tsne.cpp src/nbodyfft.cpp -o bin/fast_tsne -pthread -lfftw3 -lm pwd