Reference no: EM132539187
7089CEM Introduction to Statistical Methods for Data Science - Coventry University
Modelling and analysis of gene expression data
Learning Outcome 1: Demonstrate knowledge of underlying concepts in probability and statistics used in Data Science.
Learning Outcome 2: Select and apply appropriate statistical methods or techniques to solve problems or analyse data sets.
Learning Outcome 3: Use modern software to solve real world problems and analyse large data sets.
Learning Outcome 4: Interpret the results of their analyses and communicate those results accurately.
Coursework Description:
The aim of this assignment is to fit a non-linear time series model to the gene expression data set. Gene expression is one of the most important biological processes where information from a gene is used to synthesize a functional gene product, such as protein. The expression of a gene can be controlled (or regulated) by another gene or several other genes, through a gene product (protein) called transcription factor. Understanding how genes regulate each other, i.e. gene regulation, is important to investigate a complex diseases, and how cell respond to environmental stimuli.
Data:
The ‘simulated' 5 gene expression time-series data, are given in the excel file (gene_data.csv). The first column contains the sampling time in minutes, the rest 5 columns are the time-course expression data of 5 genes{"#, "%, "&, "', "(}, respectively. All these 5 genes are subject to additive noise (assuming independent and identically distributed ("i.i.d") Gaussian with zero-mean) with unknown variance.
Part 1: Preliminary data analysis
You should first perform an initial exploratory data analysis, by investigating:
• Time series plots
• Distribution for each gene
• Correlation and scatter plots (between combination of two genes) to examine their dependencies
Part 2: Dimension reduction
• We would like to reduce the dimension of time (for all 5 genes) to two using PCA, you can choose to use either eigen-decomposition method or the singular value decomposition method.
• Plot these 5 genes in the reduced 2-dimensional space, with different notations or colours.
Part 3: Nonlinear regression - modelling gene regulation
We know one of the genes "& is regulated by the other two genes "' and "(, however, we do not know if such regulation is activation or repression, or if such a regulatory interaction is linear or nonlinear. Therefore, we will fit a generic nonlinear polynomial regression model (with 2 inputs) to the data with the following exemplar structure:
"& = +, + .#"' + .%"% + .&"& + ? + 0#"( + 0%"% + 0&"& + ? + 1
' ' ( (
Here +, is a bias term (denotes the basal transcription rate); {.#, .%, .&, ? , 0#, 0%, 0&, ? } are the parameters of the regression model to be estimated, and 1 denotes an additive, Gaussian, zero-mean noise.
The main objective of this Part is to identify the (polynomial) model structure, estimate model parameters from the training data, and use the identified model to predict the response/output signal.
Then you need to identify the nonlinear regression model structure and estimate its parameters, by
• Identify the correct model structure (by using a model selection approach - e.g. subset selection, AIC/BIC, or explore all possible different model structures), so that the model provides you a good mean square error (MSE) and the model residual/error is close to Gaussian. You can either:
i) Split the input and output dataset into two part: one part used to train the model, the other used for testing (e.g. 80% for training, 20% for testing). Apply the forward subset selection approach to select the best model structure iteratively (select the most significant term that reduce the MSE on testing data, in each iteration, and add it to the current model).
ii) Or select the best model, using BIC or AIC goodness-of-fit criteria, by exploring all possible combinations (or out of the different possible model structures).
The underlying nonlinear polynomial model may contain a bias term, a linear term, and one or few (input) nonlinear terms; the nonlinear terms can have a (maximum) nonlinearity up to 4th order, the maximum model terms will be no more than 3 (including bias, linear and nonlinear terms).
• Estimate the model parameters using least squares method. This step will be embedded within the above model structure identification process (since for each candidate model structure, you will need to estimate its parameters, in order to evaluate the model's performance against observation data).
• Once the best model structure is selected and its parameters are estimated, estimate the parameter covariance matrix, plot corresponding parameter uncertainty p.d.f. in the 3D and/or contours (similar to the example given in the lecture/lab notes). Plot the pair-wise combinations of all parameters, if you have more than 2 parameters in the selected model.
• Compute the model's output/prediction (on the training data), and also compute the 95% confidence intervals and plot them (with error bars) together with the mean values of the model prediction.
• Validate the model using train-test split validation approach (may use different splitting portion as the subset model selection stage), to check whether the identified model provide good prediction on the testing dataset.
• Using "Approximate Bayesian Computation (ABC)" method to compute the posterior distribution of the regression model parameters (using rejection ABC and assuming a Uniform prior). Plot the marginal posterior distribution for each parameter, and the joint posterior probability distribution for all pair-wise combinations of parameters.
Attachment:- Introduction to Statistical Methods for Data Science.rar