Code to be made public
Find a file
2020-03-28 17:56:39 +00:00
mcsm_analysis/pyrazinamide/scripts saving work for the day 2020-03-27 17:08:33 +00:00
meta_data_analysis tidied combining plot scripts 2020-03-28 17:54:45 +00:00
.gitignore remove __pycache__, update .gitignore 2020-02-16 15:08:45 +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
my_header.R added R header file to base dir to allow general access by R scripts 2020-03-28 17:56:39 +00:00
README.md test commit 2020-02-16 15:00:49 +00:00

mCSM Analysis

This repo does mCSM analysis using bash, python 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>/
		scripts/
		*.R
		*.py
			mcsm/
			*.sh
			*.py
			*.R
			plotting/
			*.R

More docs here as I write them.