File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,36 @@ This project aims to visualize gene expression profiles in the context of mitoch
11
11
3 . Compile the project
12
12
` grunt dist `
13
13
14
+ ## Usage
15
+
16
+ ```
17
+ <html>
18
+ <head>
19
+
20
+ <!-- 1. Import the app styles CSS -->
21
+ <link href='css/App.css' rel='stylesheet' type='text/css'>
22
+
23
+ </head>
24
+
25
+ <body></body>
26
+
27
+ <!-- 2. Import javascript -->
28
+ <script src="js/App.min.js"></script>
29
+
30
+ <script>
31
+ // 3. Initialize application!
32
+ App.init({
33
+ browser_example: 'X:3800000-4340000',
34
+ gene_example: 'mof',
35
+ icon: '/static/img/fly.svg'
36
+ });
37
+
38
+ // Alternatively use the default configuration:
39
+ // App.init();
40
+ </script>
41
+ </html>
42
+ ```
43
+
14
44
## Built With
15
45
16
46
* [ NPM] ( https://www.npmjs.com/ ) - Dependency Management
You can’t perform that action at this time.
0 commit comments