Dahlquist:GRNmap: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(Adding Images)
(Added information to Output)
(2 intermediate revisions by the same user not shown)
Line 28: Line 28:
#*Both this file and the figures/images are saved in the folder that the MATLAB and the input files were chosen from.
#*Both this file and the figures/images are saved in the folder that the MATLAB and the input files were chosen from.


== Spreadsheet ==


=== Input ===
This spreadsheet requires specific information to be put into MATLAB to extrapolate the calculations for the out. The systematic name the standard name of the transcription factors is included in the information until Network is reached. After Network, only the standard names are used.
This information includes:
*Production rates
** The production rate is a numeric value. It states how much of a specific transcription factor is being produced.
*Degradation rates
** The degradation rate is a numeric value. It has the rate at which the transcription factor is being inhibited or degraded.
*Wt
** The wild type of the budding yeast with the times the measurements were collected at 15.00, 30.00, and 60.00 minutes.
** The numbers under these column coincide with the recovery time after cold shock and by what amount the transcription factor was being produced or degraded.
*dCIN5
** dCIN5 means the deletion of transcription factor CIN5
** With the deletion, the time measurements were the same - 15.00, 30.00, and 60.00 minutes.
** The numbers represent the amount the transcription factors were affected, either stimulation or inhibition, by the deletion of CIN5 after cold shock.
*dGLN3
** dGLN3 means the deletion of transcription factor GLN3
** The times measurements were collected at 15.00, 30.00, and 60.00 minutes.
** The numbers represent how much the transcription factors were affected after the deletion of GLN3 and cold shock.
*dHMO1
** dHMO1 means the deletion of transcription factor HMO1
** The time measurements were collected at 15.00, 30.00, and 60.00 minutes.
** The numbers represent how much the transcription factors were affected after the deletion of HMO1 and cold shock.
*dZAP1
** dZAP1 means the deletion of transcription factor ZAP1
** The time measurements were collected at 15.00, 30.00, and 60.00 minutes.
** The numbers represent how much the transcription factors were affected after the deletion of ZAP1 and cold shock.
*Concentrated Sigmas
*Network
*Network weights
*Optimization parameters
*Stimulation times
*Network_b
=== Output ===
This document results in sheets that contains the following information:
* log2 concentrations
* log 2 optimized concentrations
* Degradation rates
* Production rates
* Measurement times
* Network
* Network weights
* Network_b
* Network optimized weights


== Links ==
== Links ==
*Back to [[Dahlquist]] on OpenWebWare or go to her home page [http://myweb.lmu.edu/kdahlqui Dahlquist Lab]  
*Back to [[Dahlquist]] on OpenWebWare or go to her home page [http://myweb.lmu.edu/kdahlqui Dahlquist Lab]  
* Back to [[User:Natalie Williams]]
* Back to [[User:Natalie Williams]]

Revision as of 16:53, 13 October 2014

Home        Research        Protocols        Notebook        People        Publications        Courses        Contact       


Protocol for Running GRNmap through MATLAB

Start Up

  1. Make sure that you have a registered, working MATLAB program and then open it.
  2. Go to the File in the upper left hand corner of the program - or - you could hit the open folder below the Main toolbar.
    Screenshot of upperleft-hand corner of a program
    The two options that will open a folder
  3. Choose the Folder that holds the information that you want to have MATLAB utilize.

Using MATLAB

  1. Once the folder that is chosen, select the MATLAB file that holds the code for what will be run.
  2. After the MATLAB file has been selected a window will pop up
    • Please note two things:
      1. The window that pops open is an Editor. The code can be altered in this window, and
      2. For the next step to work, the specific folder that holds the MATLAB file must be selected.
  3. In the Editor window, find the green play button beneath the Main toolbar. When you hit this, another window will pop up.
    The Run button
  4. Select the file you wish to use as the input into your chosen MATLAB code and press open.
    1. Depending on the year of your MATLAB software, the toolbar that signifies the program is processing your data may not be obviously available.

The Results

  1. Depending on what the input is, a figure will pop up and show the progress being made.
    Progress of data output in MATLAB
    The progress window that may show up on the screen.
    • Again, the year of the MATLAB software may affect how quickly the output is produced.
  2. After the information has been completed, a window(s) will pop up with figures of the data that was inserted with their graphical interpretations.
  3. An Excel file will be saved that has the extrapolated data from the input with the output.
    • Both this file and the figures/images are saved in the folder that the MATLAB and the input files were chosen from.

Spreadsheet

Input

This spreadsheet requires specific information to be put into MATLAB to extrapolate the calculations for the out. The systematic name the standard name of the transcription factors is included in the information until Network is reached. After Network, only the standard names are used. This information includes:

  • Production rates
    • The production rate is a numeric value. It states how much of a specific transcription factor is being produced.
  • Degradation rates
    • The degradation rate is a numeric value. It has the rate at which the transcription factor is being inhibited or degraded.
  • Wt
    • The wild type of the budding yeast with the times the measurements were collected at 15.00, 30.00, and 60.00 minutes.
    • The numbers under these column coincide with the recovery time after cold shock and by what amount the transcription factor was being produced or degraded.
  • dCIN5
    • dCIN5 means the deletion of transcription factor CIN5
    • With the deletion, the time measurements were the same - 15.00, 30.00, and 60.00 minutes.
    • The numbers represent the amount the transcription factors were affected, either stimulation or inhibition, by the deletion of CIN5 after cold shock.
  • dGLN3
    • dGLN3 means the deletion of transcription factor GLN3
    • The times measurements were collected at 15.00, 30.00, and 60.00 minutes.
    • The numbers represent how much the transcription factors were affected after the deletion of GLN3 and cold shock.
  • dHMO1
    • dHMO1 means the deletion of transcription factor HMO1
    • The time measurements were collected at 15.00, 30.00, and 60.00 minutes.
    • The numbers represent how much the transcription factors were affected after the deletion of HMO1 and cold shock.
  • dZAP1
    • dZAP1 means the deletion of transcription factor ZAP1
    • The time measurements were collected at 15.00, 30.00, and 60.00 minutes.
    • The numbers represent how much the transcription factors were affected after the deletion of ZAP1 and cold shock.
  • Concentrated Sigmas
  • Network
  • Network weights
  • Optimization parameters
  • Stimulation times
  • Network_b


Output

This document results in sheets that contains the following information:

  • log2 concentrations
  • log 2 optimized concentrations
  • Degradation rates
  • Production rates
  • Measurement times
  • Network
  • Network weights
  • Network_b
  • Network optimized weights

Links