BIOL388/S19:Week 6

From OpenWetWare
Jump to navigationJump to search
BIOL 388-01: Biomathematical Modeling

MATH 388-01: Survey of Biomathematics

Loyola Marymount University

Home       People        Brightspace        Box       Help      



'Note that the stopping point for the Week 6 Assignment is noted below. Please complete you input workbooks, we will run the models in class on Thursday, February 28.

This journal entry is due on Thursday, February 28 at midnight PST (Wednesday night/Thursday morning).

Individual Journal Assignment

  • Store this journal entry as "username Week 6" (i.e., this is the text to place between the square brackets when you link to this page).
  • Create the following set of links. (HINT: These links should all be in your personal template that you created for the Week 1 Assignment; you should then simply invoke your template on each new journal entry.)
    • Link to your journal entry from your user page.
    • Link back from your journal entry to your user page.
    • Link to this assignment from your journal entry.
    • Don't forget to add the "BIOL388/S19" category to the end of your wiki page.


Homework Partners

Please meet with your partner (either face-to-face or virtually) at least once when preparing this assignment. Even though you may work together to understand the assignment, your journal assignment must be completed individually. It is not acceptable to do a joint assignment and copy it over to each others' journal page.

  • Wild type: Angela and Sahil
  • Δgln3: Austin and Leanne
  • Δhap4: Desiree, Ava, Brianna, Fatimah
  • Δzap1: Alison and Edward

Electronic Lab Notebook

Complete your electronic notebook that gives the details of what you did for the assignment this week. Your notebook entry should contain:

  1. The purpose: what was the scientific purpose of your investigations?
    • Note that this is different than the learning purpose.
  2. Your workflow or methods: what did you actually do? Give a step by step account.
    • There should be enough detail provided so that you or another person could re-do it based solely on your notebook.
    • You may copy protocol instructions to your page and modify them as to what you actually did, as long as you provide appropriate attribution in the acknowledgments and references section.
    • Take advantage of the electronic nature of the notebook by providing screenshots, links to web pages, etc.
  3. Your results: the answers to the questions in the protocol, plus any other results you gathered. Your results will include some or all of the following: images, plots, data, and files.
    • Note that files left on the Desktop or My Documents or Downloads folders on the Seaver 120 computers will be deleted upon restart of the computers. Files stored on the T: drive will be saved. However, it is not a good idea to trust that they will be there when you next use the computer.
    • Thus, it is a critical skill for data and computer literacy to back-up your data and files in at least two ways:
    • References to data and files should be made within the methods and results section of your notebook, listed above.
    • In addition to these inline links, create a Data and Files section of your notebook to make a list of the files generated in this exercise.
  4. A scientific conclusion: what was your main finding for today's project? Did you fulfill the purpose? Why or why not?
  5. The Acknowledgments section.
    • You must acknowledge your homework partner or team members with whom you worked, giving details of the nature of the collaboration. You should include when and how you met and what content you worked on together. An appropriate statement could be (but is not limited to) the following:
      • I worked with my homework partner (give name and link name to their user page) in class. We met face-to-face one time outside of class. We texted/e-mailed/chatted online three times. We worked on the <details> portion of the assignment together.
    • Acknowledge anyone else you worked with who was not your assigned partner. This could be Dr. Dahlquist or Dr. Fitzpatrick (for example, via office hours), the TA, other students in the class, or even other students or faculty outside of the class.
    • If you copied wiki syntax or a particular style from another wiki page, acknowledge that here. Provide the user name of the original page, if possible, and provide a link to the page from which you copied the syntax or style.
    • If you need to reference content, include the formal citation in your References section (see below).
    • You must also include this statement:
      • "Except for what is noted above, this individual journal entry was completed by me and not copied from another source."
    • Sign your Acknowledgments section with your wiki signature.
  6. The References section. In this section, you need to provide properly formatted citations to any content that was not entirely of your own devising. This includes, but is not limited to:
    • methods
    • data
    • facts
    • images
    • documents, including the scientific literature
    • Do not include citations/references to sources that you did not use.
    • You should include a reference to this week's assignment page.
    • The references should be formatted according to the APA guidelines.

