├── Data Integration └── Readme.md ├── LICENSE ├── README.md ├── Spatial Transcriptomics └── Readme.md ├── install_R_packages.R ├── scATAC-seq └── Readme.md ├── scMultiomics └── Readme.md ├── scRNA └── Readme.md ├── server.R └── ui.R /Data Integration/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JinmiaoChenLab/ezSingleCell2/HEAD/Data Integration/Readme.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JinmiaoChenLab/ezSingleCell2/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JinmiaoChenLab/ezSingleCell2/HEAD/README.md -------------------------------------------------------------------------------- /Spatial Transcriptomics/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JinmiaoChenLab/ezSingleCell2/HEAD/Spatial Transcriptomics/Readme.md -------------------------------------------------------------------------------- /install_R_packages.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JinmiaoChenLab/ezSingleCell2/HEAD/install_R_packages.R -------------------------------------------------------------------------------- /scATAC-seq/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JinmiaoChenLab/ezSingleCell2/HEAD/scATAC-seq/Readme.md -------------------------------------------------------------------------------- /scMultiomics/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JinmiaoChenLab/ezSingleCell2/HEAD/scMultiomics/Readme.md -------------------------------------------------------------------------------- /scRNA/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JinmiaoChenLab/ezSingleCell2/HEAD/scRNA/Readme.md -------------------------------------------------------------------------------- /server.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JinmiaoChenLab/ezSingleCell2/HEAD/server.R -------------------------------------------------------------------------------- /ui.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JinmiaoChenLab/ezSingleCell2/HEAD/ui.R --------------------------------------------------------------------------------