Skip to content

Commit

Permalink
Updated links to the published landscape and mitochondria papers
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhen committed May 2, 2024
1 parent 50d2630 commit c664f9c
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions src/AnalysisPage/GraphicalClustering/graphicalClusteringPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,20 @@ function LandscapeGraphicalClustering({ tissue, setTissue }) {
over the training time course per tissue in adult rats. Compare
responses between male and female rats, identify pathways affected in
single or multiple omes' and explore what molecules drive those
enrichments. See the{' '}
enrichments. See the
{' '}
<ExternalLink
to="https://www.biorxiv.org/content/10.1101/2022.09.21.508770v3"
label="study's landscape preprint"
/>{' '}
and the{' '}
to="https://www.nature.com/articles/s41586-023-06877-w"
label="main animal endurance training study"
/>
{' '}
and the
{' '}
<ExternalLink
to="https://motrpac.github.io/MotrpacRatTraining6mo/articles/MotrpacRatTraining6mo.html"
label="documentation"
/>{' '}
/>
{' '}
to learn more.
</div>
<GraphicalClusteringIntroduction currentView="pass1b-06-landscape" />
Expand All @@ -120,21 +124,23 @@ function MitoChondriaGraphicalAnalysis({ tissue, setTissue }) {
return (
<div className="graphical-clustering-summary-container row mb-2">
<div className="lead col-12 page-summary">
Explore the mitochondria-selected (using{' '}
Explore the mitochondria-selected (using
{' '}
<ExternalLink
to="https://www.broadinstitute.org/mitocarta/mitocarta30-inventory-mammalian-mitochondrial-proteins-and-pathways"
label="MitoCarta"
/>
) multi-omic changes and associated pathway enrichment results over the
training time course per tissue in adult rats. Compare responses between
male and female rats, identify pathways affected in single or multiple
omes' and explore what molecules drive those enrichments. To learn more,
see the{' '}
omes' and explore what molecules drive those enrichments. See the
{' '}
<ExternalLink
to="https://www.biorxiv.org/content/10.1101/2023.01.13.523698v1"
label="MoTrPAC mitochondrial companion preprint"
to="https://doi.org/10.1016/j.cmet.2023.12.021"
label="animal mitochondrial response study"
/>
.
{' '}
to learn more.
</div>
<GraphicalClusteringIntroduction currentView="pass1b-06-mitochondria" />
<TissueSelection
Expand Down

0 comments on commit c664f9c

Please sign in to comment.