Endy:Victor3 plate reader/Data analysis tools: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
 
Line 3: Line 3:
==Importing data into data analysis packages==
==Importing data into data analysis packages==
The plate reader software can export data in excel format or in a plain text file.   
The plate reader software can export data in excel format or in a plain text file.   
*[[Endy:Victor3 plate reader/Data analysis tools/Import to MATLAB|'''MATLAB import''']] - This MATLAB script will read in a text file exported from the plate reader and save a .mat file with the important variables for further processing.
*[[:Image:Platereaderread.m|MATLAB Import]] - This MATLAB script will read in a text file exported from the plate reader and save a .mat file with the important variables for further processing.


==Data processing==
==Data processing==

Revision as of 17:16, 20 March 2006

This page is intended to be a collection point for code designed to process data from the plate reader. Please feel free to add code here or supply feedback on existing code so that it can be improved.

Importing data into data analysis packages

The plate reader software can export data in excel format or in a plain text file.

  • MATLAB Import - This MATLAB script will read in a text file exported from the plate reader and save a .mat file with the important variables for further processing.

Data processing