Updated for the DECODE LIFE WORKSHOP deep learning lecture (video) on June 30, 2021.
The accompanying notebooks for my blog post "Integrative analysis of single-cell multi-omics data using deep learning: https://medium.com/@yuan_tian/integrative-analysis-of-single-cell-multi-omics-data-using-deep-learning-66a61a3448c5
To run the preprocessing script, you will need to have R and the Seurat package installed by typing:
install.packages('Seurat')
library(Seurat)
To run the autoencoder notebooks, please install Pytorch following the instructions on: https://pytorch.org/