saving work after running combining_dfs.py
This commit is contained in:
parent
1ddc5045d5
commit
45c48485f1
7 changed files with 136 additions and 92 deletions
|
@ -22,12 +22,11 @@ from pandas.api.types import is_numeric_dtype
|
|||
sys.path.append(homedir + '/git/LSHTM_analysis/scripts')
|
||||
from reference_dict import up_3letter_aa_dict
|
||||
from reference_dict import oneletter_aa_dict
|
||||
|
||||
#%%#####################################################################
|
||||
#%%============================================================================
|
||||
|
||||
def format_mcsm_ppi2_output(mcsm_ppi2_output_csv):
|
||||
"""
|
||||
@param mcsm_ppi2_output_csv: file containing mcsm_ppi2_results for all muts
|
||||
@param mcsm_ppi2_output_csv: file containing mcsm_ppi2_results for all mcsm snps
|
||||
which is the result of combining all mcsm_ppi2 batch results, and using
|
||||
bash scripts to combine all the batch results into one file.
|
||||
Formatting df to a pandas df and output as csv.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue