Changeset 2118
- Timestamp:
- Nov 5, 2013, 3:44:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base1/se.lu.onk.Center/trunk/README
r879 r2118 4 4 5 5 The `se.lu.onk.Center` plug-in is a normalisation method where 6 expression values are cent ered around the data median or mean. See6 expression values are centred around the data median or mean. See 7 7 ``Documentation`` below for further information about the plug-in. 8 8 9 `se.lu.onk.Center` is free software. See the file license.txt for 10 copying conditions. 11 12 The package was created by Johan Enell and is currently maintained by 13 Jari Häkkinen. 9 `se.lu.onk.Center` is open source software. See the file `license.txt` 10 for copying conditions. 11 12 The package was created by Johan Enell. 14 13 15 14 … … 23 22 == Installation and upgrade == 24 23 25 ''This plug-in is only tested in BASE 2.8 through the 26 Base1PluginExecuter but is expected to work also in BASE 27 1.2.17. Please report failure or success in BASE 1.2 through 28 http://baseplugins.thep.lu.se. These installation instructions only 29 describe how to get the plug-in to work with the Base1PluginExecuter 30 in the latest BASE version 2.'' 24 ''This plug-in is only tested in BASE through the Base1PluginExecuter 25 and may work also in BASE 1.2.17. Please report failure or success in 26 BASE 1.2 through http://baseplugins.thep.lu.se. These installation 27 instructions only describe how to get the plug-in to work with the 28 Base1PluginExecuter in the latest BASE 3.x version.'' 31 29 32 30 If you downloaded a binary package you only need to follow these … … 55 53 will respond that plug-ins where configured but ... 56 54 # Re-configure the plug-in without selecting a file, set the `Plugin 57 executable spath` and proceed to next window by clicking55 executable path` and proceed to next window by clicking 58 56 `Next`. This is explained in the BASE documentation and needs to 59 57 be done even when you update your plug-in. … … 70 68 == Compiling == 71 69 72 You must check out the `se.lu.onk.Center` from the repository,70 You must check out the `se.lu.onk.Center` from the repository and 73 71 follow the instructions below. Then download and untar the 74 72 `se.lu.onk.BaseFile` package available from … … 76 74 known to work with `se.lu.onk.BaseFile` version 1.0. 77 75 {{{ 78 check out project, see instructions below 76 check out project, see instructions below in section "Subversion Access" 79 77 # cd /path/to/se.lu.onk.Center 80 78 # wget http://baseplugins.thep.lu.se/attachment/wiki/se.lu.onk.BaseFile/BaseFile-1.0.tgz?format=raw -O BaseFile-1.0.tgz … … 95 93 Update the version number in `build.xml`, and issue `ant 96 94 package`. This creates a distribution package with all required 97 components, including BaseFile.jarand associated files.95 components, including `BaseFile.jar` and associated files. 98 96 99 97 … … 123 121 == Documentation == 124 122 125 To cent eryour data means that data values are adjusted to reflect123 To centre your data means that data values are adjusted to reflect 126 124 their variation from some property of the data such as the mean or 127 median. The cent er plug-in allows the user to centerthe expression125 median. The centre plug-in allows the user to centre the expression 128 126 levels either per gene or per array. 129 127 … … 134 132 really has nothing to do with your experiment, you want your analysis 135 133 to be independent of the amount of a gene present in the reference 136 sample. This is achieved by cent er your data on genes. Centering makes134 sample. This is achieved by cent-er your data on genes. Centring makes 137 135 less sense in experiments where the reference sample is part of the 138 136 experiment. 139 137 140 Cent ering the data for arrays can also be used to remove certain types141 of bias and can be seen as a crude normali zation. The results of many142 two-colo r fluorescent hybridization experiments are not corrected for138 Centring the data for arrays can also be used to remove certain types 139 of bias and can be seen as a crude normalisation. The results of many 140 two-colour fluorescent hybridisation experiments are not corrected for 143 141 systematic biases in ratios that are the result of differences in RNA 144 amounts, label ing efficiency, and image acquisition parameters. Such142 amounts, labelling efficiency, and image acquisition parameters. Such 145 143 bias have the effect of multiplying ratios for all genes by a fixed 146 scalar. Mean or median cent ering the data in log-space has the effect144 scalar. Mean or median centring the data in log-space has the effect 147 145 of correcting this bias, although it should be noted that an 148 146 assumption is being made in correcting this bias, which is that the … … 150 148 (or log-ratio of 0). 151 149 152 In general, it is recommended that median rather than mean cent ering150 In general, it is recommended that median rather than mean centring 153 151 is used since it is more robust against outliers. 154 152 155 153 === Parameters === 156 154 157 ''Center on genes/arrays'' - Whether centering should be done on 158 genes, arrays or both. If both is chosen then the centering will first 159 be done on genes then on arrays, this is called a cycle. 155 ''Center on genes/assays'' - Whether centring should be done on 156 genes, assays, or both. If both is chosen then the centring will 157 first be done on genes then on assays, this is called a cycle. 158 159 ''Assay groups for centering'' - If the centring should be based on 160 data in one or more assay groups. If `Default` is selected, centring 161 on assays is made with each assay in its own group, while centring on 162 genes is made with all assays in one group. Selecting `Single assay 163 group` centres all data based on values in a single assay 164 group. `Assay groups` centres each assay group separately. 165 166 ''Center group(s) assay names'' - Comma-separated list of names of 167 assays in groups to use for centring, with each group separated by a 168 `|` character. This option is only used when `Single assay group` or 169 `Assay groups` has been selected under ''Assay groups for centering''. 160 170 161 171 ''Number of centering cycles'' - How many cycles should be done during 162 172 centering. This value is only relevant if the centering should be done 163 on both genes and a rrays.173 on both genes and assays. 164 174 165 175 ''Centering using median or mean'' - Whether median or mean should be 166 176 used for the centering. 167 177 178 ''Normalise on gene/assays using median or mean'' - Whether 179 normalisation should be done on genes, assays, or both. 180 181 ''Number of normalization cycles'' - How many cycles should be done 182 during normalisation. 183 184 ''Create debug files'' - If debug data should be stored in `data` 185 directory. 168 186 169 187 ---------------------------------------------------------------------- 170 188 {{{ 171 Copyright (C) 2008 Jari Häkkinen189 Copyright (C) 2008, 2013 Jari Häkkinen 172 190 173 191 This file is part of the se.lu.onk.Center plug-in for BASE. Available
Note: See TracChangeset
for help on using the changeset viewer.