Changeset 232
- Timestamp:
- Feb 14, 2007, 1:00:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/uk/ac/scri/batchimporter/README.txt
r226 r232 5 5 It is assumed that all the data files are of the same data type and format -- the import will fail otherwise. It is also assumed that a suitable import configuration for the data exists already. 6 6 7 In the case of non-Affy data, the raw data will be added to the RawBioAssay objects by physically importing it into the database. For Affy data, the cel file will be attached to the RawBioAssay objects but no actual data is imported into the database -- the raw data stays in the cel files. Affy data imports also assume that a new ArrayDesign needs to be created and this is done with the cdf file which needs to be included in the zip file with the data files. The Arraydesign object is then set on each RawBioAssay created. 8 7 9 ============================================================ 8 10 9 11 INSTALLATION 10 11 - Place sbrn-commons.jar into the www/WEB-INF/lib directory of your BASE2 installation.12 12 13 13 - Place batchimporter.jar into the www/plugins directory of your BASE2 installation. … … 27 27 USE 28 28 29 1. Zip up into a single file the data files that make up your experiment. 29 1. Zip up into a single file the data files that make up your experiment. If your data files are Affy format (cel files) the zip file also needs to include the cdf file for your chip. 30 30 2. Create a new Experiment in the BASE web client. Make sure it is of the same data type as the data in the files you want to import. 31 31 3. Open the detail view of the newly created experiment and click on the import tab.
Note: See TracChangeset
for help on using the changeset viewer.