Code to be made public
Find a file
2020-04-08 12:43:37 +01:00
meta_data_analysis refactoring: added command line args to combine_dfs 2020-04-08 11:44:53 +01:00
plotting_test logoplot from df and seqs with custom height 2020-03-29 17:11:17 +01:00
scripts correcting indendation 2020-04-08 12:43:37 +01: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 refactoring code to make it take command line args 2020-04-06 19:03:41 +01: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 refactoring code to make it take command line args 2020-04-06 19:03:41 +01:00

mCSM Analysis

This contains scripts that does the following:

  1. mCSM analysis: using bash, python and R
  2. meta data analysis: using 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>/

 foldx_analysis
 
 plotting
 	*.R
 

More docs here as I write them.