Skip to content

Commit

Permalink
Merge branch 'develop' into AG-1346-gct-does-not-display-circles-when…
Browse files Browse the repository at this point in the history
…-pvalue-equals-zero
  • Loading branch information
sagely1 committed Feb 13, 2024
2 parents 8dd4164 + c7a7594 commit 76d4ab7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1024,10 +1024,10 @@ export class GeneComparisonToolComponent implements OnInit, AVI, OnDestroy {
...baseRow,
...[
tissueName,
tissue?.logfc || '',
tissue?.ci_r || '',
tissue?.ci_l || '',
tissue?.adj_p_val || '',
tissue ? tissue.logfc : '',
tissue ? tissue.ci_r : '',
tissue ? tissue.ci_l : '',
tissue ? tissue.adj_p_val : '',
g.biodomains?.join(',') || '',
],
]);
Expand Down

0 comments on commit 76d4ab7

Please sign in to comment.