refineGEMs package
Here is an overview on all functions.
For an alphabetically ordered list, see the Index.
Subpackages
- analysis
- comparison module
- core_pan module
- growth module
find_additives_to_enable_growth()find_growth_enhancing_exchanges()find_growth_essential_exchanges()get_essential_exchanges_via_bounds()get_essential_reactions_via_single_knockout()get_metabs_essential_for_growth_wrapper()get_production()get_secretion()get_uptake()growth_analysis()growth_sim_multi()growth_sim_single()model_minimal_medium()set_bounds_to_default()test_auxotrophies()test_growth_with_source()
- investigate module
- classes
- egcs module
- gapfill module
- medium module
ALLOWED_DATABASE_LINKSFLOAT_REGEXINTEGER_REGEXMediumREQUIRED_SUBSTANCE_ATTRIBUTESadd_subset_to_db()enter_db_single_entry()enter_m2s_row()enter_medium_into_db()enter_s2db_row()enter_substance_row()extract_medium_info_from_model_bigg()generate_docs_for_subset()generate_insert_query()generate_update_query()get_last_idx_table()load_external_medium()load_media()load_medium_from_db()medium_to_model()read_from_cobra_model()read_substances_from_file()update_db_entry_single()update_db_multi()updated_db_to_schema()
- reports module
AuxotrophySimulationReportCorePanAnalysisReportGapFillerReportGrowthSimulationReportKEGGPathwayAnalysisReportKEGG_GLOBAL_PATHWAYKEGG_METABOLISM_PATHWAYKEGG_METABOLISM_PATHWAY_DATEKEGG_OVERVIEW_PATHWAYModelInfoReportMultiModelInfoReportMultiSBOTermReportReportSBOTermReportSingleGrowthSimulationReportSourceTestReport
- curation
- biomass module
- charges module
- curate module
NH_PATTERNadd_compartment_structure_specs()check_direction()extend_gp_annots_via_KEGG()extend_gp_annots_via_mapping_table()extend_metab_reac_annots_via_id()extend_metab_reac_annots_via_notes()polish_entity_conditions()polish_model()polish_model_units()resolve_duplicate_metabolites()resolve_duplicate_reactions()resolve_duplicates()set_initial_amount_metabs()set_model_default_units()set_units_of_parameters()update_annotations_from_others()
- pathways module
- polish module
- developement
- utility
- connection module
- cvterms module
DB2PREFIX_GENESDB2PREFIX_METABSDB2PREFIX_PATHWAYSDB2PREFIX_REACSMIRIAMOLD_MIRIAMPREFIX2DB_GENESPREFIX2DB_METABSPREFIX2DB_PATHWAYSPREFIX2DB_REACS_add_annotations_from_dict_cobra()add_cv_term_genes()add_cv_term_metabolites()add_cv_term_pathways()add_cv_term_pathways_to_entity()add_cv_term_reactions()add_cv_term_units()generate_cvterm()get_id_from_cv_term()print_cvterm()
- databases module
- db_access module
ALL_BIGG_COMPARTMENTS_ONE_LETTERALL_BIGG_COMPARTMENTS_TWO_LETTERBIGG_METABOLITES_URLBIOCYC_TIER1_DATABASES_PREFIXES_add_annotations_from_bigg_reac_row()_search_ncbi_for_gp()add_annotations_from_BiGG_metabs()add_info_from_ChEBI_BiGG()compare_model_modelseed()compare_to_modelseed()get_BiGG_metabs_annot_via_dbid()get_charge_mismatch()get_compared_formulae()get_ec_from_ncbi()get_ec_via_swissprot()get_formula_mismatch()get_kegg_genes()get_model_charges()get_modelseed_charges()get_modelseed_compounds()kegg_reaction_parser()map_dmnd_res_to_sp_ec_brenda()map_to_homologs()parse_KEGG_ec()parse_KEGG_gene()
- entities module
REF_COL_GF_GENE_MAPare_compartment_names_valid()build_metabolite_bigg()build_metabolite_kegg()build_metabolite_mnx()build_metabolite_xxx()build_reaction()build_reaction_bigg()build_reaction_kegg()build_reaction_mnx()build_reaction_xxx()compare_gene_lists()create_fba_units()create_gp()create_gpr()create_random_id()create_reaction()create_species()create_unit()create_unit_definition()get_gpid_mapping()get_model_reacs_or_metabs()get_reaction_annotation_dict()get_reversible()isreaction_complete()match_id_to_namespace()parse_reac_str()print_UnitDefinitions()reaction_equation_to_dict()remove_non_essential_genes()resolve_compartment_names()validate_reaction_compartment_bigg()
- io module
- set_up module
- util module
refineGEMs.cmd_access module
Entry points to the code from the command line.
- refinegems.cmd_access.analyse()
Analyse a model by testing for auxotrophies and growth on different media along with finding EGCs and looking at overall model statistics.
- refinegems.cmd_access.annot()
Add annotations to your model.
- refinegems.cmd_access.curate()
Curate a model
- refinegems.cmd_access.database()
Access, curate, etc. the in-build database.
- refinegems.cmd_access.growth()
Analyse the growth under different conditions.
- refinegems.cmd_access.initialise()
Initialise or update the database.
- refinegems.cmd_access.media()
Access the media part of the database.
- refinegems.cmd_access.refine()
Refine a model. Includes steps like biomass, charges, SBO annotation, reaction direction correction and addition of Pathways and further gene product annotations.
- refinegems.cmd_access.reset()
Reset the database by removing additionally downloaded tables.
- refinegems.cmd_access.setup()
Set-up tools, folder structure and more for running the program.
More information: