plugins/base2/net.sf.basedb.illumina/trunk/config/illumina-raw-data-types.xml

Code
Comments
Other
Rev Date Author Line
1032 07 Apr 09 nicklas 1 <?xml version="1.0" encoding="UTF-8" ?>
546 18 Jan 08 nicklas 2 <!DOCTYPE raw-data-types SYSTEM "raw-data-types.dtd" >
546 18 Jan 08 nicklas 3 <!--
546 18 Jan 08 nicklas 4   Definition for raw data types needed by the Illumina plug-ins.
549 22 Jan 08 nicklas 5   Place this file in the WEB-INF/classes/raw-data-types directory.
549 22 Jan 08 nicklas 6   For detailed installation instructions see the README file.
546 18 Jan 08 nicklas 7 -->
546 18 Jan 08 nicklas 8 <raw-data-types>
546 18 Jan 08 nicklas 9   <raw-data-type
572 06 Feb 08 martin 10     id="illumina_bead_summary"
546 18 Jan 08 nicklas 11     channels="1"
572 06 Feb 08 martin 12     name="Illumina Bead Summary (IBS)"
572 06 Feb 08 martin 13     table="IlluminaBeadSummary"
546 18 Jan 08 nicklas 14     >
546 18 Jan 08 nicklas 15     <property
546 18 Jan 08 nicklas 16       name="n"
546 18 Jan 08 nicklas 17       title="N"
546 18 Jan 08 nicklas 18       description="Number of beads"
546 18 Jan 08 nicklas 19       column="n"
546 18 Jan 08 nicklas 20       type="int"
546 18 Jan 08 nicklas 21       averagemethod="none"
546 18 Jan 08 nicklas 22     />
546 18 Jan 08 nicklas 23     <property
546 18 Jan 08 nicklas 24       name="mean"
546 18 Jan 08 nicklas 25       title="Mean GRN"
546 18 Jan 08 nicklas 26       description="Mean bead intensity"
546 18 Jan 08 nicklas 27       column="mean"
546 18 Jan 08 nicklas 28       type="float"
549 22 Jan 08 nicklas 29       averagemethod="arithmetic_mean"
546 18 Jan 08 nicklas 30     />
546 18 Jan 08 nicklas 31     <property
546 18 Jan 08 nicklas 32       name="dev"
546 18 Jan 08 nicklas 33       title="Dev GRN"
546 18 Jan 08 nicklas 34       description="Standard deviation of intensities"
546 18 Jan 08 nicklas 35       column="dev"
546 18 Jan 08 nicklas 36       type="float"
546 18 Jan 08 nicklas 37       averagemethod="none"
546 18 Jan 08 nicklas 38     />
546 18 Jan 08 nicklas 39     <intensity-formula
546 18 Jan 08 nicklas 40       name="mean"
546 18 Jan 08 nicklas 41       title="Mean signal"
546 18 Jan 08 nicklas 42       description="Mean bead intensity."
546 18 Jan 08 nicklas 43       >
546 18 Jan 08 nicklas 44       <formula 
546 18 Jan 08 nicklas 45         channel="1"
546 18 Jan 08 nicklas 46         expression="raw('mean')"
546 18 Jan 08 nicklas 47       />
546 18 Jan 08 nicklas 48     </intensity-formula>
546 18 Jan 08 nicklas 49   </raw-data-type>
546 18 Jan 08 nicklas 50 </raw-data-types>
546 18 Jan 08 nicklas 51