Creating the GRNmap Input Workbook

Now that you have identified the gene regulatory network that you want to model, the next step is to generate the input Excel workbook that you will run in the GRNmap modeling software.

Click here to download a sample workbook on which to base the one specific to your network and microarray data.

Note that when following the instructions below, you need to follow them precisely, to the letter, or GRNmap will return an error.

production_rates sheet

  • This sheet contains initial guesses for the production rate parameters, P, for all genes in the network.
  • Assuming that the system is in steady state with the relative expression of all genes equal to 1, (P/2) - lambda = 0, where lambda is the degradation rate, is a reasonable initial guess.
  • The sheet should contain two columns (from left to right) entitled, "id", "production_rate".
    • The id is an identifier that the user will use to identify a particular gene. In our case, we are using the "StandardName", for example, GLN3.
    • The "production_rate" column should then contain the initial guesses for the P parameter as described above, rounded to four decimal places.
      • The production rates are provided in a Microsoft Access database, which you can download from here.
      • You can copy and paste the values one-by-one from the "production_rates" table, or perform a query to grab them as a group.
      • To perform the query, you will need to follow these steps.
        1. Import a your list of genes to a new table in the database. Click on the "External Data" tab and select the Excel icon with the "up" arrow on it.
        2. Click the "Browse" button and select your Excel file containing your network that you used to upload to GRNsight.
        3. Make sure the button next to "Import the source data into a new table in the current database" and click "OK".
        4. In the next window, select the "network" worksheet, if it hasn't already been automatically selected for you. Click "Next".
        5. In the next window, make sure the "First Row Contains Column Headings" is checked. Click "Next".
        6. In the next window, the left-most column will be highlighted. Change the "Field Name" to "id" if it doesn't say that already. Click "Next".
        7. In the next window, select the button for "Choose my own primary key." and choose the "id" field from the drop down next to it. Click "Next".
        8. In the next field, make sure it says "Import to Table: network". Click Finish.
        9. In the next window you do not need to save the import steps, so just click "Close".
        10. A table called "network" should appear in the list of tables at the left of the window.
        11. Go to the "Create" tab. Click on the icon for "Query Design".
        12. In the window that appears, click on the "network" table and click "Add". Click on the "production_rates" table and click "Add". Click "Close".
        13. The two tables should appear in the main part of the window. We need to tell Access which fields in the two tables correspond to each other. Click on the word "id" in the network table and drag your mouse to the "standard_name" field in the "production_rates" table, and release. You will see a line appear between those two words.
        14. Right-click on the line between those words and select "Join Properties" from the menu that appears. Select Option "2: Include ALL records from 'network' and only those records from 'production_rates' where the joined fields are equal." Click "OK".
        15. Click on the "id" word in the "network" table and drag it to the bottom of the screen to the first column next to the word "Field" and release.
        16. Click on the "production_rate" field in the "production_rates" table and drag it to the bottom of the screen to the second column next to the word "Field" and release.
        17. Right-click anywhere in the gray area near the two tables. In the menu that appears, select "Query Type > Make Table Query...".
        18. In the window that appears, name your table "production_rates_1" because you can't have two tables with the same name in the database. Make sure that "Current Database" is selected and Click "OK".
        19. Go to the "Query Tools: Menus" tab. Click on the exclamation point icon. A window will appear that tells you how many rows you are pasting into a new table. Click "Yes".
        20. Your new "production_rates_1" table will appear in the list at the left. Double-click on that table name to open it.
        21. You can copy the data in this table and paste it back into your Excel workbook. Make sure that when you paste that you use "Paste Special > Paste values" so that the Access formatting doesn't get carried along. You can also choose to export this table to Excel going to the "External Data" tab and selecting the Excel icon with the arrow pointing to the right. Select the workbook you want to export the table to, making sure that "Preserve Access formatting" is not checked. Click "OK", click "Close".
  • Note that the genes should be listed in the same order in all the sheets in the Excel workbook.

