cg
changeset 27:5db0420abbb6
.
author | bshanks@bshanks.dyndns.org |
---|---|
date | Mon Apr 13 03:25:42 2009 -0700 (16 years ago) |
parents | 9d0cc9c66ecd |
children | 01c118d1074b |
files | grant.html grant.odt grant.pdf grant.txt |
line diff
1.1 --- a/grant.html Mon Apr 13 03:22:01 2009 -0700
1.2 +++ b/grant.html Mon Apr 13 03:25:42 2009 -0700
1.3 @@ -67,9 +67,9 @@
1.4 tracted from the selected set depending on how much they raise the score. Such
1.5 procedures are called “stepwise” or “greedy”.
1.6 Although the classifier itself may only look at the gene expression data within
1.7 + 2
1.8 +
1.9 each voxel before classifying that voxel, the learning algorithm which constructs
1.10 - 2
1.11 -
1.12 the classifier may look over the entire dataset. We can categorize score-based
1.13 feature selection methods depending on how the score of calculated. Often
1.14 the score calculation consists of assigning a sub-score to each voxel, and then
1.15 @@ -112,12 +112,12 @@
1.16 to do would be to score the performance of each voxel by itself and then com-
1.17 bine these scores (pointwise scoring). A more powerful approach is to also use
1.18 information about the geometric relations between each voxel and its neighbors;
1.19 + 3
1.20 +
1.21 this requires non-pointwise, local scoring methods. See Preliminary Results for
1.22 evidence of the complementary nature of pointwise and local scoring methods.
1.23 Principle 4: Work in 2-D whenever possible
1.24 There are many anatomical structures which are commonly characterized in
1.25 - 3
1.26 -
1.27 terms of a two-dimensional manifold. When it is known that the structure that
1.28 one is looking for is two-dimensional, the results may be improved by allowing
1.29 the analysis algorithm to take advantage of this prior knowledge. In addition,
1.30 @@ -154,6 +154,8 @@
1.31 special type of clustering task because we have an additional constraint on
1.32 clusters; voxels grouped together into a cluster must be spatially contiguous.
1.33 In Preliminary Results, we show that one can get reasonable results without
1.34 + 4
1.35 +
1.36 enforcing this constraint, however, we plan to compare these results against
1.37 other methods which guarantee contiguous clusters.
1.38 Perhaps the biggest source of continguous clustering algorithms is the field
1.39 @@ -162,8 +164,6 @@
1.40 image into clusters, usually contiguous clusters. Aim 2 is similar to an image
1.41 segmentation task. There are two main differences; in our task, there are thou-
1.42 sands of color channels (one for each gene), rather than just three. There are
1.43 - 4
1.44 -
1.45 imaging tasks which use more than three colors, however, for example multispec-
1.46 tral imaging and hyperspectral imaging, which are often used to process satellite
1.47 imagery. A more crucial difference is that there are various cues which are ap-
1.48 @@ -200,6 +200,8 @@
1.49 Clustering genes rather than voxels
1.50 Although the ultimate goal is to cluster the instances (voxels or pixels), one
1.51 strategy to achieve this goal is to first cluster the features (genes). There are
1.52 + 5
1.53 +
1.54 two ways that clusters of genes could be used.
1.55 Gene clusters could be used as part of dimensionality reduction: rather than
1.56 have one feature for each gene, we could have one reduced feature for each gene
1.57 @@ -208,8 +210,6 @@
1.58 This is because many genes have an expression pattern which seems to pick
1.59 out a single, spatially continguous subregion. Therefore, it seems likely that an
1.60 anatomically interesting subregion will have multiple genes which each individ-
1.61 - 5
1.62 -
1.63 ually pick it out1. This suggests the following procedure: cluster together genes
1.64 which pick out similar subregions, and then to use the more popular common
1.65 subregions as the final clusters. In the Preliminary Data we show that a num-
1.66 @@ -240,6 +240,14 @@
1.67 Significance
1.68 The method developed in aim (1) will be applied to each cortical area to find
1.69 a set of marker genes such that the combinatorial expression pattern of those
1.70 +__________________________
1.71 + 1This would seem to contradict our finding in aim 1 that some cortical areas are combina-
1.72 +torially coded by multiple genes. However, it is possible that the currently accepted cortical
1.73 +maps divide the cortex into subregions which are unnatural from the point of view of gene
1.74 +expression; perhaps there is some other way to map the cortex for which each subregion can
1.75 +be identified by single genes.
1.76 + 6
1.77 +
1.78 genes uniquely picks out the target area. Finding marker genes will be useful
1.79 for drug discovery as well as for experimentation because marker genes can be
1.80 used to design interventions which selectively target individual cortical areas.
1.81 @@ -248,14 +256,6 @@
1.82 finding markers for each individual cortical areas, we will find a small panel
1.83 of genes that can find many of the areal boundaries at once. This panel of
1.84 marker genes will allow the development of an ISH protocol that will allow
1.85 -__________________________
1.86 - 1This would seem to contradict our finding in aim 1 that some cortical areas are combina-
1.87 -torially coded by multiple genes. However, it is possible that the currently accepted cortical
1.88 -maps divide the cortex into subregions which are unnatural from the point of view of gene
1.89 -expression; perhaps there is some other way to map the cortex for which each subregion can
1.90 -be identified by single genes.
1.91 - 6
1.92 -
1.93 experimenters to more easily identify which anatomical areas are present in
1.94 small samples of cortex.
1.95 The method developed in aim (3) will provide a genoarchitectonic viewpoint
1.96 @@ -292,21 +292,20 @@
1.97 anatomy through computational methods.
1.98 [?] describes an analysis of the anatomy of the hippocampus using the ABA
1.99 dataset. In addition to manual analysis, two clustering methods were employed,
1.100 + 7
1.101 +
1.102 a modified Non-negative Matrix Factorization (NNMF), and a hierarchial bifur-
1.103 cation clustering scheme based on correlation as the similarity score. The paper
1.104 yielded impressive results, proving the usefulness of such research. We have run
1.105 NNMF on the cortical dataset and while the results are promising (see Prelim-
1.106 inary Data), we think that it will be possible to find a better method2 (we also
1.107 + think that more automation of the parts that this paper’s authors did manually
1.108 + will be possible).
1.109 + and [?] describes AGEA. todo
1.110 __________________________
1.111 2We ran “vanilla” NNMF, whereas the paper under discussion used a modified method.
1.112 Their main modification consisted of adding a soft spatial contiguity constraint. However,
1.113 on our dataset, NNMF naturally produced spatially contiguous clusters, so no additional
1.114 - 7
1.115 -
1.116 - think that more automation of the parts that this paper’s authors did manually
1.117 - will be possible).
1.118 - and [?] describes AGEA. todo
1.119 -__________________________
1.120 constraint was needed. The paper under discussion mentions that they also tried a hierarchial
1.121 variant of NNMF, but since they didn’t report its results, we assume that those result were
1.122 not any more impressive than the results of the non-hierarchial variant.
1.123 @@ -343,9 +342,6 @@
1.124 3 genes which most match area AUD, according to a pointwise method5. The
1.125 bottom row displays the 3 genes which most match AUD according to a method
1.126 which considers local geometry6 The pointwise method in the top row identifies
1.127 - genes which express more strongly in AUD than outside of it; its weakness is that
1.128 - this includes many areas which don’t have a salient border matching the areal
1.129 - border. The geometric method identifies genes whose salient expression border
1.130 __________________________
1.131 3“WW, C2 and coiled-coil domain containing 1”; EntrezGene ID 211652
1.132 4“mitochondrial translational initiation factor 2”; EntrezGene ID 76784
1.133 @@ -377,6 +373,9 @@
1.134 genes which (individually) best match area AUD, according to gradient similar-
1.135 ity. From left to right and top to bottom, the genes are Ssr1, Efcbp1, Aph1a,
1.136 Ptk7, Aph1a again, and Lepr
1.137 + genes which express more strongly in AUD than outside of it; its weakness is that
1.138 + this includes many areas which don’t have a salient border matching the areal
1.139 + border. The geometric method identifies genes whose salient expression border
1.140 seems to partially line up with the border of AUD; its weakness is that this
1.141 includes genes which don’t express over the entire area. Genes which have high
1.142 rankings using both pointwise and border criteria, such as Aph1a in the example,
1.143 @@ -393,16 +392,16 @@
1.144 gene expression profiles. We achieved classification accuracy of about 81%7.
1.145 As noted above, however, a classifier that looks at all the genes at once isn’t
1.146 practically useful.
1.147 +____________
1.148 + 75-fold cross-validation.
1.149 + 11
1.150 +
1.151 The requirement to find combinations of only a small number of genes limits
1.152 us from straightforwardly applying many of the most simple techniques from
1.153 the field of supervised machine learning. In the parlance of machine learning,
1.154 our task combines feature selection with supervised learning.
1.155 Decision trees
1.156 todo
1.157 -____________________
1.158 - 75-fold cross-validation.
1.159 - 11
1.160 -
1.161 Specific to Aim 2 (and Aim 3)
1.162 Raw dimensionality reduction results
1.163 todo
1.164 @@ -449,10 +448,10 @@
1.165 each area, a short list of markers to identify that area; and we will also
1.166 present lists of “panels” of genes that can be used to delineate many areas
1.167 at once.
1.168 + 13
1.169 +
1.170 Develop algorithms to suggest a division of a structure into anatom-
1.171 ical parts
1.172 - 13
1.173 -
1.174 1. Explore dimensionality reduction algorithms applied to pixels: including
1.175 TODO
1.176 2. Explore dimensionality reduction algorithms applied to genes: including
2.1 Binary file grant.odt has changed
3.1 Binary file grant.pdf has changed
4.1 --- a/grant.txt Mon Apr 13 03:22:01 2009 -0700
4.2 +++ b/grant.txt Mon Apr 13 03:25:42 2009 -0700
4.3 @@ -19,7 +19,7 @@
4.4
4.5 === Aim 1 ===
4.6
4.7 -**Machine learning terminology: supervised learning**
4.8 +\vspace{0.3cm}**Machine learning terminology: supervised learning**
4.9
4.10 The task of looking for marker genes for anatomical subregions means that one is looking for a set of genes such that, if the expression level of those genes is known, then the locations of the subregions can be inferred.
4.11
4.12 @@ -40,26 +40,26 @@
4.13 Key questions when choosing a learning method are: What are the instances? What are the features? How are the features chosen? Here are four principles that outline our answers to these questions.
4.14
4.15
4.16 -**Principle 1: Combinatorial gene expression**
4.17 +\vspace{0.3cm}**Principle 1: Combinatorial gene expression**
4.18
4.19 Above, we defined an "instance" as the combination of a voxel with the "associated gene expression data". In our case this refers to the expression level of genes within the voxel, but should we include the expression levels of all genes, or only a few of them?
4.20
4.21 It is too much to hope that every anatomical region of interest will be identified by a single gene. For example, in the cortex, there are some areas which are not clearly delineated by any gene included in the Allen Brain Atlas (ABA) dataset. However, at least some of these areas can be delineated by looking at combinations of genes (an example of an area for which multiple genes are necessary and sufficient is provided in Preliminary Results).
4.22
4.23
4.24 -**Principle 2: Only look at combinations of small numbers of genes**
4.25 +\vspace{0.3cm}**Principle 2: Only look at combinations of small numbers of genes**
4.26
4.27 When the classifier classifies a voxel, it is only allowed to look at the expression of the genes which have been selected as features. The more data that is available to a classifier, the better that it can do. For example, perhaps there are weak correlations over many genes that add up to a strong signal. So, why not include every gene as a feature? The reason is that we wish to employ the classifier in situations in which it is not feasible to gather data about every gene. For example, if we want to use the expression of marker genes as a trigger for some regionally-targeted intervention, then our intervention must contain a molecular mechanism to check the expression level of each marker gene before it triggers. It is currently infeasible to design a molecular trigger that checks the level of more than a handful of genes. Similarly, if the goal is to develop a procedure to do ISH on tissue samples in order to label their anatomy, then it is infeasible to label more than a few genes. Therefore, we must select only a few genes as features.
4.28
4.29
4.30
4.31 -**Principle 3: Use geometry in feature selection**
4.32 +\vspace{0.3cm}**Principle 3: Use geometry in feature selection**
4.33
4.34 When doing feature selection with score-based methods, the simplest thing to do would be to score the performance of each voxel by itself and then combine these scores (pointwise scoring). A more powerful approach is to also use information about the geometric relations between each voxel and its neighbors; this requires non-pointwise, local scoring methods. See Preliminary Results for evidence of the complementary nature of pointwise and local scoring methods.
4.35
4.36
4.37
4.38 -**Principle 4: Work in 2-D whenever possible**
4.39 +\vspace{0.3cm}**Principle 4: Work in 2-D whenever possible**
4.40
4.41
4.42 There are many anatomical structures which are commonly characterized in terms of a two-dimensional manifold. When it is known that the structure that one is looking for is two-dimensional, the results may be improved by allowing the analysis algorithm to take advantage of this prior knowledge. In addition, it is easier for humans to visualize and work with 2-D data.
4.43 @@ -69,7 +69,7 @@
4.44
4.45 === Aim 2 ===
4.46
4.47 -**Machine learning terminology: clustering**
4.48 +\vspace{0.3cm}**Machine learning terminology: clustering**
4.49
4.50 If one is given a dataset consisting merely of instances, with no class labels, then analysis of the dataset is referred to as __unsupervised learning__ in the jargon of machine learning. One thing that you can do with such a dataset is to group instances together. A set of similar instances is called a __cluster__, and the activity of finding grouping the data into clusters is called clustering or cluster analysis.
4.51
4.52 @@ -78,12 +78,12 @@
4.53 It is desirable to determine not just one set of subregions, but also how these subregions relate to each other, if at all; perhaps some of the subregions are more similar to each other than to the rest, suggesting that, although at a fine spatial scale they could be considered separate, on a coarser spatial scale they could be grouped together into one large subregion. This suggests the outcome of clustering may be a hierarchial tree of clusters, rather than a single set of clusters which partition the voxels. This is called hierarchial clustering.
4.54
4.55
4.56 -**Similarity scores**
4.57 +\vspace{0.3cm}**Similarity scores**
4.58
4.59 A crucial choice when designing a clustering method is how to measure similarity, across either pairs of instances, or clusters, or both. There is much overlap between scoring methods for feature selection (discussed above under Aim 1) and scoring methods for similarity.
4.60
4.61
4.62 -**Spatially contiguous clusters; image segmentation**
4.63 +\vspace{0.3cm}**Spatially contiguous clusters; image segmentation**
4.64
4.65
4.66 We have shown that aim 2 is a type of clustering task. In fact, it is a special type of clustering task because we have an additional constraint on clusters; voxels grouped together into a cluster must be spatially contiguous. In Preliminary Results, we show that one can get reasonable results without enforcing this constraint, however, we plan to compare these results against other methods which guarantee contiguous clusters.
4.67 @@ -91,7 +91,7 @@
4.68 Perhaps the biggest source of continguous clustering algorithms is the field of computer vision, which has produced a variety of image segmentation algorithms. Image segmentation is the task of partitioning the pixels in a digital image into clusters, usually contiguous clusters. Aim 2 is similar to an image segmentation task. There are two main differences; in our task, there are thousands of color channels (one for each gene), rather than just three. There are imaging tasks which use more than three colors, however, for example multispectral imaging and hyperspectral imaging, which are often used to process satellite imagery. A more crucial difference is that there are various cues which are appropriate for detecting sharp object boundaries in a visual scene but which are not appropriate for segmenting abstract spatial data such as gene expression. Although many image segmentation algorithms can be expected to work well for segmenting other sorts of spatially arranged data, some of these algorithms are specialized for visual images.
4.69
4.70
4.71 -**Dimensionality reduction**
4.72 +\vspace{0.3cm}**Dimensionality reduction**
4.73
4.74
4.75 Unlike aim 1, there is no externally-imposed need to select only a handful of informative genes for inclusion in the instances. However, some clustering algorithms perform better on small numbers of features. There are techniques which "summarize" a larger number of features using a smaller number of features; these techniques go by the name of feature extraction or dimensionality reduction. The small set of features that such a technique yields is called the __reduced feature set__. After the reduced feature set is created, the instances may be replaced by __reduced instances__, which have as their features the reduced feature set rather than the original feature set of all gene expression levels. Note that the features in the reduced feature set do not necessarily correspond to genes; each feature in the reduced set may be any function of the set of gene expression levels.
4.76 @@ -99,7 +99,7 @@
4.77 Another use for dimensionality reduction is to visualize the relationships between subregions. For example, one might want to make a 2-D plot upon which each subregion is represented by a single point, and with the property that subregions with similar gene expression profiles should be nearby on the plot (that is, the property that distance between pairs of points in the plot should be proportional to some measure of dissimilarity in gene expression). It is likely that no arrangement of the points on a 2-D plan will exactly satisfy this property -- however, dimensionality reduction techniques allow one to find arrangements of points that approximately satisfy that property. Note that in this application, dimensionality reduction is being applied after clustering; whereas in the previous paragraph, we were talking about using dimensionality reduction before clustering.
4.78
4.79
4.80 -**Clustering genes rather than voxels**
4.81 +\vspace{0.3cm}**Clustering genes rather than voxels**
4.82
4.83
4.84 Although the ultimate goal is to cluster the instances (voxels or pixels), one strategy to achieve this goal is to first cluster the features (genes). There are two ways that clusters of genes could be used.
4.85 @@ -114,7 +114,7 @@
4.86
4.87 === Aim 3 ===
4.88
4.89 -**Background**
4.90 +\vspace{0.3cm}**Background**
4.91
4.92 The cortex is divided into areas and layers. To a first approximation, the parcellation of the cortex into areas can be drawn as a 2-D map on the surface of the cortex. In the third dimension, the boundaries between the areas continue downwards into the cortical depth, perpendicular to the surface. The layer boundaries run parallel to the surface. One can picture an area of the cortex as a slice of many-layered cake.
4.93
4.94 @@ -125,7 +125,7 @@
4.95
4.96
4.97
4.98 -**Significance**
4.99 +\vspace{0.3cm}**Significance**
4.100
4.101 The method developed in aim (1) will be applied to each cortical area to find a set of marker genes such that the combinatorial expression pattern of those genes uniquely picks out the target area. Finding marker genes will be useful for drug discovery as well as for experimentation because marker genes can be used to design interventions which selectively target individual cortical areas.
4.102
4.103 @@ -164,7 +164,7 @@
4.104
4.105
4.106
4.107 -**Using combinations of multiple genes is necessary and sufficient to delineate some cortical areas**
4.108 +\vspace{0.3cm}**Using combinations of multiple genes is necessary and sufficient to delineate some cortical areas**
4.109
4.110 Here we give an example of a cortical area which is not marked by any single gene, but which can be identified combinatorially. according to logistic regression, gene wwc1\footnote{"WW, C2 and coiled-coil domain containing 1"; EntrezGene ID 211652} is the best fit single gene for predicting whether or not a pixel on the cortical surface belongs to the motor area (area MO). The upper-left picture in Figure \ref{MOcombo} shows wwc1's spatial expression pattern over the cortex. The lower-right boundary of MO is represented reasonably well by this gene, however the gene overshoots the upper-left boundary. This flattened 2-D representation does not show it, but the area corresponding to the overshoot is the medial surface of the cortex. MO is only found on the lateral surface (todo).
4.111
4.112 @@ -178,16 +178,16 @@
4.113 \caption{Upper left: $wwc1$. Upper right: $mtif2$. Lower left: wwc1 + mtif2 (each pixel's value on the lower left is the sum of the corresponding pixels in the upper row). Within each picture, the vertical axis roughly corresponds to anterior at the top and posterior at the bottom, and the horizontal axis roughly corresponds to medial at the left and lateral at the right. The red outline is the boundary of region MO. Pixels are colored approximately according to the density of expressing cells underneath each pixel, with red meaning a lot of expression and blue meaning little.}
4.114 \end{figure}
4.115
4.116 -**Correlation**
4.117 -todo
4.118 -
4.119 -**Conditional entropy**
4.120 -todo
4.121 -
4.122 -**Gradient similarity**
4.123 -todo
4.124 -
4.125 -**Geometric and pointwise scoring methods provide complementary information**
4.126 +\vspace{0.3cm}**Correlation**
4.127 +todo
4.128 +
4.129 +\vspace{0.3cm}**Conditional entropy**
4.130 +todo
4.131 +
4.132 +\vspace{0.3cm}**Gradient similarity**
4.133 +todo
4.134 +
4.135 +\vspace{0.3cm}**Geometric and pointwise scoring methods provide complementary information**
4.136
4.137
4.138
4.139 @@ -206,17 +206,17 @@
4.140 \end{figure}
4.141
4.142
4.143 -**Areas which can be identified by single genes**
4.144 +\vspace{0.3cm}**Areas which can be identified by single genes**
4.145
4.146 todo
4.147
4.148
4.149 === Specific to Aim 1 (and Aim 3) ===
4.150 -**Forward stepwise logistic regression**
4.151 -todo
4.152 -
4.153 -
4.154 -**SVM on all genes at once**
4.155 +\vspace{0.3cm}**Forward stepwise logistic regression**
4.156 +todo
4.157 +
4.158 +
4.159 +\vspace{0.3cm}**SVM on all genes at once**
4.160
4.161 In order to see how well one can do when looking at all genes at once, we ran a support vector machine to classify cortical surface pixels based on their gene expression profiles. We achieved classification accuracy of about 81%\footnote{5-fold cross-validation.}. As noted above, however, a classifier that looks at all the genes at once isn't practically useful.
4.162
4.163 @@ -224,24 +224,24 @@
4.164
4.165
4.166
4.167 -**Decision trees**
4.168 +\vspace{0.3cm}**Decision trees**
4.169
4.170 todo
4.171
4.172
4.173 === Specific to Aim 2 (and Aim 3) ===
4.174
4.175 -**Raw dimensionality reduction results**
4.176 +\vspace{0.3cm}**Raw dimensionality reduction results**
4.177
4.178 todo
4.179
4.180 (might want to incld nnMF since mentioned above)
4.181
4.182 -**Dimensionality reduction plus K-means or spectral clustering**
4.183 -
4.184 -
4.185 -
4.186 -**Many areas are captured by clusters of genes**
4.187 +\vspace{0.3cm}**Dimensionality reduction plus K-means or spectral clustering**
4.188 +
4.189 +
4.190 +
4.191 +\vspace{0.3cm}**Many areas are captured by clusters of genes**
4.192
4.193 todo
4.194
4.195 @@ -265,7 +265,7 @@
4.196 todo amongst other things:
4.197
4.198
4.199 -**Develop algorithms that find genetic markers for anatomical regions**
4.200 +\vspace{0.3cm}**Develop algorithms that find genetic markers for anatomical regions**
4.201
4.202 # Develop scoring measures for evaluating how good individual genes are at marking areas: we will compare pointwise, geometric, and information-theoretic measures.
4.203 # Develop a procedure to find single marker genes for anatomical regions: for each cortical area, by using or combining the scoring measures developed, we will rank the genes by their ability to delineate each area.
4.204 @@ -274,7 +274,7 @@
4.205
4.206
4.207
4.208 -**Apply these algorithms to the cortex**
4.209 +\vspace{0.3cm}**Apply these algorithms to the cortex**
4.210
4.211 # Create open source format conversion tools: we will create tools to bulk download the ABA dataset and to convert between SEV, NIFTI and MATLAB formats.
4.212 # Flatmap the ABA cortex data: map the ABA data onto a plane and draw the cortical area boundaries onto it.
4.213 @@ -282,7 +282,7 @@
4.214 # Run the procedures that we developed on the cortex: we will present, for each area, a short list of markers to identify that area; and we will also present lists of "panels" of genes that can be used to delineate many areas at once.
4.215
4.216
4.217 -**Develop algorithms to suggest a division of a structure into anatomical parts**
4.218 +\vspace{0.3cm}**Develop algorithms to suggest a division of a structure into anatomical parts**
4.219
4.220 # Explore dimensionality reduction algorithms applied to pixels: including TODO
4.221 # Explore dimensionality reduction algorithms applied to genes: including TODO
4.222 @@ -300,7 +300,7 @@
4.223 stuff i dunno where to put yet (there is more scattered through grant-oldtext):
4.224
4.225
4.226 -**Principle 4: Work in 2-D whenever possible**
4.227 +\vspace{0.3cm}**Principle 4: Work in 2-D whenever possible**
4.228
4.229
4.230 In anatomy, the manifold of interest is usually either defined by a combination of two relevant anatomical axes (todo), or by the surface of the structure (as is the case with the cortex). In the former case, the manifold of interest is a plane, but in the latter case it is curved. If the manifold is curved, there are various methods for mapping the manifold into a plane.