Skip to content

sAbhay/Generative-Cell-Genomics-Alignment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course project for aligning data from multi-modal single-cell experiments using generative models. (CS236)

  • Further information about the dataset and how to download it is available at: https://openproblems.bio/neurips_docs/data/dataset/

  • Please read about AnnData class (adata) here for understanding how single cell data is normally stored and manipulated in Python: https://anndata.readthedocs.io/en/latest/. These are essentially data matrices (adata.X) where each row is a cell and each column is a feature. Along with the data matrix, the AnnData object also contains a dataframe (adata.obs) with metadata for each cell as well as another dataframe (adata.var)with metadata for each feature.

Final results were produced using:

  • VAE: model/VAE_trainer.py
  • c-GAN: notebooks/conditional_gan.py
  • Cond VAE: model/Cond_VAE_trainer_v1.py model/Cond_VAE_train_v2.py

About

Course project using multi-modal single-cell data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 77.3%
  • Python 12.4%
  • Shell 10.2%
  • Nextflow 0.1%