GRNmap Testing Report: Non-1 Initial Weight Guesses 2015-05-28

From OpenWetWare
Revision as of 16:23, 1 June 2015 by Natalie Williams (talk | contribs) (→‎Results and Discussion: Added analysis for bar charts especially all strains)
Jump to navigationJump to search

This is a template page for various GRNmap model tests.

Code Version: from BIO398 Spring 2015

MATLAB Version: 2014b

Computer on which the model was run:

Additional Runs of Weights Not Equaling 1:

  • Flip some of the signs so that they're negative
  • Assign random values to weights that have 1
  • Additional run where we make the initial guesses larger than 1
    • Highest weight we obtained, and make it higher than that: + and -

wt and dHMO, Initial Weight Guess: 0

wt alone, all initial Weights 0

dCIN5, all initial weights 0

dGLN3, all initial weights 0

dHMO1, all initial weights 0

dZAP1, all initial weights 0

wt alone, Random Positive and Negative values for weights assigned 1

To create this sheet, the following formula was entered into the network_weights tab:

=IF(network!D16=1,(RANDBETWEEN(-1,1)+ROUND((RAND()),3)),0)

Next, the resulting adjacency matrix was copied with its values pasted into a new worksheet. For values that were greater than one, one was subtracted from them. The formula used for that was:

=1.xyz - 1, where xyz are random numbers from 0-9 for a decimal point. The resulting number in the cell was 0.xyz

The workbook was then saved under another name with a .xlsx extension.

wt alone, all initial weights 3

all strains, all initial Weights 0

all strains, Random Positive and Negative values for weights assigned 1

all strains, all initial weights 3

Results and Discussion

  • Examine the graphs that were output by each of the runs. Which genes in the model have the closest fit between the model data and actual data? Which genes have the worst fit between the model and actual data? Why do you think that is? (Hint: how many inputs do these genes have?) How does this help you to interpret the microarray data?
  • Which genes showed the largest dynamics over the timecourse? In other words, which genes had a log fold change that is different than zero at one or more timepoints. The p values from the Week 11 ANOVA analysis are informative here. Does this seem to have an effect on the goodness of fit (see question above)?
  • Which genes showed differences in dynamics between the wild type and the other strain your group is using? Does the model adequately capture these differences? Given the connections in your network (see the visualization in GRNsight), does this make sense? Why or why not?
  • Examine the bar charts comparing the weights and production rates between the two runs. Were there any major differences between the two runs? Why do you think that was? Given the connections in your network (see the visualization in GRNsight), does this make sense? Why or why not?
    • In comparing the all strains output sheets, we noticed a trend in the production rates as well as the threshold values. Weights equal to 1 or 3 had more values in common while the all 0 and the random distribution of weights ranging from -1 to 1 had similarities.
    • In analyzing the LSE, it appears that a slightly larger value is obtained when the network contains a bias for positive numbers.
    • To view the comparison of all strains: Media:NW All strains 0 1 3 rand.xlsx
    • For the wt alone, the values differed once reaching the third value or the thousandths place in the decimal. The LSEs for all the runs - weights set at 1, 0, 3 and than randomly distributed between -1 and 1 - were identical at 6.8824
    • To view the comparison of wt alone: Media:2015.06.01.Comparing wt 0 1 3 random NW.xlsx
  • What other questions should be answered to help us further analyze the data?