We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9121999 commit 85ba299Copy full SHA for 85ba299
src/app/core/models/study.ts
@@ -30,6 +30,7 @@ export interface Study {
30
agreedToCc0: boolean;
31
diseaseTrait: ReportedTrait;
32
efoTraits: EfoTrait[];
33
+ backgroundEfoTraits: EfoTrait[];
34
sumstats_flag: boolean;
35
pooled_flag: boolean;
36
gxe_flag: boolean;
0 commit comments