File: improvement.html

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
file content (73 lines) | stat: -rw-r--r-- 5,818 bytes parent folder | download
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
<HTML>
<HEAD>
<TITLE>Improvements List</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
<LINK HREF="style_ini.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A href="index.html">Home</A> &nbsp;&middot;
<A href="classes.html">Classes</A> &nbsp;&middot;
<A href="annotated.html">Annotated Classes</A> &nbsp;&middot;
<A href="modules.html">Modules</A> &nbsp;&middot;
<A href="functions_func.html">Members</A> &nbsp;&middot;
<A href="namespaces.html">Namespaces</A> &nbsp;&middot;
<A href="pages.html">Related Pages</A>
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<!-- Generated by Doxygen 1.8.5 -->
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Improvements List </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_improvement000009"></a>Class <a class="el" href="classOpenMS_1_1Math_1_1AveragePosition.html">AveragePosition&lt; D &gt;</a>  </dt>
<dd>A lot of convenience methods could be added. For example, we could overload operator + and -, consequently +=, -=, even &lt; and ==, inherit the whole thing from an extended DPosition with similar methods, initialize from iterator ranges, ... but there are not concrete use cases at the moment. Please contact the maintainer if you need something for your application field. (Clemens)  </dd>
<dt><a class="anchor" id="_improvement000006"></a>Class <a class="el" href="classOpenMS_1_1BernNorm.html">BernNorm</a>  </dt>
<dd>read paper and try to confirm implementation (andreas) </dd>
<dt><a class="anchor" id="_improvement000007"></a>Member <a class="el" href="classOpenMS_1_1ComplementFilter.html#adf638fa1a8dfe5de7d7fa39735e3d7fd">ComplementFilter::apply</a>  (SpectrumType &amp;spectrum)</dt>
<dd>think about an correct fast algorithm, not just an heuristic (Andreas)  </dd>
<dt><a class="anchor" id="_improvement000004"></a>Class <a class="el" href="classOpenMS_1_1ConstRefVector.html">ConstRefVector&lt; ContainerT &gt;</a>  </dt>
<dd>Check if we can omit the iterator template arguments (Clemens) </dd>
<dt><a class="anchor" id="_improvement000005"></a>Class <a class="el" href="classOpenMS_1_1ConvexHull2D.html">ConvexHull2D</a>  </dt>
<dd>For chromatograms we could postprocess the input and remove points in intermediate RT scans, which are currently reported but make the number of points rather large. </dd>
<dt><a class="anchor" id="_improvement000003"></a>Class <a class="el" href="classOpenMS_1_1ElementDB.html">ElementDB</a>  </dt>
<dd><p class="startdd">include exact mass values for the isotopes (done) and update IsotopeDistribution (Andreas) </p>
<p class="enddd">add exact isotope distribution based on exact isotope values (Andreas)  </p>
</dd>
<dt><a class="anchor" id="_improvement000001"></a>Class <a class="el" href="classOpenMS_1_1FalseDiscoveryRate.html">FalseDiscoveryRate</a>  </dt>
<dd>implement charge state separated fdr/q-values (Andreas) </dd>
<dt><a class="anchor" id="_improvement000010"></a>Class <a class="el" href="classOpenMS_1_1FeatureFinderAlgorithmPicked.html">FeatureFinderAlgorithmPicked&lt; PeakType, FeatureType &gt;</a>  </dt>
<dd><p class="startdd">RT model with tailing/fronting (Marc) </p>
<p class="enddd">More general MZ model - e.g. based on co-elution or with sulfur-averagines (Marc) </p>
</dd>
<dt><a class="anchor" id="_improvement000002"></a>Class <a class="el" href="classOpenMS_1_1MapAlignmentAlgorithm.html">MapAlignmentAlgorithm</a>  </dt>
<dd>The maps should not be all loaded before the algorithm - in order to save memory e.g. in the star-wise approach (Clemens)  </dd>
<dt><a class="anchor" id="_improvement000014"></a>Class <a class="el" href="classOpenMS_1_1MetaDataBrowser.html">MetaDataBrowser</a>  </dt>
<dd>Add generic mechanism to add items to data vectors e.g. for Instrument - IonSource (Hiwi) </dd>
<dt><a class="anchor" id="_improvement000008"></a>Class <a class="el" href="classOpenMS_1_1Internal_1_1MzDataHandler.html">MzDataHandler&lt; MapType &gt;</a>  </dt>
<dd>Add implementation and tests of 'supDataArray' to store IntegerDataArray and StringDataArray of MSSpectrum (Hiwi)  </dd>
<dt><a class="anchor" id="_improvement000018"></a>Page <a class="el" href="TOPP_OMSSAAdapter.html">OMSSAAdapter</a>  </dt>
<dd>modes to read OMSSA output data and save in idXML format (Andreas)  </dd>
<dt><a class="anchor" id="_improvement000015"></a>Class <a class="el" href="classOpenMS_1_1Spectrum2DCanvas.html">Spectrum2DCanvas</a>  </dt>
<dd><p class="startdd">Add RT interpolation mode for high zoom in 2D View (Hiwi)</p>
<p class="enddd">Snap also to min intensity (Hiwi) </p>
</dd>
<dt><a class="anchor" id="_improvement000017"></a>Class <a class="el" href="classOpenMS_1_1SpectrumCanvas.html">SpectrumCanvas</a>  </dt>
<dd>Add log mode (Hiwi) </dd>
<dt><a class="anchor" id="_improvement000011"></a>Class <a class="el" href="classOpenMS_1_1TOPPViewBase.html">TOPPViewBase</a>  </dt>
<dd><p class="startdd">Use DataRepository singleton to share data between TOPPView and the canvas classes (Hiwi)</p>
<p>For painting single mass traces with no width we currently paint each line twice (once going down, and then coming back up). This could be more efficient...</p>
<p class="enddd">Keep spectrum browser widgets of all layers in memory in order to avoid rebuilding the entire tree view every time the active layer changes (Hiwi, Johannes)</p>
</dd>
</dl>
</div></div><!-- contents -->
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<TABLE width="100%" border="0">
<TR>
<TD><font color="#c0c0c0">OpenMS / TOPP release 1.11.1</font></TD>
<TD align="right"><font color="#c0c0c0">Documentation generated on Thu Nov 14 2013 11:19:25 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>