Dahlquist Lab Joint Research Meeting Trixie Anne M. Roque June 10, 2015.

Slides:



Advertisements
Similar presentations
Sensitivity Analysis A systematic way of asking “what-if” scenario questions in order to understand what outcomes could possibly occur that would effect.
Advertisements

MathCAD Data.
Exercise 7.5 (p. 343) Consider the hotel occupancy data in Table 6.4 of Chapter 6 (p. 297)
Sample Size Power and other methods. Non-central Chisquare.
Regression Analysis Using Excel. Econometrics Econometrics is simply the statistical analysis of economic phenomena Here, we just summarize some of the.
Autar Kaw Benjamin Rigsby Transforming Numerical Methods Education for STEM Undergraduates.
Chapter 2 Matrices Finite Mathematics & Its Applications, 11/e by Goldstein/Schneider/Siegel Copyright © 2014 Pearson Education, Inc.
Classification and Prediction: Regression Via Gradient Descent Optimization Bamshad Mobasher DePaul University.
Maths for Computer Graphics
Clustered alignments of gene- expression time series data Adam A. Smith, Aaron Vollrath, Cristopher A. Bradfield and Mark Craven Department of Biosatatistics.
SocalBSI 2008: Clustering Microarray Datasets Sagar Damle, Ph.D. Candidate, Caltech  Distance Metrics: Measuring similarity using the Euclidean and Correlation.
Transportation Models Transportation problem is about distribution of goods and services from several supply locations to several demand locations. Transportation.
12 1 Variations on Backpropagation Variations Heuristic Modifications –Momentum –Variable Learning Rate Standard Numerical Optimization –Conjugate.
Chapter 9 Introduction to Arrays
1 1 Slide © 2003 South-Western/Thomson Learning™ Slides Prepared by JOHN S. LOUCKS St. Edward’s University.
Excel 1 Notes CREATING A WORKSHEET WITH AN EMBEDDED CHART.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Software Refactoring and Usability Enhancement for GRNmap, a Gene Regulatory Network Modeling Application Mathematical Model Equation 2. Equation 3. Future.
Excel: Unlimited Possibilities Graphs, Imputing Data, and Automatic Calculations Secondary Mathematics Pre-School Inservice Cape Coral High School August.
Determining the Identity and Dynamics of the Gene Regulatory Network Controlling the Response to Cold Shock in Saccharomyces cerevisiae June 24, 2015.
Radial Basis Function Networks
Microsoft Excel Used to organize information for calculations.
Class 3 Programming in Visual Basic. Class Objectives Learn about input/output Learn about strings Learn about subroutines Learn about arrays Learn about.
1 1 Slide © 2005 Thomson/South-Western Slides Prepared by JOHN S. LOUCKS St. Edward’s University Slides Prepared by JOHN S. LOUCKS St. Edward’s University.
1 1 Slide © 2007 Thomson South-Western. All Rights Reserved OPIM 303-Lecture #9 Jose M. Cruz Assistant Professor.
1 1 Slide © 2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole.
1 1 Slide Multiple Regression n Multiple Regression Model n Least Squares Method n Multiple Coefficient of Determination n Model Assumptions n Testing.
MICROSOFT EXCEL EXCEL Is a powerful __________ program that allows users to organize data, complete ______________, make decisions, graph data,
Excel – a spreadsheet program that allows you to organize, calculate, make decisions, graph, develop reports, and publish information to the Web. Worksheet.
CSC 4510 – Machine Learning Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
Using Advanced Formatting and Analysis Tools. 2 Working with Grouped Worksheets: Grouping Worksheets  Data is entered simultaneously on all worksheets.
LINEAR CLASSIFICATION. Biological inspirations  Some numbers…  The human brain contains about 10 billion nerve cells ( neurons )  Each neuron is connected.
13.1 Matrices and Their Sums
Yaomin Jin Design of Experiments Morris Method.
Data Mining Practical Machine Learning Tools and Techniques Chapter 4: Algorithms: The Basic Methods Section 4.6: Linear Models Rodney Nielsen Many of.
Changes in Gene Regulation in Δ Zap1 Strain of Saccharomyces cerevisiae due to Cold Shock Jim McDonald and Paul Magnano.
Ch 4. Linear Models for Classification (1/2) Pattern Recognition and Machine Learning, C. M. Bishop, Summarized and revised by Hee-Woong Lim.
GRNmap and GRNsight June 24, Systems Biology Workflow DNA microarray data: wet lab-generated or published Generate gene regulatory network Modeling.
Multi-Layer Perceptron
Class Opener:. Identifying Matrices Student Check:
Chapter 13 Multiple Regression
A n = c 1 a n-1 + c2an-2 + … + c d a n-d d= degree and t= the number of training data (notes) The assumption is that the notes in the piece are generated.
Working with Arrays in MATLAB
Spreadsheet Data Tables Data Table 1 allows you to change one input variable’s value at a time and record the impact that the input assumption has on several.
NNLS (Lawson-Hanson) method in linearized models.
Excel Vocabulary Beth McKelvey. columns Vertical section of worksheet.
IMPROVED RECONSTRUCTION OF IN SILICO GENE REGULATORY NETWORKS BY INTEGRATING KNOCKOUT AND PERTURBATION DATA Yip, K. Y., Alexander, R. P., Yan, K. K., &
Sensitivity Analysis A systematic way of asking “what-if” scenario questions in order to understand what outcomes could possibly occur that would affect.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
ADALINE (ADAptive LInear NEuron) Network and
Gene expression & Clustering. Determining gene function Sequence comparison tells us if a gene is similar to another gene, e.g., in a new species –Dynamic.
BIA 2610 – Statistical Methods Chapter 3 – Descriptive Statistics: Numerical Measures.
 Repetitive calculations › Frequency › Complexity › Different views  Analysis of data › Explorative › Manipulation.
