LSHTM_analysis/scripts/ml/ml_functions/TEST_GetMLData.py
2022-09-01 12:54:41 +01:00

14 lines
No EOL
342 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Thu Sep 1 12:22:27 2022
@author: tanu
"""
getmldata(gene = "katG"
, drug = "isoniazid"
, data_combined_model = False
, use_or = False
, omit_all_genomic_features = False
, write_maskfile = True
, write_outfile = False)