1 / 15

Course Outline

Course Outline. Overview of probability and statistics Microarray data analysis Protein function analysis based on the homology model Protein structure analysis Protein docking. Introduction to Microarray Data Analysis. Microarray Data Analysis.

halla-morin
Download Presentation

Course Outline

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Course Outline • Overview of probability and statistics • Microarray data analysis • Protein function analysis based on the homology model • Protein structure analysis • Protein docking

  2. Introduction to Microarray Data Analysis

  3. Microarray Data Analysis • In a microarray data set, each object is described by one row of gene expression values. • For example, in the Leukemia data set, there are 72 samples and 7129 genes. • 25 Acute Myeloid Leukemia(AML) samples. • 38 B-cell Acute Lymphoblastic Leukemia samples. • 9 T-cell Acute Lymphoblastic Leukemia samples.

  4. Model of Microarray Data Sets Class 1 Class 2 Class 3

  5. Data Classification • In a data classification problem, each object is described by a set of attribute values and each object belongs to one of the predefined classes. • The goal is to derive a set of rules that predicts which class a new object should belong to, based on a given set of training samples. Data classification is also called supervised learning.

  6. Applications of Data Classification in Microarray Data Analysis • In microarray data analysis, data classification is employed to predict the class of a new sample based on the existing samples with known class. • In this regard, each object is described by one row of gene expression data in the microarray data table.

  7. For example, in the Leukemia data set, there are 72 samples and 7129 genes. • 25 Acute Myeloid Leukemia(AML) samples. • 38 B-cell Acute Lymphoblastic Leukemia samples. • 9 T-cell Acute Lymphoblastic Leukemia samples.

  8. The Vector Space Model • In the vector space model, each object is described by a number of numerical attributes/features. • For example, the outlook of a man is described by his height, weight, and age.

  9. Each object therefore is associated with a coordinate in the vector space and the vector corresponding to the coordinate is called the feature vector of the object. • For example, the feature vector of the outlook of a man is <height, weight, age>. • It is typical that the objects are described by a large number of attributes/features.

  10. Transformation of Categorical Attributes into Numerical Attributes • Represent the attribute values of the object in a binary table form as exemplified in the following:

  11. Assign appropriate weight to each column. • Treat the weighted vector of each row as the feature vector of the corresponding object.

  12. The Similarity/Dissimilarity Matrix Model • In this model, a matrix records the similarity/dissimilarity scores between every pair of objects.

  13. Given the feature vector of each object, we can derive a dissimilarity matrix by treating the distance between a pair of objects as the dissimilarity score. We can then define the similarity score to be the reciprocal or some other function value of the dissimilarity score. • However, given a similarity/dissimilarity matrix, we may not be able to project all the objects in a vector space.

  14. For example, assume that the matrix shown above records the distances between 6 objects. Then, we have distance(P1,P4) = 862 > distance(P1,P5) + distance(P4,P5) = 35 + 291

  15. However, we may select P2, P5, P6 as representatives and use the distances to these representatives to describe an object. • For example, the feature vectors of P1 and P2 are <53, 35, 180> and <0, 816, 606>, respectively.

More Related