-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.html
138 lines (114 loc) · 4.72 KB
/
README.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title>README</title>
<script src="README_files/jquery-1.11.0/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="README_files/bootstrap-2.3.2/css/bootstrap.min.css" rel="stylesheet" />
<link href="README_files/bootstrap-2.3.2/css/bootstrap-responsive.min.css" rel="stylesheet" />
<script src="README_files/bootstrap-2.3.2/js/bootstrap.min.js"></script>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet"
href="README_files/highlight/default.css"
type="text/css" />
<script src="README_files/highlight/highlight.js"></script>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs && document.readyState && document.readyState === "complete") {
window.setTimeout(function() {
hljs.initHighlighting();
}, 0);
}
</script>
</head>
<body>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
</style>
<div class="container-fluid main-container">
<div id="header">
<h1 class="title">README</h1>
</div>
<div id="metamapr" class="section level1">
<h1><a href="http://dgrapov.github.io/MetaMapR/">MetaMapR</a></h1>
<div id="a-metabolomic-network-mapping-tool" class="section level2">
<h2>A metabolomic network mapping tool</h2>
<p><img src="Manual/metamapr_long.gif" alt="demo" /></p>
</div>
<div id="screenshots" class="section level2">
<h2><a href="https://github.com/dgrapov/MetaMapR/blob/master/screenshots.md">Screenshots</a></h2>
<div id="installation" class="section level3">
<h3>Installation</h3>
<p>Requires <a href="http://cran.us.r-project.org/">R</a> and <a href="https://github.com/rstudio/shiny-server">Shiny</a>. Try it out using the <a href="http://spark.rstudio.com/dgrapov/MetaMapR/">Shiny glimmer server</a> or run locally by pasting the following code into the R console:</p>
<pre class="r"><code>library(shiny)
shiny::runGitHub('MetaMapR','dgrapov')</code></pre>
<p>Alternatively download the .zip file, unzip and run the following code (example for file on desktop)</p>
<pre class="r"><code>library(shiny)
shiny::runApp('~/../Desktop/MetaMapR-master/MetaMapR-master')</code></pre>
<p>NOTE: modify file paths for OSX and LINUX</p>
</div>
<div id="instructions" class="section level3">
<h3>Instructions</h3>
<ul>
<li><a href="http://ufpr.dl.sourceforge.net/project/metamapr/Metmapr%20v1.2.1%20tutorial%20v1.doc.pdf">Tutorial</a> (a more detailed version coming soon)</li>
<li><a href="http://dgrapov.github.io/MetaMapR/">Examples</a></li>
</ul>
</div>
<div id="information" class="section level3">
<h3>Information</h3>
<p>Version: 1.4.0 (1/18/2015)</p>
<p>News: <a href="https://github.com/dgrapov/MetaMapR/blob/master/NEWS.md">See the newest features.</a></p>
<p>License: GNU General Public License (v3), <a href="https://github.com/dgrapov/MetaMapR/blob/master/LICENSE">read more</a></p>
</div>
<div id="citation" class="section level3">
<h3>Citation</h3>
<p>If you find MetaMapR useful please cite this tool using the doi listed below.</p>
<p>Dmitry Grapov (2014) MetaMapR: Metabolomic Network Analysis and Visualization Tool</p>
<p><a href="http://dx.doi.org/10.5281/zenodo.12880"><img src="https://zenodo.org/badge/7400/dgrapov/MetaMapR.png" alt="DOI" /></a></p>
</div>
<div id="todo" class="section level3">
<h3>TODO</h3>
<ul>
<li>add partial correlations</li>
<li>add cytoscape.js networks</li>
<li>enable network mapping</li>
</ul>
</div>
<div id="faq" class="section level3">
<h3>FAQ</h3>
<ol style="list-style-type: decimal">
<li>How are multiple edge types handled in the network output?</li>
</ol>
<p>The default setting for returning all edge types or only unique edges can be found under the network tab using the unique edges checkbox. If the option is selected then edges are returned based on a hierarchy Biochemical > Structural > Mass Spectral > Correlation, otherwise all edges are returned.</p>
</div>
</div>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
$(document).ready(function () {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>