source:
plugins/base2/net.sf.basedb.agilent/trunk/README_PluginDetails
@
1202
Last change on this file since 1202 was 1199, checked in by , 12 years ago | |
---|---|
|
|
File size: 1.8 KB |
$Id: README_PluginDetails 1199 2010-03-06 08:54:15Z jari $
Introduction
This file gives some details on some of the plug-ins in this package.
Background correction plug-in
This plug-in will remove a per-slide global background from all spots. The background is calculated from a set of negative control spot on the array. See implementation details below for details.
Parameters
The only parameter to set is how background intensities should be calculated. Allowed values are median or mean, i.e. the background is either the median or the mean of the negative control spots on the array.
Implementation details
Each assay is treated separately, i.e., no samples are combined together. All calculations are made on the current bioassay data implying that this plug-in should be used early in analysis and before background spots are removed.
A spot is considered to be a negative control spot if it has an External Id exactly matching the string (-)3xSLv1.
Copyright (C) 2010 Jari Häkkinen This file is part of Illumina plug-in package for BASE. Available at http://baseplugins.thep.lu.se/ BASE main site: http://base.thep.lu.se/ This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.