1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <!-- |
---|
3 | $Id: coreplugins.html 4889 2009-04-06 12:52:39Z nicklas $ |
---|
4 | |
---|
5 | Copyright (C) 2007 Jari Häkkinen, Peter Johansson, Martin Svensson |
---|
6 | |
---|
7 | This file is part of BASE - BioArray Software Environment. |
---|
8 | Available at http://base.thep.lu.se/ |
---|
9 | |
---|
10 | BASE is free software; you can redistribute it and/or |
---|
11 | modify it under the terms of the GNU General Public License |
---|
12 | as published by the Free Software Foundation; either version 3 |
---|
13 | of the License, or (at your option) any later version. |
---|
14 | |
---|
15 | BASE is distributed in the hope that it will be useful, |
---|
16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
18 | GNU General Public License for more details. |
---|
19 | |
---|
20 | You should have received a copy of the GNU General Public License |
---|
21 | along with BASE. If not, see <http://www.gnu.org/licenses/>. |
---|
22 | --> |
---|
23 | <html> |
---|
24 | <a name="top"></a> |
---|
25 | <head> |
---|
26 | <title>BASE 2 - Core plugins and tools</title> |
---|
27 | <link rel=stylesheet type="text/css" href="../../styles.css"> |
---|
28 | </head> |
---|
29 | <body style="width:880px"> |
---|
30 | <div class="navigation"> |
---|
31 | <a href="../../index.html">BASE</a> |
---|
32 | <img src="../../next.gif"> |
---|
33 | <a href="../index.html">Administrator documentation</a> |
---|
34 | <img src="../../next.gif">Core plugins |
---|
35 | </div> |
---|
36 | |
---|
37 | <h1>BASE 2 - Core plugins</h1> |
---|
38 | <div class="abstract"> |
---|
39 | <p> |
---|
40 | This document is mostly superseeded by the <a |
---|
41 | href="http://base.thep.lu.se/chrome/site/latest/html/appendix/appendix.coreplugins.html">core |
---|
42 | plugins list in the BASE 2 documentation</a>. Some tools are |
---|
43 | still listed here. |
---|
44 | </p> |
---|
45 | |
---|
46 | <b>Contents</b> |
---|
47 | <ol> |
---|
48 | <li><a href="#tools">Tools</a></li> |
---|
49 | </ol> |
---|
50 | |
---|
51 | <p class="authors"> |
---|
52 | <b>Last updated:</b> $Date: 2007-01-09$ <br> |
---|
53 | <b>Copyright ©</b> 2007 The respective authors. All rights reserved. |
---|
54 | </p> |
---|
55 | </div> |
---|
56 | <ol> |
---|
57 | <li> |
---|
58 | <a name="tools"></a> |
---|
59 | <h2>Tools</h2> |
---|
60 | <table class="listing"> |
---|
61 | <tr> |
---|
62 | <th>Name</th> |
---|
63 | <th>Note</th> |
---|
64 | </tr> |
---|
65 | <tr> |
---|
66 | <td>MultiExperiment Viewer, MeV</td> |
---|
67 | <td>MeV is a versatile microarray data analysis tool, |
---|
68 | incorporating sophisticated algorithms for clustering, |
---|
69 | visualization, classification, statistical analysis and |
---|
70 | biological theme discovery, http://www.tm4.org. We use a |
---|
71 | modified version of MeV and provide information about |
---|
72 | the changes at |
---|
73 | <a |
---|
74 | href=http://dev.thep.lu.se/basehacks>http://dev.thep.lu.se/basehacks</a>.</td> |
---|
75 | </tr> |
---|
76 | </table> |
---|
77 | <div align="right"><a href="#top">top of this document</a></div> |
---|
78 | </li> |
---|
79 | </ol> |
---|
80 | </body> |
---|
81 | </html> |
---|