Skip to content

Add fva_sol and essential_genes params to KBaseFBABuilder.fromCobra #1

@braceal

Description

@braceal

fva_sol is the object returned by cobra.flux_analysis import flux_variability_analysis

essential_genes is a set containing the id's of the essential genes.

Ones essential genes is added to the builder object. A simple function could be added:

def gene_essential(self, gene_id):
    return gene_id in self.essential_genes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions