andersjacobsen-mirmaid_mir2disease 0.0.0 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/Rakefile +46 -0
  3. data/VERSION +1 -0
  4. data/app/controllers/m2d_disease_links_controller.rb +44 -0
  5. data/app/controllers/m2d_diseases_controller.rb +44 -0
  6. data/app/models/m2d_disease.rb +22 -0
  7. data/app/models/m2d_disease_link.rb +27 -0
  8. data/app/views/m2d_disease_links/_list_for_mature.html.erb +21 -0
  9. data/app/views/m2d_disease_links/_m2d_disease_link.html.erb +9 -0
  10. data/app/views/m2d_disease_links/index.html.erb +18 -0
  11. data/app/views/m2d_disease_links/show.html.erb +21 -0
  12. data/app/views/m2d_diseases/_m2d_disease.html.erb +4 -0
  13. data/app/views/m2d_diseases/index.html.erb +20 -0
  14. data/app/views/m2d_diseases/show.html.erb +25 -0
  15. data/config/routes.rb +12 -0
  16. data/data/mir2dis.txt +2568 -0
  17. data/init.rb +7 -0
  18. data/install.rb +1 -0
  19. data/lib/mir2disease.rb +1 -0
  20. data/mirmaid_mir2disease.gemspec +87 -0
  21. data/mirmaid_models.rb +9 -0
  22. data/rdoc/classes/M2dDisease.html +140 -0
  23. data/rdoc/classes/M2dDiseaseLink.html +119 -0
  24. data/rdoc/classes/M2dDiseaseLinksController.html +170 -0
  25. data/rdoc/classes/M2dDiseasesController.html +170 -0
  26. data/rdoc/created.rid +1 -0
  27. data/rdoc/css/main.css +191 -0
  28. data/rdoc/css/panel.css +383 -0
  29. data/rdoc/css/reset.css +53 -0
  30. data/rdoc/files/README.html +78 -0
  31. data/rdoc/files/app/controllers/m2d_disease_links_controller_rb.html +66 -0
  32. data/rdoc/files/app/controllers/m2d_diseases_controller_rb.html +66 -0
  33. data/rdoc/files/app/models/m2d_disease_link_rb.html +85 -0
  34. data/rdoc/files/app/models/m2d_disease_rb.html +77 -0
  35. data/rdoc/files/lib/mir2disease_rb.html +64 -0
  36. data/rdoc/i/arrows.png +0 -0
  37. data/rdoc/i/results_bg.png +0 -0
  38. data/rdoc/i/tree_bg.png +0 -0
  39. data/rdoc/index.html +14 -0
  40. data/rdoc/js/jquery-1.3.2.min.js +19 -0
  41. data/rdoc/js/main.js +34 -0
  42. data/rdoc/js/searchdoc.js +620 -0
  43. data/rdoc/panel/index.html +71 -0
  44. data/rdoc/panel/search_index.js +1 -0
  45. data/rdoc/panel/tree.js +1 -0
  46. data/tasks/mir2disease_tasks.rake +115 -0
  47. data/uninstall.rb +1 -0
  48. metadata +51 -2
