-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(agora): reset boxplot before updating data (AG-1673) (#3003)
- Loading branch information
1 parent
22acab5
commit 46a5a2e
Showing
6 changed files
with
145 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 22 additions & 1 deletion
23
libs/agora/api-description/src/components/schemas/ProteomicsDistribution.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,29 @@ | ||
type: object | ||
description: Distributions | ||
description: ProteomicsDistribution | ||
properties: | ||
_id: | ||
type: string | ||
tissue: | ||
type: string | ||
min: | ||
type: number | ||
max: | ||
type: number | ||
median: | ||
type: number | ||
first_quartile: | ||
type: number | ||
third_quartile: | ||
type: number | ||
type: | ||
type: string | ||
description: Type of proteomics distribution (e.g., LFQ, SRM, TMT) | ||
required: | ||
- _id | ||
- tissue | ||
- min | ||
- max | ||
- median | ||
- first_quartile | ||
- third_quartile | ||
- type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters