├── README.md ├── genotyping.R ├── makeFigures.R ├── pipelineScript.R ├── postPipeline.R ├── processSingleCellData.R └── similarity.R /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constantAmateur/scKidneyTumors/HEAD/README.md -------------------------------------------------------------------------------- /genotyping.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constantAmateur/scKidneyTumors/HEAD/genotyping.R -------------------------------------------------------------------------------- /makeFigures.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constantAmateur/scKidneyTumors/HEAD/makeFigures.R -------------------------------------------------------------------------------- /pipelineScript.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constantAmateur/scKidneyTumors/HEAD/pipelineScript.R -------------------------------------------------------------------------------- /postPipeline.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constantAmateur/scKidneyTumors/HEAD/postPipeline.R -------------------------------------------------------------------------------- /processSingleCellData.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constantAmateur/scKidneyTumors/HEAD/processSingleCellData.R -------------------------------------------------------------------------------- /similarity.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/constantAmateur/scKidneyTumors/HEAD/similarity.R --------------------------------------------------------------------------------