-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
546 lines (486 loc) · 29 KB
/
index.html
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cytoscape: An Open Source Platform for Complex Network Analysis and Visualization</title>
<meta name="description" content="Cytoscape Official Web Site" />
<meta name="author" content="Keiichiro Ono" />
<meta name="keywords" content="Cytoscape,visualization,interaction network,
software,genetic,gene,expression,protein interaction,graph,bioinformatics,
computational biology,UCSD,Whitehead Institute,Institute for Systems Biology,
microarray analysis,clustering,pathways,integration,algorithm,
statistical analysis,gene regulation,complex networks,social networks" />
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
<link href="css/main.bootstrap.css" rel="stylesheet">
<!-- js4cytoscape -->
<link href="css/js4cytoscape-style.css" rel="stylesheet">
<script src="/js/js4cytoscape-dev.js"></script>
<!-- Add fancyBox -->
<link rel="stylesheet" href="js/fancyBox/source/jquery.fancybox.css" type="text/css" media="screen" />
<script src="js/fancyBox/source/jquery.fancybox.pack.js"></script>
<link rel="stylesheet" href="js/fancyBox/source/helpers/jquery.fancybox-buttons.css" type="text/css" media="screen" />
<script src="js/fancyBox/source/helpers/jquery.fancybox-buttons.js"></script>
<script src="js/fancyBox/source/helpers/jquery.fancybox-media.js"></script>
<link rel="stylesheet" href="js/fancyBox/source/helpers/jquery.fancybox-thumbs.css" type="text/css" media="screen" />
<script src="js/fancyBox/source/helpers/jquery.fancybox-thumbs.js"></script>
</head>
<body class="light-gray">
<!--[if lt IE 10]>
<p class="browsehappy">
<h1>
You are using an <strong>outdated, ancient</strong> browser.
Please <a href="https://browsehappy.com/">upgrade
your browser</a> to improve your experience.
</h1>
</p>
<![endif]-->
<div id="banner" class="belt background-31">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2 box">
<div class="row centering">
<h1>
<img src="images/logo/cy3logoOrange.svg" style="height: 150px; padding-bottom: 0" /> Cytoscape
</h1>
<h4>Network Data Integration, Analysis, and Visualization in a Box</h4>
<div class="row">
<div class="col-xs-12 col-md-6">
<a class="btn btn-block" href="what_is_cytoscape.html">
Introduction
</a>
</div>
<div class="col-xs-12 col-md-6">
<a class="btn btn-block orange-button cy-latest-version" href="download.html">
Download
</a>
</div>
</div>
</div>
<!-- div class="row centering">
<div class="col-xs-12 warning-banner">
<div class="warning-banner-title">Log4j Vulnerability for Cytoscape Users <i>(updated 1/24)</i></div>
<p>
Cytoscape version 3.9.1 addresses the limited vulnerability to log4shell of prior versions.
<br/>Please update immediately.
</p>
<p>
Click <a class="warning-link" href="https://cytoscape.org/common_issues.html#log4shell">here</a>
for more information.
</p>
</div>
</div -->
</div>
</div>
</div>
<!-- Begin IQuery widget -->
<div class="container">
<div class="i-Query centering" style="margin-top: 80px">
<h3 style="color:#0088d2; text-align:center; padding: 0px 0px 0px 0px; margin-top: 10px">Analyze Your Genes With NDEx iQuery</h3>
<div class="form-group blue-border-focus" style="margin-bottom: 10px">
<textarea style="padding-top: 5px; margin-top: 10px" class="form-control" id="geneSet_input" rows="2" placeholder="Type or paste your list of genes here..."></textarea>
</div>
<div class="row centering">
<div class=" col-sm-8">
<input type="submit" value="Run Analysis" style="float:left; margin-top: 10px; background-color: #337ab7; color: white" id="openGeneSetButton" class="button btn submit-button">
</div>
<div class="col-sm-4">
<a href="https://www.ndexbio.org" target="_blank"> <img style="border: 0px; margin: 0px; margin-top: 0px; float: right; height: 45px" src="https://home.ndexbio.org/img/poweredbyNDEx.png" title="Visit the NDEx Public Server"></a>
</div>
</div>
</div>
<script>
document.getElementById("geneSet_input").addEventListener("keyup", function() {
var nameInput = document.getElementById('geneSet_input').value;
if (nameInput != "") {
document.getElementById('openGeneSetButton').removeAttribute("disabled");
} else {
document.getElementById('openGeneSetButton').setAttribute("disabled", null);
}
});
document.getElementById('openGeneSetButton').disabled = true;
document.getElementById('openGeneSetButton').addEventListener('click', function(e) {
var geneSet = document.getElementById("geneSet_input").value;
geneSet = geneSet.replace(/\s/g, ",")
console.log(geneSet)
var baseUrl = 'https://www.ndexbio.org/iquery?genes=';
console.log(baseUrl + encodeURIComponent(geneSet));
window.open(baseUrl + encodeURIComponent(geneSet));
e.preventDefault();
return false;
});
</script>
</div>
<!-- End IQery widget -->
</div>
<div class="top white">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-7">
<p class="lead">
Cytoscape is an <a href="download.html">open source</a> software platform for visualizing complex networks and integrating these with any type of attribute data. A lot of <a href="http://apps.cytoscape.org/"><i>Apps</i></a> are
available for various kinds of problem domains, including bioinformatics, social network analysis, and semantic web. <a href="what_is_cytoscape.html">Learn more...</a>
</p>
</div>
<div class="col-sm-12 col-md-5">
<a class="btn btn-primary btn-lg btn-block" href="releasenotes.html">
Release Notes
</a>
<a class="btn btn-default btn-lg btn-block" href="screenshots.html">
Sample Visualizations
</a>
</div>
</div>
</div>
</div>
<div class="narrow snow-white">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<p>
<a class="btn btn-warning btn-lg btn-block" href="http://tutorials.cytoscape.org" target="_new">
Cytoscape Tutorials
</a>
</p>
</div>
<div class="col-sm-12 col-md-6">
<p>
<a class="btn btn-primary btn-lg btn-block" href="https://github.com/cytoscape/cytoscape/wiki/Cytoscape-3.0-App-Development" target="_new">
App Developers Docs
</a>
</p>
</div>
</div>
</div>
</div>
<div class="top white">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4">
<h3>NRNB and Cytoscape</h3>
<p>
<iframe width="100%" src="https://www.youtube.com/embed/_nbqSe4Zaps?rel=0" frameborder="0" allowfullscreen>
</iframe>
</p>
<p>
<a href="https://nrnb.org" target="blank">Introduction to the National Resource for Network Biology</a>
</p>
<h3>How to Cite Cytoscape</h3>
<p>
<h4 class="warn">Cytoscape project needs your support!</h4>
Please cite the original Cytoscape paper when you use Cytoscape. This is critical to sustaining our federal funding.
</p>
<div class="thumbnail snow-white">
<p>
Shannon P, Markiel A, Ozier O, Baliga NS, Wang JT, Ramage D, Amin N, Schwikowski B, Ideker T.
</p>
<h4>Cytoscape: a software environment for integrated models of biomolecular interaction networks</h4>
<p>
Genome Research 2003 Nov; 13(11):2498-504
</p>
<p>
<a href="https://www.genome.org/cgi/content/full/13/11/2498"> [Abstract] </a>
<a href="https://www.genome.org/cgi/reprint/13/11/2498"> [PDF] </a>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/14597658"> [PubMed entry] </a>
</p>
</div>
<p>
For automation usage and implementation leveraging CyREST, Commands or our R and Python libraries, please cite:
<i> Otasek, et al., <b>Cytoscape Automation: empowering workflow-based network analysis</b> Genome Biology, 20:185 (2019)</i>
<br /><a href="https://genomebiology.biomedcentral.com/articles/10.1186/s13059-019-1758-4"> [Abstract] </a>
<a href="https://genomebiology.biomedcentral.com/track/pdf/10.1186/s13059-019-1758-4"> [PDF] </a>
<a href="https://www.ncbi.nlm.nih.gov/pubmed/31477170"> [PubMed entry] </a>
</p>
<p>
Other articles and papers about Cytoscape are available <a href="documentation_users.html">here</a>.
</p>
<h3>How to Donate to Cytoscape</h3>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4D6STRT24649Y">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<font style="display:inline-block; font-size:9px; line-height:1.4;">This is a tax deductible donation to a 501(c)(3) nonprofit organization, <br />The Cytoscape Consoritum, Tax ID: 20-4909879.</font>
<br /><br />
<span class="cytoscape-badge"></span>
<br /><br />
<!-- Twitter Feed -->
<!-- <a class="twitter-timeline" href="https://twitter.com/cytoscape?ref_src=twsrc%5Etfw">Tweets by @cytoscape</a> -->
<!-- <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> -->
</div>
<div class="col-sm-12 col-md-8">
<h3>What Can You Do With Cytoscape?</h3>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h2 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#biologyPanel">
Biology
</a>
</h2>
</div>
<div id="biologyPanel" class="panel-collapse collapse in">
<div class="panel-body">
<p>
Cytoscape supports many use cases in molecular and systems biology, genomics, and proteomics:
</p>
<ul>
<li>
Load molecular and genetic <a href="http://www.imexconsortium.org/">interaction data
sets</a> in <a href="http://manual.cytoscape.org/en/latest/Supported_Network_File_Formats.html">many standards
formats</a>
</li>
<li>
Project and integrate global datasets and functional annotations
</li>
<li>
Establish powerful visual mappings across these data
</li>
<li>
Perform advanced analysis and modeling using <a href="http://apps.cytoscape.org/">Cytoscape Apps</a>
</li>
<li>
Visualize and analyze human-curated pathway datasets such as
<a href="http://www.wikipathways.org/index.php/WikiPathways">WikiPathways</a>,
<a href="http://www.reactome.org/">Reactome</a>, and <a href="http://www.genome.jp/kegg/pathway.html">KEGG</a>.
</li>
</ul>
<p>
<a class="fancybox-button" rel="fancybox-button" href="images/screenshots/visualMapping1.png" title="Visual Mapping for Microarray Data">
<img src="images/screenshots/visualMapping1_380px.png" alt="Visual Mapping" /></a>
<a class="fancybox-button" rel="fancybox-button" href="images/screenshots/kegg1.png" title="KEGG pathway data visualization by KGMLReader App">
<img src="images/screenshots/kegg1_380px.png" alt="KEGG pathway data import" /></a>
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#socialPanel">
Social Science
</a>
</h3>
</div>
<div id="socialPanel" class="panel-collapse collapse">
<div class="panel-body">
Cytoscape is used by social scientists to:
<ul>
<li>
Visualize and analyze large social networks of interpersonal relationships
</li>
<li>
Assemble social networks from tables and forms
</li>
<li>
Gather social interactions from the web by variety of
<a href="https://www.programmableweb.com/apis/directory/1?apicat=social">
web service APIs
</a> with scripting languages and save it in standard data file formats.
<a href="http://manual.cytoscape.org/en/latest/Supported_Network_File_Formats.html">
Cytoscape supports most of the standard file formats
</a>.
</li>
<li>
Calculate network statistics using Apps
</li>
<li>
Use with other tools, such as <a href="https://www.r-project.org/">R</a> with <a href="http://erzuli.ss.uci.edu/R.stuff/">sna</a>/<a href="http://igraph.sourceforge.net/">
igraph</a> package or <a href="https://networkx.github.io/">NetworkX</a>, for more advanced analysis
</li>
</ul>
</div>
<p>
<a class="fancybox-button" rel="fancybox-button" href="images/screenshots/twitterVisualization1.png" title="Twitter Social Network Visualization">
<img src="images/screenshots/twitterVisualization1_380px.png" alt="Twitter Visualization" /></a>
</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#complexNetworkPanel">
General Complex Network Analysis
</a>
</h3>
</div>
<div id="complexNetworkPanel" class="panel-collapse collapse">
<div class="panel-body">
Cytoscape is domain-independent and therefore is a powerful tool for complex network analysis in general.
<ul>
<li>
Calculate statistics for networks by Apps such as <a href="http://med.bioinf.mpi-inf.mpg.de/netanalyzer/">NetworkAnalyzer</a> or <a href="http://profs.sci.univr.it/~scardoni/centiscape/centiscapepage.php">CentiScaPe</a>
</li>
<li>
Find shortest path
</li>
<li>
<a href="http://www.cgl.ucsf.edu/cytoscape/cluster/clusterMaker.html">Find clusters by various
kinds of algorithms</a>
</li>
<li>
Use with other tools for more advanced analysis
</li>
<li>
Perform advanced network analysis in popular tools, including <a href="http://igraph.sourceforge.net/">igraph</a>, <a href="http://vlado.fmf.uni-lj.si/pub/networks/pajek/">Pajek</a>, or <a href="http://www.graphviz.org/">GraphViz</a> and import it to Cytoscape as standard file formats like
<a href="http://graphml.graphdrawing.org/">GraphML</a>
</li>
</ul>
<a class="fancybox-button" rel="fancybox-button" href="images/screenshots/networkAnalyzer1.png" title="Analyze network with NetworkAnalyzer">
<img src="images/screenshots/networkAnalyzer1_380px.png" alt="NetworkAnalyzer" /></a>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#appPanel">
App Development
</a>
</h3>
</div>
<div id="appPanel" class="panel-collapse collapse">
<div class="panel-body">
Cytoscape is expandable and extensible. Cytoscape has a vibrant App developer community and over a hundred Apps developed by third parties.
<ul>
<li>
Source code is available on <a href="https://github.com/cytoscape">GitHub</a>
</li>
<li>
Running on <a href="http://felix.apache.org/">OSGi framework</a>
</li>
<li>
Develop simple and complex Apps in
<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java</a>
</li>
<li>
Clean, Rich Cytoscape Application Programming Interface (
<a href="https://cytoscape.org/javadoc/3.10.0">API</a>)
</li>
<li>
<a href="https://groups.google.com/group/cytoscape-app-dev">Active developer community</a>
</li>
<li>
Automate Cytoscape with any scripting language, see <a href="https://automation.cytoscape.org/">automation docs</a>.
</li>
</ul>
<a title="OSGi" href="https://www.osgi.org/Main/HomePage"> <img src="images/logo/osgi_380px.png" />
</a>
<a title="Hosted on github" href="https://github.com/cytoscape"> <img src="images/logo/github_380px.png" />
</a>
</div>
</div>
</div>
</div>
<!-- YouTube Channel -->
<div class="row">
<div class="col-sm-12">
<h2>
Featured Video Demos
<div class="g-ytsubscribe" data-channelid="UCv6auk9FK4NgXiXiqrDLccw"
data-layout="default" data-count="hidden"></div>
</h2>
<p>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/videoseries?list=PLFQS98nmv__zUUAIfU_dGXFi-qZP90VVQ"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</p>
</div>
</div>
<!-- Tumblr -->
<div class="row">
<div class="col-sm-12">
<h2>
Publications using Cytoscape
</h2>
<p>Browse published figures referencing Cytoscape at <a href="https://www.ncbi.nlm.nih.gov/pmc/?term=(cytoscape+AND+network)&report=imagesdocsum&dispmax=100" target="_blank">PubMed Central</a>.</p>
<p>
<a href="https://www.ncbi.nlm.nih.gov/pmc/?term=(cytoscape+AND+network)&report=imagesdocsum&dispmax=100" target="_blank">
<img src="images/CytoscapePublicationsImagesPMC_grid.png" width="700"></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="white">
<div class="container">
<!--Consortium Members -->
<h2>
<a href="https://www.cytoscapeconsortium.org/">Cytoscape Consortium</a>
</h2>
<div class="row institute">
<div class="col-xs-6 col-md-4">
<a href="https://www.ucsf.edu/"><img src="images/logo/ucsf_logo_web.png" /></a>
</div>
<div class="col-xs-6 col-md-4">
<a href="https://www.ucsd.edu/"><img src="images/logo/ucsd_logo_web.png" /></a>
</div>
<div class="col-xs-6 col-md-4">
<a href="https://www.utoronto.ca/"><img src="images/logo/toronto_logo_web.png" /></a>
</div>
<div class="col-xs-6 col-md-4">
<a href="https://gladstoneinstitutes.org/"><img src="images/logo/Gladstone_Logotype.png" /></a>
</div>
<div class="col-xs-6 col-md-4">
<a href="https://www.home.agilent.com"><img src="images/logo/agilent_logo_web.png" /></a>
</div>
<div class="col-xs-6 col-md-4">
<a href="https://www.pasteur.fr"><img src="images/logo/pasteur_logo_web.png" /></a>
</div>
<div class="col-xs-6 col-md-4">
<a href="https://www.systemsbiology.org/"><img src="images/logo/isb_logo_web.png" /></a>
</div>
</div>
</div>
</div>
<div class="belt light-gray">
<div class="container">
<p>Cytoscape project is supported by:</p>
<div class="row">
<div class="col-md-6">
<a href="https://nrnb.org/">
<img src="images/logo/nrnb_logo.png" />
</a>
<p class="lead">
National Resource for Network Biology
</p>
</div>
<div class="col-md-6">
<a href="https://www.genome.gov/">
<p class="lead">National Human Genome Research Institute</p>
</a>
</div>
</div>
</div>
</div>
<script src="https://apis.google.com/js/platform.js"></script>
<script type="text/javascript">
window.onload = cyBadge();
$(document).ready(function() {
$(".fancybox").fancybox();
$(".fancybox-button").fancybox({
prevEffect: 'none',
nextEffect: 'none',
closeBtn: true,
helpers: {
title: {
type: 'inside'
},
buttons: {}
}
});
});
$('#slides .panel img').hover(function() {
$(this).wrap('<a href="' + this.src + '" target="_blank"/>');
}, function() {
$(this).unwrap('<a></a>');
});
</script>
<footer></footer>
<script src="js/setup_page.js"></script>
</body>
</html>