Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transcriptomics usage #26

Open
FelipeMelis opened this issue Feb 15, 2024 · 4 comments
Open

Transcriptomics usage #26

FelipeMelis opened this issue Feb 15, 2024 · 4 comments

Comments

@FelipeMelis
Copy link

FelipeMelis commented Feb 15, 2024

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
    """
@Rohak72
Copy link

Rohak72 commented Jun 30, 2024

Hi @FelipeMelis,

Did you ever find a solution to this? I'm dealing with the same issue, so it'd be great to get your feedback!

Thanks,
Rohak

@FelipeMelis
Copy link
Author

Hi!
Finally, I used MEWpy implementation. Uses tables with the expression levels.

@Rohak72
Copy link

Rohak72 commented Jul 2, 2024

Hi Felipe,

Yup, planning to do the same! Thank you for the advice :-)

Best,
Rohak

@cdanielmachado
Copy link
Owner

Sorry for the very late reply guys, I struggle to keep up with issue requests... :)

gene_exp is a dictionary where the keys are gene ids (same as in the model) and the values are the gene expression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants