Skip to content

Commit

Permalink
Add timecourse trajectory visualization links to graphical analysis r…
Browse files Browse the repository at this point in the history
…eports
  • Loading branch information
jimmyzhen committed May 2, 2024
1 parent 78bf2f3 commit 0023fad
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ function MitoGraphicalAnalysisAdrenal() {
<img src={`${imageURL}/figure_7.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_8.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="Adrenal"
plotType="Trajectories"
/>
<hr />
</div>
<div className="section level4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ function MitoGraphicalAnalysisBrownAdipose() {
<img src={`${imageURL}/figure_7.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_8.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="Brown Adipose"
plotType="Trajectories"
/>
<hr />
</div>
<div className="section level4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ function MitoGraphicalAnalysisBlood() {
<img src={`${imageURL}/figure_7.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_8.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="Blood RNA"
plotType="Trajectories"
/>
<hr />
</div>
<div className="section level4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ function MitoGraphicalAnalysisColon() {
<img src={`${imageURL}/figure_7.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_8.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="Colon"
plotType="Trajectories"
/>
<hr />
</div>
<div className="section level4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ function MitoGraphicalAnalysisHeart() {
<img src={`${imageURL}/figure_8.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_9.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="Heart"
plotType="Trajectories"
/>
<hr />
</div>
<div className="section level4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ function MitoGraphicalAnalysisKidney() {
<img src={`${imageURL}/figure_7.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_8.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="Kidney"
plotType="Trajectories"
/>
<hr />
</div>
<div className="section level4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ function MitoGraphicalAnalysisLiver() {
<img src={`${imageURL}/figure_8.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_9.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="Liver"
plotType="Trajectories"
/>
<hr />
</div>
<div className="section level4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ function MitoGraphicalAnalysisLung() {
<img src={`${imageURL}/figure_6.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_7.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="Lung"
plotType="Trajectories"
/>
<hr />
</div>
<div className="section level4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ function MitoGraphicalAnalysisGastrocnemius() {
<img src={`${imageURL}/figure_7.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_8.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="Gastrocnemius"
plotType="Trajectories"
/>
<hr />
</div>
<div className="section level4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ function MitoGraphicalAnalysisVastusLateralis() {
<img src={`${imageURL}/figure_7.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_8.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="Vastus Lateralis"
plotType="Trajectories"
/>
<hr />
</div>
<div className="section level4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ function MitoGraphicalAnalysisSmallIntestine() {
<img src={`${imageURL}/figure_7.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_8.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="Small Intestine"
plotType="Trajectories"
/>
<hr />
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ function MitoGraphicalAnalysisSpleen() {
No significant enrichments for
SPLEEN:1w_F0_M0-&gt;2w_F0_M0-&gt;4w_F0_M0-&gt;8w_F1_M1
</p>
<DataVizLink
title="timecourse"
tissue="Spleen"
plotType="Trajectories"
/>
<hr />
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ function MitoGraphicalAnalysisWhiteAdipose() {
<img src={`${imageURL}/figure_7.png`} width="100%" alt="" />
<img src={`${imageURL}/figure_8.png`} width="100%" alt="" />
</p>
<DataVizLink
title="timecourse"
tissue="White Adipose"
plotType="Trajectories"
/>
<hr />
</div>
<div className="section level4">
Expand Down

0 comments on commit 0023fad

Please sign in to comment.