degradation_rates sheet

  • This sheet contains degradation rates for all genes in the network, which are provided by the user.
  • Currently, the Dahlquist Lab is using data based on published mRNA half-life data from Neymotin et al. (2006).
    • We converted the half-life data values to the degradation rates by taking the natural log of the half-life and dividing by 2.
  • The sheet should contain two columns (from left to right) entitled "id", and "degradation_rate".
    • The id is an identifier that the user will use to identify a particular gene.
    • The "degradation_rate" column should then contain the absolute value of the degradation rate for the corresponding gene as described above, rounded to four decimal places.
      • To obtain these values, you will use the same file, Microsoft Access database that you used to obtain the production rates in the first worksheet. Again, you can copy and paste the values one-by-one or you can follow the instructions to execute a query, substituting the appropriate "degradation_rates" table in the query. Note that you don't need to re-import your "network" table, you just need to create and execute the query.
  • Again note, the genes should be listed in the same order in all the sheets in the Excel workbook.

Expression Data Sheets for Individual Yeast Strains

  • Expression data can be provided for either a single strain or multiple strains of yeast (for example, the wild type strain and a transcription factor deletion strain).
    • Each strain will have its own sheet in the workbook.
    • Each sheet should be given a unique name that follows the convention "STRAIN_log2_expression", where the word "STRAIN" is replaced by the strain designation, which will appear in the optimization_diagnostics sheet.
      • Everyone in the class will have at least one expression worksheet called "wt_log2_expression".
      • You should have included the transcription factors GLN3, HAP4, and ZAP1 in your network. Thus, we will use the expression data from the dGLN3, dHAP4, dZAP1 deletion strains in our workbooks as well, naming the worksheets "dgln3_log2_expression", "dhap4_log2_expression", and "dzap1_expression".
        • If, for some reason, you don't have all three of those genes in your network, only include expression data for the wild type and the genes out of those three that you have in your network.
  • The sheet should have the following columns in this order:
    1. "id": list of all genes. The genes should be listed in the same order in all the sheets in the Excel workbook.
    2. The next series of columns should contain the expression data for each gene at a given timepoint given as log2 ratios (log2 fold changes). The column header should be the time at which the data were collected, without any units. For example, the 15 minute timepoint would have a column header "15" and the 30 minute timepoint would have the column header "30". GRNmap supports replicate data for each of the timepoints. Replicate data for the same timepoint should be in columns immediately next to each other and have the same column headers. For example, three replicates of the 15 minute timepoint would have "15", "15", "15" as the column headers.
    3. If data are provided for multiple strains, each strain should have data for the same timepoints, although the number of replicates can vary.
  • Include the data for the 15, 30, and 60 minute timepoints, but not the 90 or 120 minute timepoints.
  • The data you will be using is contained in the Expression-and-Degradation-rate-database_2019.accdb file that you used to obtain the production and degradation rates.
  • It is tedious to copy and paste all of these data by hand, so we will execute a query in Microsoft Access to do it for you. Follow the steps listed for the "production_rates" sheet for each strains expression data. After you import the data into Excel, you will need to change the column headers to "15", "15", etc., as described above.

network sheet

  • The network you derived from the YEASTRACT database for the Week 5 assignment can be copied and pasted into this sheet directly. You may need to edit the contents of cell A1, but the rest should be good to go (especially since you previewed it in GRNsight). The description below just explains what is already in this worksheet.
    • This sheet contains an adjacency matrix representation of the gene regulatory network.
    • The columns correspond to the transcription factors and the rows correspond to the target genes controlled by those transcription factors.
    • A “1” means there is an edge connecting them and a “0” means that there is no edge connecting them.
    • The upper-left cell (A1) should contain the text “cols regulators/rows targets”. This text is there as a reminder of the direction of the regulatory relationships specified by the adjacency matrix.
    • The rest of row 1 should contain the names of the transcription factors that are controlling the other genes in the network, one transcription factor name per column.
    • The rest of column A should contain the names of the target genes that are being controlled by the transcription factors heading each of the columns in the matrix, one target gene name per row.
    • The transcription factor names should correspond to the "id" in the other sheets in the workbook. They should be capitalized the same way and occur in the same order along the top and side of the matrix. The matrix needs to be symmetric, i.e., the same transcription factors should appear along the top and left side of the matrix. The genes should be listed in the same order in all the sheets in the Excel workbook.
    • Each cell in the matrix should then contain a zero (0) if there is no regulatory relationship between those two transcription factors, or a one (1) if there is a regulatory relationship between them. Again, the columns correspond to the transcription factors and the rows correspond to the target genes controlled by those transcription factors.

