Opened 17 years ago
Last modified 17 years ago
#91 closed task
Import Illumina Bead Summary(IBS) files as raw data — at Version 7
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Illumina package v1.0 |
Component: | net.sf.basedb.illumina | Keywords: | |
Cc: |
Description (last modified by )
The rawest form of raw data generated by the Illumina scanner are the Illumina Bead Summary(IBS) files. Each sub-array can have one or two files (related to the number of "stripes"). The IBS files are simple and have only four columns:
- Illumicode: The ID of the feature. Same as Array_Address_Id in the bgx files, but without 0-padding.
- N: The number of beads
- Mean GRN: Mean intensity
- Dev GRN: Standard deviation of the intensities
In each file there is only one entry for each feature, but the same feature may have an entry in both files. When importing the values for a feature must be merged. The intensity value is simply the weighted (by the number of beads) mean of the values in the two files. The number of beads are simply added. We need to find a formula for how to merge the standard deviation values.
Change History (7)
comment:1 by , 17 years ago
Milestone: | → Illumina package v1.0 |
---|
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 17 years ago
comment:4 by , 17 years ago
comment:5 by , 17 years ago
comment:6 by , 17 years ago
comment:7 by , 17 years ago
Description: | modified (diff) |
---|---|
Summary: | Import Illumina scandata files as raw data → Import Illumina Bead Summary(IBS) files as raw data |
Changed scandata -> Bead Summary
(In [560]) References #91: Import Illumina scandata files as raw data
A skeleton that installs and compiles.