Code to be made public
Find a file
2020-01-10 12:19:22 +00:00
mcsm_analysis/pyrazinamide/scripts added script to run all shell scripts for mcsmwq 2020-01-10 12:19:22 +00:00
meta_data_analysis import commit 2020-01-08 16:15:33 +00:00
LICENCE added licence 2020-01-08 16:51:47 +00:00
mk_drug_dirs.sh updated readme andrenamed file 2020-01-08 17:17:50 +00:00
README.md updated readme andrenamed file 2020-01-08 17:21:39 +00:00

mCSM Analysis

This repo does mCSM analysis using Python, bash and R.

Requires an additional 'Data' directory. Batteries not included.

Assumptions

  1. git repos are cloned to ~/git
  2. Requires a Data/ in ~/git which has the struc created by mk_drug_dirs.sh

LSHTM_analysis:

subdirs within this repo

 meta\_data\_analysis/
 	*.R
 	*.py
	
 mcsm\_analysis/
	<drug>/ (generated by `meta_data_analysis/pnca_data_extraction.py`. To be replaced with command line args or config option "soon")
		scripts/
		*.R
		*.py
			mcsm/
			*.sh
			*.py
			*.R
			plotting/
			*.R

More docs here as I write them.