network_weights sheet

  • These are the initial guesses for the estimation of the weight parameters, w.
  • Since these weights are initial guesses which will be optimized by GRNmap, the content of this sheet can be identical to the "network" sheet.

optimization_parameters sheet

  • The optimization_parameters sheet should have two columns (from left to right) entitled, "optimization_parameter" and "value".
  • You should copy this worksheet from the sample workbook provided. The only row that you need to modify is row 15, "Strain". Include just the strain designations for which you have a corresponding STRAIN_log2_expression sheet. If you don't have the dgln3, dhap4, or dzap1 expression sheets, then you will delete those from this row. If you do so, make sure that you don't leave any gaps between cells.
  • What follows below is an explanation of what the optimization_parameters mean.
    • alpha: Penalty term weighting (from the L-curve analysis)
    • kk_max: Number of times to re-run the optimization loop. In some cases re-starting the optimization loop can improve performance of the estimation.
    • MaxIter: Number of times MATLAB iterates through the optimization scheme. If this is set too low, MATLAB will stop before the parameters are optimized.
    • TolFun: How different two least squares evaluations should be before the program determines that it is not making any improvement
    • MaxFunEval: maximum number of times the program will evaluate the least squares cost
    • TolX: How close successive least squares cost evaluations should be before the program determines that it is not making any improvement.
    • production_function: = Sigmoid (case-insensitive) if sigmoidal model, =MM (case-insensitive) if Michaelis-Menten model
    • L_curve: =0 if an L-curve analysis should NOT be run or =1 if an L-curve analysis SHOULD be run. The L-curve analysis will automatically run sequential rounds of estimation for an array of fixed alpha values (0.8, 0.5, 0.2, 0.1,0.08, 0.05,0.02,0.01, 0.008, 0.005, 0.002, 0.001, 0.0008, 0.0005, 0.0002, and 0.0001). GRNmap makes a copy of the user's selected input workbook and changes alpha to the first alpha in the list. The estimation runs and the resulting parameter values are used as the initial guesses for the next round of estimation with the next alpha value. This process repeats until all alpha values have been run. New input and output workbooks are generated for each alpha value, although currently, the graphs are only saved for the last run.
    • estimate_params =1 if want to estimate parameters and =0 if the user wants to do just one forward run
    • make_graphs =1 to output graphs; =0 to not output graphs
    • fix_P =1 if the user does not want to estimate the production rate, P, parameter, just use the initial guess and never change; =0 to estimate
    • fix_b =1 if the user does not want to estimate the b parameter, just use the initial guess and never change; =0 to estimate
    • expression_timepoints: A row containing a list of the time points when the data was collected experimentally. Should correspond to the timepoint column headers in the STRAIN_log2_expression sheets.
    • Strain: A row containing a list of all of the strains for which there is expression data in the workbook. Should correspond to the "STRAIN" portion of the names of the STRAIN_log2_expression sheets for each strain. Note that GRNmap will run the model for the wild type network (all genes present in the network) and for networks where the gene deleted from the designated STRAIN has been deleted from the network.
    • simulation_timepoints: A row containing a list of the time points at which to evaluate the differential equations to generate the simulated data. This does not need to correspond to the actual measurement times, but should be in the same units (e.g. minutes).

threshold_b sheet

  • These are the initial guesses for the estimation of the threshold_b parameters.
  • There should be two columns.
    • The left-most column should contain the header "id" and list the standard names for the genes in the model in the same order as in the other sheets.
    • The second column should have the header "threshold_b" and should contain the initial guesses, we are going to use all 0.

