-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (76 loc) · 4.63 KB
/
index.html
File metadata and controls
109 lines (76 loc) · 4.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Omics Mining IDG</title>
<link href="lib/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/custom_index.css">
</head>
<body ">
<!-- Wrap all page content here -->
<div id="wrap">
<!-- main container - required -->
<div id='main_container'>
<!-- start example row -->
<div id='homepage_examples'>
<div class='container'>
<div class='row'>
<p id='example_title'>Omics Mining for the Illuminating the Druggable Genome Project</p>
</div>
<div class='row' >
<div class='col-xs-6 example_col'>
<p class='example_single_title'>Target Similarity Matrices</p>
<a href='similarity_matrices.html'>
<div class='example_image_container'>
<img id='app_screenshot' src="img/app_screenshot.png">
</div>
</a>
<p class='example_single_description'>The three families of drug targets: GPCRs, ion channels and kinases are clustered by their coexpression based on GTEx or CCLE, or by their coregulation based on ENCODE or ChEA. Under-studied proteins are colored in orange. Such visualization enables the identification of associations between under-studied proteins and their well studied family members.</p>
</div>
<div class='col-xs-6 example_col'>
<p class='example_single_title'>Target Functional Predictions</p>
<a href='functional_predictions/gopredict.html'>
<div class='example_image_container'>
<img id='alex_image' src="img/figure-from-alex-for-landing-page.png" >
</div>
</a>
<p class='example_single_description'>Co-expression data from all publicly available RNA-seq samples from GEO were used to infer Gene Ontology terms for under-studied proteins. Predictions correctly return known ontology terms as well predict new biological functions for the under-studied protein targets.</p>
</div>
</div>
</div>
<div class='container'>
<div class='row' >
<div class='col-xs-6 example_col'>
<p class='example_single_title'>Targets as Biomarkers</p>
<a href='https://drive.google.com/file/d/0B46LT_Hxo_TtdE1OeUpoTFhiTkk/view'>
<div class='example_image_container'>
<img class='TCGA' id='' src="img/TCGA_analysis.png" >
</div>
</a>
<p class='example_single_description'>Gene expression and patient survival data from TCGA were used to investigate three under-studied kinases identified as part of a cell cycle co-expression cluster. The under-studied kinase PKMYT1 is negatively associated with patient survival of Kidney Renal Clear Cell Carcinoma. See <a href="http://nbviewer.jupyter.org/github/MaayanLab/KMC_2017/blob/master/notebooks/tcga-analysis.ipynb">Jupyter Notebook</a> and <a href="https://drive.google.com/file/d/0B46LT_Hxo_TtdE1OeUpoTFhiTkk/view" target=_blank>summary slides</a>.
</div>
<div class='col-xs-6 example_col'>
<p class='example_single_title'>Jupyter Notebooks</p>
<a href='jupyter_notebooks.html'>
<div class='example_image_container'>
<img id='notebook_image' src="img/new_notebook_image.png">
</div>
</a>
<p class='example_single_description'>Jupyter notebooks were developed to explore kinase, ion channel, and GPCR clusters identified based on co-expression and co-regulation by transcription fcators. Common biological themes were identified and biological functions were inferred for under-studied potential target proteins.</p>
</div>
</div>
</div>
</div>
<div id='footer'>
<div class="row" >
<div id='footer_text_container' class="col-xs-12 footer_section">
<div class=" footer_text">Developed by the <a class='blue_links' target="_blank" href="http://icahn.mssm.edu/research/labs/maayan-laboratory">Ma'ayan Lab</a> at the <a class='blue_links' target="_blank" href="http://icahn.mssm.edu/">Icahn School of Medicine at Mount Sinai</a> for the <a target="_blank" href="http://commonfund.nih.gov/idg/overview">KMC-IDG</a> </div>
</div>
</div>
</div>
</div>
</body>