Changeset 1032
- Timestamp:
- Apr 7, 2009, 8:24:34 AM (14 years ago)
- Location:
- plugins/base2/net.sf.basedb.illumina/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.illumina/trunk/README
r941 r1032 29 29 30 30 2. Illumina Bead Summary (IBS) files. The IBS files contain quantified probe intensities. 31 3. Illumina Sentrix ®Array binary manifest (BGX) file. The BGX files contain probe annotations.31 3. Illumina Sentrix Array binary manifest (BGX) file. The BGX files contain probe annotations. 32 32 33 33 For SNP experiments: … … 46 46 47 47 The Illumina BeadArray Reader is a scanner that can read arrays including Illumina 48 Sentrix ® BeadChips and Sentrix®Array Matrices (SAMs). Operation of the BeadArray49 Reader and image aquisition from Sentrix ®arrays is handled by the Illumina BeadScan48 Sentrix BeadChips and Sentrix Array Matrices (SAMs). Operation of the BeadArray 49 Reader and image aquisition from Sentrix arrays is handled by the Illumina BeadScan 50 50 software. 51 51 … … 54 54 as the Illumina BeadStudio software. 55 55 56 The Illumina plug-ins package for BASE reads Illumina Sentrix ®Array data from56 The Illumina plug-ins package for BASE reads Illumina Sentrix Array data from 57 57 Illumina Bead Summary (IBS) files. The IBS files are not by default outputted by 58 58 the BeadArray Reader and the scanner must be configured to do so. Once the … … 61 61 to contact their local Illumina Field Application Scientist. 62 62 63 The IBS files are text files that contain bead-type level data for scanned Sentrix ®63 The IBS files are text files that contain bead-type level data for scanned Sentrix 64 64 arrays. The file format is explained in detail in the section Illumina Bead Summary 65 65 files. … … 67 67 == Illumina Bead Summary (IBS) files == 68 68 69 The IBS files contain bead-type level data for scanned Sentrix ®arrays.69 The IBS files contain bead-type level data for scanned Sentrix arrays. 70 70 The IBS files are simple comma separated text files with file extension .csv. 71 71 The IBS files are outputted by the BeadArray Reader in the same directory as any … … 85 85 The column content in an IBS file is described below. 86 86 - ''' Illumicode ''': A code corresponding to the Array_Address_Id in the 87 Illumina Sentrix® Array binary manifest (BGX) file. Note that the Illuminacode is a string (or integer) of varying length. The Array_Address_Id is a string with a fixed lenght of 10 characters that consists of an Illuminacode padded with zeros. 87 Illumina Sentrix Array binary manifest (BGX) file. Note that the Illuminacode 88 is a string (or integer) of varying length. The Array_Address_Id is a string with 89 a fixed lenght of 10 characters that consists of an Illuminacode padded with zeros. 88 90 - ''' N ''': The total number of beads used to calculate Mean GRN and Dev GRN. 89 91 - ''' Mean GRN ''': The mean intensity. … … 95 97 96 98 97 == Illumina Sentrix ®Array binary manifest (BGX) files ==98 99 In addition to IDAT files, BeadStudio requires Illumina Sentrix ®Array binary99 == Illumina Sentrix Array binary manifest (BGX) files == 100 101 In addition to IDAT files, BeadStudio requires Illumina Sentrix Array binary 100 102 manifest (BGX) files that contain information about the probes on a specific 101 Illumina Sentrix ®Array, including gene symbol, probe sequence, and so on.103 Illumina Sentrix Array, including gene symbol, probe sequence, and so on. 102 104 In BASE, the BGX files are used to create array designs that describe the probe 103 content of a specific Illumina Sentrix ®Array.105 content of a specific Illumina Sentrix Array. 104 106 105 107 BGX files are tab separated text files composed of 3 sections named Heading, -
plugins/base2/net.sf.basedb.illumina/trunk/build.xml
r970 r1032 22 22 <property name="javac.source" value="1.5" /> 23 23 <property name="javac.target" value="1.5" /> 24 <property name="javac.encoding" value=" ISO-8859-1" />24 <property name="javac.encoding" value="UTF-8" /> 25 25 <property name="depend.jars" 26 26 value="http://base2.thep.lu.se/base/jars/2.9.0" -
plugins/base2/net.sf.basedb.illumina/trunk/config/illumina-extended-properties.xml
r624 r1032 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="UTF-8" ?> 2 2 <!DOCTYPE extended-properties SYSTEM "extended-properties.dtd" > 3 3 <!-- -
plugins/base2/net.sf.basedb.illumina/trunk/config/illumina-raw-data-types.xml
r572 r1032 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="UTF-8" ?> 2 2 <!DOCTYPE raw-data-types SYSTEM "raw-data-types.dtd" > 3 3 <!-- -
plugins/base2/net.sf.basedb.illumina/trunk/src/net/sf/basedb/illumina/plugins/DetectionPValue.java
r941 r1032 2 2 $Id$ 3 3 4 Copyright (C) 2008 Jari H akkinen4 Copyright (C) 2008 Jari Häkkinen 5 5 6 6 This file is part of Illumina plug-in package for BASE.
Note: See TracChangeset
for help on using the changeset viewer.