Operations with Matrices: Multiplication
Sensitivity Analysis A systematic way of asking “what-if” scenario questions in order to understand what outcomes could possibly occur that would effect.
© 2001 Prentice-Hall, Inc.Chap 13-1 BA 201 Lecture 18 Introduction to Simple Linear Regression (Data)Data.
GRNmap Testing Grace Johnson and Natalie Williams June 17, 2015.
Student: Trixie Anne M. Roque, Tessa A. Morris Faculty Mentors: Dr. Kam D. Dahlquist, Dr. Ben G. Fitzpatrick, & Dr. John David N. Dionisio SURP 2015 Final.
Chapter 1 Computing Tools Variables, Scalars, and Arrays Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
PowerPoint Slides Prepared by Robert F. Brooker, Ph.D. Slide 1
Student: Trixie Anne M. Roque, Tessa A. Morris
Microsoft Office Illustrated
Change in Expression after modifying fix_b?
Change in Expression after modifying fix_b?
Change in Expression after modifying fix_b?
Change in Expression after modifying fix_b?
Final Presentation [work in progress… work completed for Week 11 Journal Assignment] Kara Dismuke.
Contact: Machine Learning – (Linear) Regression Wilson Mckerrow (Fenyo lab postdoc) Contact:
Dahlquist Lab Joint Research Meeting
Graph Vocabulary.
Presentation transcript:

Dahlquist Lab Joint Research Meeting Trixie Anne M. Roque June 10, 2015

Previous Activity Diagram Separates the “graphs” Function from the “output” Function

Revised Activity Diagram Merges “graphs” into “output”

Side-by-side Comparison of the 2 Diagrams

List of Global Variables and What They Hold adjacency_mat: adjacency matrix from worksheet "network" in Excel input spreadsheet; matrix form of gene regulatory network alpha: number that adjusts the penalty term so that estimation does not increase too much b: column vector; if parameter "Sigmoid" = 1, b reads from worksheet "threshold_b", else b becomes a column vector of zeros with the same dimensions as the degradation rates degrate: column vector that is read from Excel input spreadsheet in the worksheet "degradation_rates" fix_b: number that is read from Excel input spreadsheet in the worksheet "optimization_parameters"; if fix_b = 0, worksheet "optimized_threshold_b" is outputted, else b = threshold_b fix_P: number that is read from Excel input spreadsheet in the worksheet "optimization_parameters"; if fix_P = 0, worksheet "optimized_production_rates" is outputted else

List of Global Variables and What They Hold is_forced: column vector corresponding to which genes are being controlled by other genes (numbered in ascending order) log2FC: structure that contains the microarray data, timepoints (with repetitions), average, standard deviation, positions of deleted strain (if any), strain names, and simtime. num_genes: number that shows how many genes there are num_times: number that shows how many unique time points there are. prorate: column vector read from the Excel worksheet "production_rates" Sigmoid: number that shows which model to use (sigmoid or michaelis-menten)

List of Global Variables and What They Hold Strain: cell array that contains the name of each strain wtmat: matrix read from Excel input sheet "network_weights" whose values are the magnitude of the regulatory relationship between each genes time: row vector read from Excel input sheet "optimization_parameters" which contains each unique timepoints counter: number that shows how many iterations were made by the model until it stops estimating deletion: row vector the contains the position of the deleted genes

List of Global Variables and What They Hold lse_out: least squares error calculated for each iteration SSE: matrix (column vector for each strain) that represents the sum of squares error penalty_out: number calculated from (wts'*wts + (b- bp)'*(b-bp) + proratep(:)'*proratep(:) )/length(theta) wts: column vector whose size shows how many edges there are no_inputs: (I don't think this is being assigned anything; there is a GRNstruct.GRNParams.no_inputs in readInputSheet (where it is calculated/determined) but there is no GRNstruct.GRNParams.no_inputs = no_inputs anywhere)

Work in Progress…