-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hello,
I'm struggling with the type of data that you require for transcriptomics functions: what is the structure of the dict gene_exp that you need?
def eFlux(model, gene_exp, scale_rxn=None, scale_value=1, constraints=None, parsimonious=False):
""" Run an E-Flux simulation (Colijn et al, 2009).
Arguments:
model (CBModel): model
gene_exp (dict): transcriptomics data
scale_rxn (str): reaction to scale flux vector (optional)
scale_value (float): scaling factor (mandatory if scale_rxn is specified)
constraints (dict): additional constraints (optional)
parsimonious (bool): compute a parsimonious solution (default: False)
Returns:
Solution: solution
"""
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels