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

Add tab series (ligth) #48

Open
4 of 6 tasks
Marcellino-Palerme opened this issue Jun 12, 2024 · 4 comments
Open
4 of 6 tasks

Add tab series (ligth) #48

Marcellino-Palerme opened this issue Jun 12, 2024 · 4 comments
Assignees
Milestone

Comments

@Marcellino-Palerme
Copy link
Collaborator

Marcellino-Palerme commented Jun 12, 2024

Add tab series (ligth)

  1. Get daughter solution file
  2. Ask real area of each metabolite
  3. Repeat 1 & 2 for all daughter solution files
  4. Calculate ratio of each metabolite (A_real = A_machine * Ration)
  • Add Series Table in database
  • Add daughter table in database
  • Series tabs show series
  • Series tabs provide function to add
  • Documentation
  • Tests
@Marcellino-Palerme Marcellino-Palerme added this to the 0.2.0 milestone Jun 12, 2024
@Marcellino-Palerme Marcellino-Palerme self-assigned this Jun 12, 2024
Marcellino-Palerme added a commit that referenced this issue Jun 12, 2024
Marcellino-Palerme added a commit that referenced this issue Jun 23, 2024
Marcellino-Palerme added a commit that referenced this issue Jun 23, 2024
Marcellino-Palerme added a commit that referenced this issue Jun 24, 2024
Marcellino-Palerme added a commit that referenced this issue Jun 24, 2024
Marcellino-Palerme added a commit that referenced this issue Jun 24, 2024
Marcellino-Palerme added a commit that referenced this issue Jul 19, 2024
Marcellino-Palerme added a commit that referenced this issue Jul 23, 2024
Marcellino-Palerme added a commit that referenced this issue Jul 23, 2024
Marcellino-Palerme added a commit that referenced this issue Jul 23, 2024
Marcellino-Palerme added a commit that referenced this issue Jul 26, 2024
Marcellino-Palerme added a commit that referenced this issue Aug 12, 2024
Marcellino-Palerme added a commit that referenced this issue Aug 26, 2024
Marcellino-Palerme added a commit that referenced this issue Sep 3, 2024
@Marcellino-Palerme
Copy link
Collaborator Author

We use linear regression for ratio that mean a function y = ax + b
We have one function by metabolite and project.
The ratio is calculate during associating or disassociating of one or several calibration curves in project.

@Marcellino-Palerme
Copy link
Collaborator Author

We have to delete double point in calibration curve, just for case in we have one point

@Marcellino-Palerme
Copy link
Collaborator Author

It has to block modification of calibration curve when used it.
How:

  • For each modification in project table check which calibration curve used
  • Modify flag used of calibration curve
  • Add in view of calibration curve used field
  • Not add in headers the used field

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

1 participant