Once you have completed your input workbook, either upload it to Box and provide a link to it in your electronic notebook.

  • You should save your work in progress to Box so that if either Dr. Dahlquist or Dr. Fitzpatrick needs to help you troubleshoot, we will have access to your work.


Stopping point for Week 6: We will run the models in class on Thursday, February 28.

  • For your week 6 assignment, you should have the following sections: purpose, methods, very short results (making your input workbook is the main result for this week), very brief conclusion (again you made an input workbook), acknowledgments, references, and shared reflection. You can't answer any analysis questions until we run the models in class.

Dynamical Systems Modeling of your Gene Regulatory Network

Now you are ready to run the model and analyze the results. The software we will use is called GRNmap, which stands for Gene Regulatory Network Modeling and Parameter Estimation. It is written in MATLAB and can be run from code or run as a stand-alone executable if you don't have MATLAB installed. However, it can only be run in Windows, not on Macs.

  • To run GRNmap from code, you must have MATLAB R2014b installed on your computer.
    1. Download the GRNmap v1.10 code from the GRNmap Downloads page.
    2. Unzip the file. (Right-click, 7-zip > Extract here)
    3. Launch MATLAB R2014b.
    4. Open GRNmodel.m, which will be in the directory that you unzipped GRNmap-1.10 > matlab
    5. Click the Run button (green "play" arrow).
    6. You will be prompted to select your input workbook.
    7. You will see an optimization diagnostics graphic that shows the progress of the estimation.
    8. When the run is over, expression plots will display.
    9. Output .xlsx and .mat files will be saved in the same folder as your input folder, along with .jpg files containing the optimization diagnostic and individual expression plots. Save these files.
    10. Note that if you need to run GRNmap again, you should not use the same directory for the input file. Currently, GRNmap will overwrite previous output.
  • You can upload your output .xlsx file into GRNsight to visualize the results!

Analyzing the Modeling Results

In class on February 28/March 5, we will take a look at the modeling results and discuss how to analyze them. We will discuss:

  • LSE/minLSE ratio
  • MSE's and expression plots for individual genes in relation to their ANOVA p values
  • Visualization of the weighted graph with GRNsight
  • Making bar charts to give a graphical representation of the parameter values.

Based on these analyses, you will propose a some additional in silico experiments that you can do with the model. You will report out your results in a research presentation in Week 9. Some ideas are:

  • For our initial runs, we estimated all three parameters w, P, and b.
    • How do the modeling results change if P is instead fixed and w and b are estimated?
    • How do the modeling results change if b is fixed and w and P are estimated?
    • How do the modeling results change if P and b are fixed, and only w is estimated?
  • For our initial runs, we included all three microarray datasets, wt, Δgln3, and Δhap4.
    • What happens to the results if we base the estimation on just two strains (wt + one deletion strain)?
    • What happens to the results if we base the estimation on just the wt strain data?
  • When viewing the modeling results in GRNsight, you may determine that one or more genes in the network does not appear to be doing much.
    • What happens to the modeling results if you delete this gene from the network and re-run the model (remember you will have to delete references to this gene in all worksheets of the input file).
  • You also might think that a particular edge (regulatory relationship) is not needed. What happens if you delete that edge?
  • What happens if you include the t90 and t120 expression data?

Shared Journal Assignment

  • Store your shared journal entry in the shared Class Journal Week 6 page. If this page does not exist yet, go ahead and create it (congratulations on getting in first :) )
  • Link to your journal entry from your user page.
  • Link back from the journal entry to your user page.
  • Sign your portion of the journal with the standard wiki signature shortcut (~~~~).
  • Add the "BIOL388/S19" category to the end of the wiki page (if someone has not already done so).

Reflection

Answer the following questions on the Class Journal Week 6 page after you have completed the individual assignment.

  1. What aspect of this assignment came most easily to you?
  2. What aspect of this assignment was the most challenging for you?
  3. What (yet) do you not understand?