Skip to content

Commit

Permalink
Merge pull request #325 from MoTrPAC/316_JZ_May_2024_Site_Updates
Browse files Browse the repository at this point in the history
Conects to #316. Site updates for published paper.
  • Loading branch information
jimmyzhen authored May 1, 2024
2 parents fdb9d70 + 33a3ad9 commit da5c2fb
Show file tree
Hide file tree
Showing 40 changed files with 773 additions and 129 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisAdrenal() {
// initialize table of contents
Expand Down Expand Up @@ -36,6 +37,11 @@ function GraphicalAnalysisAdrenal() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink
title="trajectory"
tissue="Adrenal"
plotType="Tree"
/>
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -47,6 +53,11 @@ function GraphicalAnalysisAdrenal() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Adrenal"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisBrownAdipose() {
// initialize table of contents
Expand Down Expand Up @@ -36,6 +37,11 @@ function GraphicalAnalysisBrownAdipose() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink
title="trajectory"
tissue="Brown Adipose"
plotType="Tree"
/>
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -47,6 +53,11 @@ function GraphicalAnalysisBrownAdipose() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Brown Adipose"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisBlood() {
// initialize table of contents
Expand Down Expand Up @@ -35,6 +36,11 @@ function GraphicalAnalysisBlood() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink
title="trajectory"
tissue="Blood RNA"
plotType="Tree"
/>
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -45,6 +51,11 @@ function GraphicalAnalysisBlood() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Blood RNA"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisColon() {
// initialize table of contents
Expand Down Expand Up @@ -36,6 +37,7 @@ function GraphicalAnalysisColon() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink title="trajectory" tissue="Colon" plotType="Tree" />
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -47,6 +49,11 @@ function GraphicalAnalysisColon() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Colon"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisCortex() {
// initialize table of contents
Expand Down Expand Up @@ -36,6 +37,7 @@ function GraphicalAnalysisCortex() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink title="trajectory" tissue="Cortex" plotType="Tree" />
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -47,6 +49,11 @@ function GraphicalAnalysisCortex() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Cortex"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisHeart() {
// initialize table of contents
Expand Down Expand Up @@ -36,6 +37,7 @@ function GraphicalAnalysisHeart() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink title="trajectory" tissue="Heart" plotType="Tree" />
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -47,6 +49,11 @@ function GraphicalAnalysisHeart() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Heart"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisHippocampus() {
// initialize table of contents
Expand Down Expand Up @@ -36,6 +37,11 @@ function GraphicalAnalysisHippocampus() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink
title="trajectory"
tissue="Hippocampus"
plotType="Tree"
/>
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -47,6 +53,11 @@ function GraphicalAnalysisHippocampus() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Hippocampus"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisHypothalamus() {
// initialize table of contents
Expand Down Expand Up @@ -35,6 +36,11 @@ function GraphicalAnalysisHypothalamus() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink
title="trajectory"
tissue="Hypothalamus"
plotType="Tree"
/>
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -45,6 +51,11 @@ function GraphicalAnalysisHypothalamus() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Hypothalamus"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisKidney() {
// initialize table of contents
Expand Down Expand Up @@ -35,6 +36,7 @@ function GraphicalAnalysisKidney() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink title="trajectory" tissue="Kidney" plotType="Tree" />
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -45,6 +47,11 @@ function GraphicalAnalysisKidney() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Kidney"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisLiver() {
// initialize table of contents
Expand Down Expand Up @@ -35,6 +36,7 @@ function GraphicalAnalysisLiver() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink title="trajectory" tissue="Liver" plotType="Tree" />
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -45,6 +47,11 @@ function GraphicalAnalysisLiver() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Liver"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisLung() {
// initialize table of contents
Expand Down Expand Up @@ -35,6 +36,7 @@ function GraphicalAnalysisLung() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink title="trajectory" tissue="Lung" plotType="Tree" />
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -45,6 +47,7 @@ function GraphicalAnalysisLung() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink title="cluster" tissue="Lung" plotType="Histogram" />
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisPlasma() {
// initialize table of contents
Expand Down Expand Up @@ -35,6 +36,7 @@ function GraphicalAnalysisPlasma() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink title="trajectory" tissue="Plasma" plotType="Tree" />
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -45,6 +47,11 @@ function GraphicalAnalysisPlasma() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Plasma"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
tocbotConfig,
pass1b06GraphicalClusteringLandscapeImageLocation,
} from '../sharedLib';
import DataVizLink from '../components/dataVizLink';

function GraphicalAnalysisGastrocnemius() {
// initialize table of contents
Expand Down Expand Up @@ -36,6 +37,11 @@ function GraphicalAnalysisGastrocnemius() {
<p>
<img src={`${imageURL}/figure_1.png`} width="100%" alt="" />
</p>
<DataVizLink
title="trajectory"
tissue="Gastrocnemius"
plotType="Tree"
/>
</div>
<div className="section level3">
<h3 id="top-clusters">Top clusters</h3>
Expand All @@ -47,6 +53,11 @@ function GraphicalAnalysisGastrocnemius() {
<p>
<img src={`${imageURL}/figure_2.png`} width="100%" alt="" />
</p>
<DataVizLink
title="cluster"
tissue="Gastrocnemius"
plotType="Histogram"
/>
</div>
</div>
<div className="section level2">
Expand Down
Loading

0 comments on commit da5c2fb

Please sign in to comment.