├── BISCUIT_IMM_Gibbs_MCMC_parallel.R ├── BISCUIT_extras.R ├── BISCUIT_extras_onegenebatch.R ├── BISCUIT_main.R ├── BISCUIT_parallel_impute.R ├── BISCUIT_parallel_impute_onegenebatch.R ├── BISCUIT_parallelizing_schema_codeflow.png ├── BISCUIT_post_MCMC_genesplit_merge.R ├── BISCUIT_post_process.R ├── BISCUIT_process_data.R ├── Confusion_matrix_stitch_parallel_MAP.R ├── Dockerfile ├── Readme.md ├── Readme.txt ├── fvec.RData └── start_file.R /BISCUIT_IMM_Gibbs_MCMC_parallel.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/BISCUIT_IMM_Gibbs_MCMC_parallel.R -------------------------------------------------------------------------------- /BISCUIT_extras.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/BISCUIT_extras.R -------------------------------------------------------------------------------- /BISCUIT_extras_onegenebatch.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/BISCUIT_extras_onegenebatch.R -------------------------------------------------------------------------------- /BISCUIT_main.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/BISCUIT_main.R -------------------------------------------------------------------------------- /BISCUIT_parallel_impute.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/BISCUIT_parallel_impute.R -------------------------------------------------------------------------------- /BISCUIT_parallel_impute_onegenebatch.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/BISCUIT_parallel_impute_onegenebatch.R -------------------------------------------------------------------------------- /BISCUIT_parallelizing_schema_codeflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/BISCUIT_parallelizing_schema_codeflow.png -------------------------------------------------------------------------------- /BISCUIT_post_MCMC_genesplit_merge.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/BISCUIT_post_MCMC_genesplit_merge.R -------------------------------------------------------------------------------- /BISCUIT_post_process.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/BISCUIT_post_process.R -------------------------------------------------------------------------------- /BISCUIT_process_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/BISCUIT_process_data.R -------------------------------------------------------------------------------- /Confusion_matrix_stitch_parallel_MAP.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/Confusion_matrix_stitch_parallel_MAP.R -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/Dockerfile -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/Readme.md -------------------------------------------------------------------------------- /Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/Readme.txt -------------------------------------------------------------------------------- /fvec.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/fvec.RData -------------------------------------------------------------------------------- /start_file.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandhya212/BISCUIT_SingleCell_IMM_ICML_2016/HEAD/start_file.R --------------------------------------------------------------------------------