@@ -0,0 +1,53 @@
1
+ /* http://meyerweb.com/eric/tools/css/reset/ */
2
+ /* v1.0 | 20080212 */
3
+
4
+ html, body, div, span, applet, object, iframe,
5
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
6
+ a, abbr, acronym, address, big, cite, code,
7
+ del, dfn, em, font, img, ins, kbd, q, s, samp,
8
+ small, strike, strong, sub, sup, tt, var,
9
+ b, u, i, center,
10
+ dl, dt, dd, ol, ul, li,
11
+ fieldset, form, label, legend,
12
+ table, caption, tbody, tfoot, thead, tr, th, td {
13
+ margin: 0;
14
+ padding: 0;
15
+ border: 0;
16
+ outline: 0;
17
+ font-size: 100%;
18
+ vertical-align: baseline;
19
+ background: transparent;
20
+ }
21
+ body {
22
+ line-height: 1;
23
+ }
24
+ ol, ul {
25
+ list-style: none;
26
+ }
27
+ blockquote, q {
28
+ quotes: none;
29
+ }
30
+ blockquote:before, blockquote:after,
31
+ q:before, q:after {
32
+ content: '';
33
+ content: none;
34
+ }
35
+
36
+ /* remember to define focus styles! */
37
+ :focus {
38
+ outline: 0;
39
+ }
40
+
41
+ /* remember to highlight inserts somehow! */
42
+ ins {
43
+ text-decoration: none;
44
+ }
45
+ del {
46
+ text-decoration: line-through;
47
+ }
48
+
49
+ /* tables still need 'cellspacing="0"' in the markup */
50
+ table {
51
+ border-collapse: collapse;
52
+ border-spacing: 0;
53
+ }
@@ -0,0 +1,78 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>README</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
9
+ <script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
10
+ </head>
11
+
12
+ <body>
13
+ <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
14
+ <tr><td>
15
+ <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
16
+ <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />README</td>
17
+ <td align="right">
18
+ <table border='0' cellspacing="0" cellpadding="2">
19
+ <tr>
20
+ <td>Path:</td>
21
+ <td>README</td>
22
+ </tr>
23
+ <tr>
24
+ <td>Modified:</td>
25
+ <td>Thu Jun 18 11:49:23 +0200 2009</td>
26
+ </tr>
27
+ </table>
28
+ </td></tr>
29
+ </table>
30
+ </td></tr>
31
+ </table><br />
32
+
33
+ <div id="bodyContent">
34
+ <div id="content">
35
+
36
+ <div class="description"><p>
37
+ Mir2disease
38
+ </p>
39
+ <h6>=====</h6>
40
+ <p>
41
+ Introduction goes here.
42
+ </p>
43
+ <p>
44
+ Example
45
+ </p>
46
+ <h6>=</h6>
47
+ <p>
48
+ Example goes here.
49
+ </p>
50
+ <p>
51
+ Copyright &#169; 2009 [Anders Jacobsen], released under the MIT license
52
+ </p>
53
+ </div>
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+ </div>
76
+ </div>
77
+ </body>
78
+ </html>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>m2d_disease_links_controller.rb</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
9
+ <script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
10
+ </head>
11
+
12
+ <body>
13
+ <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
14
+ <tr><td>
15
+ <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
16
+ <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />m2d_disease_links_controller.rb</td>
17
+ <td align="right">
18
+ <table border='0' cellspacing="0" cellpadding="2">
19
+ <tr>
20
+ <td>Path:</td>
21
+ <td>app/controllers/m2d_disease_links_controller.rb</td>
22
+ </tr>
23
+ <tr>
24
+ <td>Modified:</td>
25
+ <td>Tue Jun 30 00:00:51 +0200 2009</td>
26
+ </tr>
27
+ </table>
28
+ </td></tr>
29
+ </table>
30
+ </td></tr>
31
+ </table><br />
32
+
33
+ <div id="bodyContent">
34
+ <div id="content">
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+ <div class="sectiontitle">Classes and Modules</div>
51
+ <ul>
52
+
53
+ <li><span class="type">CLASS</span> <a href="../../../classes/M2dDiseaseLinksController.html">M2dDiseaseLinksController</a></li>
54
+
55
+ </ul>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+ </div>
64
+ </div>
65
+ </body>
66
+ </html>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>m2d_diseases_controller.rb</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
9
+ <script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
10
+ </head>
11
+
12
+ <body>
13
+ <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
14
+ <tr><td>
15
+ <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
16
+ <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />m2d_diseases_controller.rb</td>
17
+ <td align="right">
18
+ <table border='0' cellspacing="0" cellpadding="2">
19
+ <tr>
20
+ <td>Path:</td>
21
+ <td>app/controllers/m2d_diseases_controller.rb</td>
22
+ </tr>
23
+ <tr>
24
+ <td>Modified:</td>
25
+ <td>Tue Jun 30 00:09:01 +0200 2009</td>
26
+ </tr>
27
+ </table>
28
+ </td></tr>
29
+ </table>
30
+ </td></tr>
31
+ </table><br />
32
+
33
+ <div id="bodyContent">
34
+ <div id="content">
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+ <div class="sectiontitle">Classes and Modules</div>
51
+ <ul>
52
+
53
+ <li><span class="type">CLASS</span> <a href="../../../classes/M2dDiseasesController.html">M2dDiseasesController</a></li>
54
+
55
+ </ul>
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+ </div>
64
+ </div>
65
+ </body>
66
+ </html>
@@ -0,0 +1,85 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>m2d_disease_link.rb</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
9
+ <script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
10
+ </head>
11
+
12
+ <body>
13
+ <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
14
+ <tr><td>
15
+ <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
16
+ <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />m2d_disease_link.rb</td>
17
+ <td align="right">
18
+ <table border='0' cellspacing="0" cellpadding="2">
19
+ <tr>
20
+ <td>Path:</td>
21
+ <td>app/models/m2d_disease_link.rb</td>
22
+ </tr>
23
+ <tr>
24
+ <td>Modified:</td>
25
+ <td>Wed Jul 01 14:02:58 +0200 2009</td>
26
+ </tr>
27
+ </table>
28
+ </td></tr>
29
+ </table>
30
+ </td></tr>
31
+ </table><br />
32
+
33
+ <div id="bodyContent">
34
+ <div id="content">
35
+
36
+ <div class="description"><h2>Schema Information</h2>
37
+ <p>
38
+ Table name: m2d_disease_links
39
+ </p>
40
+ <pre>
41
+ id :integer not null, primary key
42
+ mature_id :integer
43
+ m2d_disease_id :integer
44
+ mirna :string(255)
45
+ expression :string(255)
46
+ method :string(255)
47
+ description :text
48
+ year :integer
49
+ pmid :integer
50
+ causal :string(255)
51
+ genes :string(255)
52
+ </pre>
53
+ </div>
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+ <div class="sectiontitle">Classes and Modules</div>
70
+ <ul>
71
+
72
+ <li><span class="type">CLASS</span> <a href="../../../classes/M2dDiseaseLink.html">M2dDiseaseLink</a></li>
73
+
74
+ </ul>
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+ </div>
83
+ </div>
84
+ </body>
85
+ </html>
@@ -0,0 +1,77 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>m2d_disease.rb</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
9
+ <script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
10
+ </head>
11
+
12
+ <body>
13
+ <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
14
+ <tr><td>
15
+ <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
16
+ <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />m2d_disease.rb</td>
17
+ <td align="right">
18
+ <table border='0' cellspacing="0" cellpadding="2">
19
+ <tr>
20
+ <td>Path:</td>
21
+ <td>app/models/m2d_disease.rb</td>
22
+ </tr>
23
+ <tr>
24
+ <td>Modified:</td>
25
+ <td>Wed Jul 01 14:02:58 +0200 2009</td>
26
+ </tr>
27
+ </table>
28
+ </td></tr>
29
+ </table>
30
+ </td></tr>
31
+ </table><br />
32
+
33
+ <div id="bodyContent">
34
+ <div id="content">
35
+
36
+ <div class="description"><h2>Schema Information</h2>
37
+ <p>
38
+ Table name: m2d_diseases
39
+ </p>
40
+ <pre>
41
+ id :integer not null, primary key
42
+ doid :integer
43
+ name :string(255)
44
+ </pre>
45
+ </div>
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+ <div class="sectiontitle">Classes and Modules</div>
62
+ <ul>
63
+
64
+ <li><span class="type">CLASS</span> <a href="../../../classes/M2dDisease.html">M2dDisease</a></li>
65
+
66
+ </ul>
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+ </div>
75
+ </div>
76
+ </body>
77
+ </html>
@@ -0,0 +1,64 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <title>mir2disease.rb</title>
7
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
+ <link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
9
+ <script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
10
+ </head>
11
+
12
+ <body>
13
+ <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
14
+ <tr><td>
15
+ <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
16
+ <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />mir2disease.rb</td>
17
+ <td align="right">
18
+ <table border='0' cellspacing="0" cellpadding="2">
19
+ <tr>
20
+ <td>Path:</td>
21
+ <td>lib/mir2disease.rb</td>
22
+ </tr>
23
+ <tr>
24
+ <td>Modified:</td>
25
+ <td>Mon Jun 15 11:40:36 +0200 2009</td>
26
+ </tr>
27
+ </table>
28
+ </td></tr>
29
+ </table>
30
+ </td></tr>
31
+ </table><br />
32
+
33
+ <div id="bodyContent">
34
+ <div id="content">
35
+
36
+ <div class="description"><p>
37
+ Mir2disease
38
+ </p>
39
+ </div>
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+ </div>
62
+ </div>
63
+ </body>
64
+ </html>