Skip to content

Commit

Permalink
Merge pull request #500 from KPMP/KPMP-5225_remove-disclaimer
Browse files Browse the repository at this point in the history
Kpmp 5225 remove disclaimer
  • Loading branch information
HaneenT authored Mar 18, 2024
2 parents 014b5e6 + b4fa509 commit 34e91fd
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/components/DataViz/RegionalProteomics.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,18 +156,7 @@ class RegionalProteomics extends Component {
{plot}
<hr/>
</Row>
<Row cs='12' className='mt-3 mb-4 footnote'>
<Col>
<small>
The comparisons in the plot and data table were performed across different
segments in the same condition. The plot data should be read and interpreted
following the horizontal guides. The fold change and significance of a segment are
related to the average expression of all segments in the same condition. Due to
the experiment design, it is not possible to draw direct comparisons in the same
segment across conditions.
</small>
</Col>
</Row>
<Row cs='12' className='mt-3 mb-4 footnote'/>
<Row xs='12'>
<Col lg='11'>
<h5>{this.props.gene.symbol} expression comparison between Glomerulus and Tubulo-interstitium in {formatTissueType(this.props.tissueType)}</h5>
Expand Down

0 comments on commit 34e91fd

Please sign in to comment.