BFAIR.mfa.INCA.INCA_script.limit_to_one_model¶
-
INCA_script.limit_to_one_model(data_input, model_name_column, model_name)[source]¶ Limits the data to values that are assigned to one metabolic model
- Parameters
- data_inputpandas.DataFrame
Input data file that needs to be processed
- model_name_columnstring
Column name where model names are defined
- model_namestring
Name of the model the data will be limited to
- Returns
- data_inputpandas.DataFrame
Limited data