= Weighted nearest neighbour imputation, WeNNI = WeNNI is a method for imputing unreliable expression data values. WeNNI imputes the missing values by using continuous spot quality weights. In WeNNI the quality of data values are not divided into groups of either missing or present, but rather a continuous quality weight is assigned to each data value. The imputation performed by WeNNI is controlled with two parameters: the number of nearest neighbours to consider in the calculations and beta that is used in the calculation of weights. In the present version of WeNNI, the quality weights are calculated from a signal-to-noise ratio. The results presented in the WeNNI publication show that the choice of parameters is not crucial, and a value around 10 as the number of nearest neighbours and a beta in the range 0.1 to 1 is suggested when parameter tuning cannot be performed. WeNNI is described in BMC Bioinformatics where we assessed imputation methods on three data sets containing replicate measurements. Of the compared methods, best performance and robustness were achieved with WeNNI. ''Improving missing value imputation of microarray data by using spot quality weights'' [[BR]] P. Johansson and J. Häkkinen [[BR]] ''BMC Bioinformatics'' '''7''', 306 (2006) [[BR]] [http://www.biomedcentral.com/1471-2105/7/306/abstract/ Abstract] [http://www.biomedcentral.com/1471-2105/7/306 Full Text] [http://www.biomedcentral.com/content/pdf/1471-2105-7-306.pdf PDF] === Comments on WeNNI === * The notion of weights becomes obsolete after running WeNNI, i.e., do not use the weight fed into WeNNI in any subsequent analysis because all weights are now strictly 1. * Running WeNNI as a BASE plug-in makes WeNNI destined to impute log ratios of channel 1 and channel 2 (M values in BASE world). A consequence of imputing log ratios is that a change in ratio cannot be assigned to a specific channel. This implies that log(channel1*channel2) (A values in BASE world) become undefined and useless. However, on request from BASE users it was decided that A values should not be affected by the transformation in cases where the A value is well defined before imputation. In cases when an A value do not exist before transformation (i.e. channel1<=0 or channel2<=0) it was decided that A should be set to 0. NOTE, this does not change the underlying WeNNI algorithm in any way but is rather conventions needed for BASE plug-in usage. = License = The WeNNI software is available as a stand alone software package, or as a plug-in to BASE, under the [http://www.gnu.org/copyleft/gpl.html GNU General Public License]. = Download WeNNI = [attachment:wiki:se.lu.thep.WeNNI:wenni-0.6.tar.gz?format=raw Download latest stable release (WeNNI-0.6)]. You may need the [attachment:wiki:PluginDownload:BASE-plugindevkit-1.2.17.tar.gz?format=raw BASE 1.2 plug-in development kit]. [[br]] Previous version can be in the ''Attachments'' section below. Checkout bleeding edge (maybe unstable) revision of WeNNI with {{{ svn co http://baseplugins.thep.lu.se/svn/plugins/base1/se.lu.thep.wenni/trunk se.lu.thep.wenni }}} or [source:plugins/base1/se.lu.thep.wenni/trunk browse the WeNNI svn repository]. === TODO === ''Assigned tickets:'' [[TicketQuery(status=assigned&component=se.lu.thep.wenni)]] ''Open but not assigned tickets:'' [[TicketQuery(status=reopened&status=new&component=se.lu.thep.wenni)]] [query:status=new&status=assigned&status=reopened&component=se.lu.thep.wenni&order=priority All open tickets]