PEtab-dev / PEtab-dev/libpetab-python

Feature to automate handling of replicate data

Open
#310 1 comment 0 reactions 1 assignee View on GitHub

@dilpath is already working on this.

Since Oct 8, 2024.

Dominant language
Python
Stars
18
Forks
9
PR merge metrics
No merged PRs in 30d

Description

Hi all!
I am wondering about a specific detail of setting up a parameter estimation problem and how it could be automated with petab. It is about how to make use of replicate data in the parameter estimation problem.

If replicates are available, I could think of at least 2 distinct scenarios of how to deal with this data:

  1. Use individual replicates to calculate their mean and standard error of the mean, at each time point. And then use those as the data points and time point specific noise parameter values of the error model, respectively, when evaluating the objective function for parameter estimation.

  2. Calculate the standard deviation of the individual replicates (for each time point) and use it as an error model parameter while using the individual replicates as individual data points when evaluating the objective function.

It would be great if petab could provide a feature to do this and choose between the different options.

I discussed this a bit with Dilan already and he asked me to assign him to the issue, but I don’t know how to do this. 😊

Thanks, everyone!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.