wiki:net.sf.basedb.illumina

Version 10 (modified by Jari Häkkinen, 16 years ago) ( diff )

--

Illumina plug-ins package for BASE

This package contains plug-ins for the Illumina platform. The plug-ins require BASE 2.6.0 or later and that you have data in the form of either:

  • For expression experiments: Illumina Bead Summary (IBS) and Illumina Sentrix® Array binary manifest (BGX) files.
  • For SNP experiments: Illumina SNP manifest files in CSV format, Illumina SNP raw data files from BeadStudio.

Expression data plug-ins in this package:

  • BGX reporter importer: Import reporter annotations from BGX files
  • BGX feature importer: Create array designs from BGX files
  • Bead summary importer: Import Illumina Bead Summary files as raw bioassay data

SNP data plugins in this package:

  • SNP reporter importer: Import reporter annotations from SNP manifest files
  • SNP raw data importer: Creates raw bioassays from SNP raw data files
  • SNP intensity calculator: Extracts data from the raw data files and stores it as a root bioassayset in BASE

Documentation

INSTALL describes how to install the plug-in package. It is important that you read this document. The plug-ins require additional raw data tables and reporter annotation columns in the database before they can be used.

README contains general information about the plug-ins and specific information for expressions experiments.

README_SNP contains specific information for SNP experiments.

License

GNU General Public License version 2.

Download

Version Revision Date Binary (tar.gz)
1.0 632 March 13, 2008 illumina-plugins-1.0.tar.gz (80kB)

Source code can be downloaded from the subversion repository. Use the following command to get source code for the 1.0 version:

svn co http://baseplugins.thep.lu.se/svn/plugins/base2/net.sf.basedb.illumina/tags/1.0 illumina-1.0

The latest development (maybe unstable; do not use on a production server) revision can be checked out from the repository using the following command:

svn co http://baseplugins.thep.lu.se/svn/plugins/base2/net.sf.basedb.illumina/trunk illumina-devel

Contribute

After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a team spirit, you will likely be awarded that permission.

TODO

#463
Illumina expression background correction (version 1.7) does not ask for required permissions to write file

Attachments (9)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.