Changeset 4005 for trunk/doc/src/docbook/appendix/raw_data_types.xml
- Timestamp:
- Nov 26, 2007, 4:00:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/appendix/raw_data_types.xml
r4002 r4005 113 113 doesn't. If it supports import, it may be locked to specific raw data type 114 114 or it may use any raw data type. Among the default platforms installed with 115 BASE, the Affymetrix platform doesn't support importing data . The Generic platform116 supports importing to any raw data type.115 BASE, the Affymetrix platform doesn't support importing data while the Generic 116 platform supports importing to any raw data type. 117 117 </para> 118 118 … … 129 129 you do it before the first initialisation of the database. 130 130 It is possible to change the configuration of an existing BASE installation but it 131 requires manual updates to the database. Follow this procedure:131 requires manual updates to the database. Following procedure covers how to update: 132 132 </para> 133 133 … … 157 157 158 158 <tip> 159 <title>Create a parallel linstallation</title>159 <title>Create a parallel installation</title> 160 160 <para> 161 You can always create a new temporary parallel linstallation to check161 You can always create a new temporary parallel installation to check 162 162 what the table generated by installation script looks like. Compare the 163 163 new table to the existing one and make sure they match. … … 183 183 <bridgehead>Format of the raw-data-types.xml file</bridgehead> 184 184 <para> 185 The <filename>raw-data-types.xml</filename> is an XML file.186 The following example will serve as a description of the format:185 The following example will serve as a description of the format used in 186 <filename>raw-data-types.xml</filename>: 187 187 </para> 188 189 188 189 190 190 <programlisting language="xml"> 191 191 <![CDATA[ … … 268 268 <entry> 269 269 A unique name of the raw data type. The name is usually used by client 270 applications for dis aplay.270 applications for display. 271 271 </entry> 272 272 </row> … … 348 348 Following the <sgmltag class="starttag">property</sgmltag> tags comes 0 349 349 or more <sgmltag class="starttag">intensity-formula</sgmltag> tags. 350 Each one defines mathematical formulas that can be used to create351 calculate the intensity values from the raw data. In the Genepix , case350 Each one defines mathematical formulas that can be used to 351 calculate the intensity values from the raw data. In the Genepix case, 352 352 there are several formulas which differs in the way background is 353 subtracted from foreg orund intensity values. For other raw data353 subtracted from foreground intensity values. For other raw data 354 354 types, the intensity formula may just copy one of the raw data values. 355 355 </para>
Note: See TracChangeset
for help on using the changeset viewer.