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

From OpenWetWare
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 1: Line 1:
#This [[:Image:Victor3PlateReaderDataProcessing.m|wrapper]] script will read in a text or .csv file of plate reader data and process the time course data.  It calculates and plots growth rates, fluorescent protein synthesis rates etc.  It requires each of the following function files:
*This [[:Image:Victor3PlateReaderDataProcessing.m|wrapper]] script will read in a text or .csv file of plate reader data and process the time course data.  It calculates and plots growth rates, fluorescent protein synthesis rates etc.  It requires each of the following function files:
#*[[:Image:BC-Platereaderread3.m|Platereaderread3.m]] - This function looks after importing the data.
**[[:Image:BC-Platereaderread3.m|Platereaderread3.m]] - This function looks after importing the data.
#*[[:Image:Platereadersmooth.m|Platereadersmooth.m]] - This function looks after data smoothing (may require signal processing toolbox).
**[[:Image:Platereadersmooth.m|Platereadersmooth.m]] - This function looks after data smoothing (may require signal processing toolbox).
#*[[:Image:Absbackgroundsubtract.m|Absbackgroundsubtract.m]] - This function will subtract an absorbance background from experimental samples.
**[[:Image:Absbackgroundsubtract.m|Absbackgroundsubtract.m]] - This function will subtract an absorbance background from experimental samples.
#*[[:Image:FPbackgroundsubtract.m|FPbackgroundsubtract.m]] - This function will subtract a fluorescence background from experimental samples.
**[[:Image:FPbackgroundsubtract.m|FPbackgroundsubtract.m]] - This function will subtract a fluorescence background from experimental samples.
#*[[:Image:AbsProcess.m|AbsProcess.m]] - Calculates growth rate based on the absorbance data.
**[[:Image:AbsProcess.m|AbsProcess.m]] - Calculates growth rate based on the absorbance data.
#*[[:Image:FPBulkProcess.m|FPBulkProcess.m]] - Calculates GFP synthesis rates.
**[[:Image:FPBulkProcess.m|FPBulkProcess.m]] - Calculates GFP synthesis rates.
#*[[:Image:platereaderstats.m|platereaderstats.m]] - Calculates the mean and 95 confidence interval of each datapoint in a time course.
**[[:Image:platereaderstats.m|platereaderstats.m]] - Calculates the mean and 95 confidence interval of each datapoint in a time course.

Revision as of 13:13, 13 November 2006

  • This wrapper script will read in a text or .csv file of plate reader data and process the time course data. It calculates and plots growth rates, fluorescent protein synthesis rates etc. It requires each of the following function files: