Princeton-LSI-ResearchComputing / tracebase

Mouse Metabolite Tracing Data Repository for the Rabinowitz Lab
MIT License
4 stars 1 forks source link

Update PeakData output format to accommodate data with multiple labels per tracer #393

Closed lparsons closed 1 year ago

lparsons commented 2 years ago

FEATURE DESCRIPTION

Feature Inspiration

Experiments that use tracers with multiple labels require peak data rows for each combination of labels, for example:

Feature Description

Examples

Alternatives Considered

None

Comment

NOTE: This may be broken into multiple issues to track the changes required to the functions computing the values separately from the changes to the views.


ISSUE OWNER SECTION

Assumptions

Requirements

Limitations

none

Affected/Changed Components

DESIGN

GUI Change description

Comma-delimited element:count column and a row for each labeling combination.

Code Change Description (Pseudocode optional)

Tests

hepcat72 commented 2 years ago

Ugh. I started working on this, but realized I can't test out the interface due to extant errors from various recent code changes.

hepcat72 commented 1 year ago

Merged