-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
anikaliu
committed
Sep 23, 2021
1 parent
b1f2620
commit c7e5a93
Showing
12 changed files
with
200 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
source('') |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: dili_cascades | ||
title: | ||
username: | ||
account: anikaliu | ||
server: shinyapps.io | ||
hostUrl: https://api.shinyapps.io/v1 | ||
appId: 4643858 | ||
bundleId: 5029350 | ||
url: https://anikaliu.shinyapps.io/dili_cascades/ | ||
when: 1631560485.74492 | ||
lastSyncTime: 1631560485.74493 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
## Introduction | ||
One source of evidence for causality between two events is whether they are consistently found in the same order over time or, in short, whether they are time-concordant. We present an automatable, data-driven framework to quantify and characterize time concordance across a large set of time-series providing a novel angle to prioritize mechanistically relevant events. As a case study, we used the TG-GATEs in vivo liver data from repeat-dose studies in rats and quantified time concordance between gene expression-derived events and later adverse histopathology indicating Drug-Induced Liver Injury (DILI). This app presents the results of the paper and allows further exploration of time concordanec in the TG-GATEs data. [insert link here] | ||
|
||
<img src="../figs/concept.png" width="60%", align="middle"> | ||
|
||
## App functions | ||
|
||
#### 1) <i class="fas fa-dot-circle"></i> Identify preceding events for defined histopathology | ||
Here, users can explore the time concordance of different types of events (TFs, Pathways, Histopathology) preceding adverse histopathology. While in our analysis adverse histopathology was defined as a set of different histopathological findings, users can also supply their own definition, e.g. focussing only on fibrosis or biliary hyperplasia, and study events of interest based on this. | ||
|
||
#### 2) <i class="fas fa-arrows-alt-h"></i> Look up interaction between 2 events of interest | ||
Once 2 events of interest are identified, e.g. based on time concordance analysis from the 1st tab but also based on expert knowledge, the relation between both events can be analysed further in this 2nd tab.This will provide an overview of time series where any of the given events is observed, providing further insight into when each event was activated in each time-series. | ||
|
||
## Background | ||
## Abstract | ||
#### The Opne TG-GATEs database | ||
<img src="../figs/OpenTGGATES.png" width="60%", align="middle"> | ||
#### Defintion of adverse histopathology | ||
<img src="../figs/histopath.png" width="60%", align="middle"> | ||
|
||
## Citation | ||
The app was developed by Anika Liu (<a href="mailto:[email protected]" target="_blank"><i class="far fa-paper-plane"></i></a>) under the supervision of Dr. Andreas Bender, Dr. Namshik Han and Dr. Jordi Munoz-Muriedas. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,11 @@ | |
This app presents the results of the paper [insert link here] | ||
|
||
Two kinds of analysis can be performed: | ||
- <i class="far fa-dot-circle"></i> Identify preceding events for defined histopathology | ||
- <i class="fas fa-arrows-alt-h"></i> Look up interaction between 2 events of interest | ||
|
||
###Identify preceding events for defined histopathology | ||
Here, users can explore the time concordance of different types of events (TFs, Pathways, Histopathology) preceding adverse histopathology. While in our analysis adverse histopathology was defined as a set of different histopathological findings, users can also supply their own definition, e.g. focussing only on fibrosis or biliary hyperplasia, and study events of interest based on this. | ||
|
||
<i class="fas fa-arrows-alt-h"></i> ###Look up interaction between 2 events of interest | ||
Once 2 events of interest are identified, e.g. based on time concordance analysis from the 1st tab but also based on expert knowledge, the relation between both events can be analysed further in this 2nd tab.This will provide an overview of time series where any of the given events is observed, providing further insight into when each event was activated in each time-series. | ||
|
||
The app was developed by Anika Liu (<a href="mailto:[email protected]" target="_blank"><i class="far fa-paper-plane"></i></a>) under the supervision of Dr. Andreas Bender, Dr. Namshik Han and Dr. Jordi Munoz-Muriedas. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
tabPanel(title='Overview', | ||
iicon = icon("fa-home", lib = "font-awesome"), | ||
sidebarLayout( | ||
sidebarPanel( | ||
includeMarkdown("sub/0_overview_side.md") | ||
), | ||
mainPanel( | ||
includeMarkdown("sub/0_overview_main.md") | ||
) | ||
) | ||
icon = icon("fa-home", lib = "font-awesome"), | ||
includeMarkdown("sub/0_overview_main.md") | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters