cg
changeset 16:796116742ec5
.
author | bshanks@bshanks.dyndns.org |
---|---|
date | Sun Apr 12 03:39:30 2009 -0700 (16 years ago) |
parents | 395faa66383e |
children | ff9b47f2c7d3 |
files | grant.doc grant.html grant.odt grant.pdf grant.txt |
line diff
1.1 Binary file grant.doc has changed
2.1 --- a/grant.html Sun Apr 12 02:49:55 2009 -0700
2.2 +++ b/grant.html Sun Apr 12 03:39:30 2009 -0700
2.3 @@ -24,10 +24,10 @@
2.4 in aim (3), will be published and freely available for others to use.
2.5 Background and significance
2.6 Aim 1
2.7 - Machine learning terminology: supervised learning
2.8 - The task of looking for marker genes for anatomical subregions means that one
2.9 - is looking for a set of genes such that, if the expression level of those genes is
2.10 - known, then the locations of the subregions can be inferred.
2.11 + Machine learning terminology: supervised learning
2.12 + The task of looking for marker genes for anatomical subregions means that
2.13 + one is looking for a set of genes such that, if the expression level of those genes
2.14 + is known, then the locations of the subregions can be inferred.
2.15 If we define the subregions so that they cover the entire anatomical structure
2.16 to be divided, then instead of saying that we are using gene expression to find
2.17 the locations of the subregions, we may say that we are using gene expression to
2.18 @@ -36,9 +36,9 @@
2.19 its subregion).
2.20 Therefore, an understanding of the relationship between the combination of
2.21 their expression levels and the locations of the subregions may be expressed as
2.22 + a function. The input to this function is a voxel, along with the gene expression
2.23 1
2.24
2.25 - a function. The input to this function is a voxel, along with the gene expression
2.26 levels within that voxel; the output is the subregional identity of the target
2.27 voxel, that is, the subregion to which the target voxel belongs. We call this
2.28 function a classifier. In general, the input to a classifier is called an instance,
2.29 @@ -79,60 +79,60 @@
2.30 Key questions when choosing a learning method are: What are the instances?
2.31 What are the features? How are the features chosen? Here are four principles
2.32 that outline our answers to these questions.
2.33 - Principle 1: Combinatorial gene expression
2.34 - Above, we defined an “instance” as the combination of a voxel with the “asso-
2.35 - ciated gene expression data”. In our case this refers to the expression level of
2.36 + Principle 1: Combinatorial gene expression
2.37 + Above, we defined an “instance” as the combination of a voxel with the
2.38 + “associated gene expression data”. In our case this refers to the expression level
2.39 + of genes within the voxel, but should we include the expression levels of all
2.40 + genes, or only a few of them?
2.41 + It is too much to hope that every anatomical region of interest will be iden-
2.42 2
2.43
2.44 - genes within the voxel, but should we include the expression levels of all genes,
2.45 - or only a few of them?
2.46 - It is too much to hope that every anatomical region of interest will be iden-
2.47 tified by a single gene. For example, in the cortex, there are some areas which
2.48 are not clearly delineated by any gene included in the Allen Brain Atlas (ABA)
2.49 dataset. However, at least some of these areas can be delineated by looking
2.50 at combinations of genes (an example of an area for which multiple genes are
2.51 necessary and sufficient is provided in Preliminary Results).
2.52 - Principle 2: Only look at combinations of small numbers of genes
2.53 - When the classifier classifies a voxel, it is only allowed to look at the expression of
2.54 - the genes which have been selected as features. The more data that is available
2.55 - to a classifier, the better that it can do. For example, perhaps there are weak
2.56 - correlations over many genes that add up to a strong signal. So, why not include
2.57 - every gene as a feature? The reason is that we wish to employ the classifier in
2.58 - situations in which it is not feasible to gather data about every gene. For
2.59 - example, if we want to use the expression of marker genes as a trigger for some
2.60 - regionally-targeted intervention, then our intervention must contain a molecular
2.61 - mechanism to check the expression level of each marker gene before it triggers.
2.62 - It is currently infeasible to design a molecular trigger that checks the level of
2.63 - more than a handful of genes. Similarly, if the goal is to develop a procedure to
2.64 - do ISH on tissue samples in order to label their anatomy, then it is infeasible
2.65 - to label more than a few genes. Therefore, we must select only a few genes as
2.66 - features.
2.67 - Principle 3: Use geometry in feature selection
2.68 - When doing feature selection with score-based methods, the simplest thing to do
2.69 - would be to score the performance of each voxel by itself and then combine these
2.70 - scores (pointwise scoring). A more powerful approach is to also use information
2.71 - about the geometric relations between each voxel and its neighbors; this requires
2.72 - non-pointwise, local scoring methods. See Preliminary Results for evidence of
2.73 - the complementary nature of pointwise and local scoring methods.
2.74 - Principle 4: Work in 2-D whenever possible
2.75 - There are many anatomical structures which are commonly characterized in
2.76 + Principle 2: Only look at combinations of small numbers of genes
2.77 + When the classifier classifies a voxel, it is only allowed to look at the expres-
2.78 + sion of the genes which have been selected as features. The more data that is
2.79 + available to a classifier, the better that it can do. For example, perhaps there
2.80 + are weak correlations over many genes that add up to a strong signal. So, why
2.81 + not include every gene as a feature? The reason is that we wish to employ
2.82 + the classifier in situations in which it is not feasible to gather data about every
2.83 + gene. For example, if we want to use the expression of marker genes as a trigger
2.84 + for some regionally-targeted intervention, then our intervention must contain a
2.85 + molecular mechanism to check the expression level of each marker gene before
2.86 + it triggers. It is currently infeasible to design a molecular trigger that checks
2.87 + the level of more than a handful of genes. Similarly, if the goal is to develop a
2.88 + procedure to do ISH on tissue samples in order to label their anatomy, then it
2.89 + is infeasible to label more than a few genes. Therefore, we must select only a
2.90 + few genes as features.
2.91 + Principle 3: Use geometry in feature selection
2.92 + When doing feature selection with score-based methods, the simplest thing
2.93 + to do would be to score the performance of each voxel by itself and then com-
2.94 + bine these scores (pointwise scoring). A more powerful approach is to also use
2.95 + information about the geometric relations between each voxel and its neighbors;
2.96 + this requires non-pointwise, local scoring methods. See Preliminary Results for
2.97 + evidence of the complementary nature of pointwise and local scoring methods.
2.98 + Principle 4: Work in 2-D whenever possible
2.99 + There are many anatomical structures which are commonly characterized in
2.100 terms of a two-dimensional manifold. When it is known that the structure that
2.101 one is looking for is two-dimensional, the results may be improved by allowing
2.102 the analysis algorithm to take advantage of this prior knowledge. In addition,
2.103 it is easier for humans to visualize and work with 2-D data.
2.104 Therefore, when possible, the instances should represent pixels, not voxels.
2.105 - 3
2.106 -
2.107 Aim 2
2.108 - Machine learning terminology: clustering
2.109 - If one is given a dataset consisting merely of instances, with no class labels, then
2.110 - analysis of the dataset is referred to as unsupervised learning in the jargon of
2.111 - machine learning. One thing that you can do with such a dataset is to group
2.112 + Machine learning terminology: clustering
2.113 + If one is given a dataset consisting merely of instances, with no class labels,
2.114 + then analysis of the dataset is referred to as unsupervised learning in the jargon
2.115 + of machine learning. One thing that you can do with such a dataset is to group
2.116 instances together. A set of similar instances is called a cluster, and the activity
2.117 of finding grouping the data into clusters is called clustering or cluster analysis.
2.118 The task of deciding how to carve up a structure into anatomical subregions
2.119 can be put into these terms. The instances are once again voxels (or pixels)
2.120 along with their associated gene expression profiles. We make the assumption
2.121 + 3
2.122 +
2.123 that voxels from the same subregion have similar gene expression profiles, at
2.124 least compared to the other subregions. This means that clustering voxels is
2.125 the same as finding potential subregions; we seek a partitioning of the voxels
2.126 @@ -144,15 +144,15 @@
2.127 they could be grouped together into one large subregion. This suggests the
2.128 outcome of clustering may be a hierarchial tree of clusters, rather than a single
2.129 set of clusters which partition the voxels. This is called hierarchial clustering.
2.130 - Similarity scores
2.131 - todo
2.132 - Spatially contiguous clusters; image segmentation
2.133 - We have shown that aim 2 is a type of clustering task. In fact, it is a special type
2.134 - of clustering task because we have an additional constraint on clusters; voxels
2.135 - grouped together into a cluster must be spatially contiguous. In Preliminary
2.136 - Results, we show that one can get reasonable results without enforcing this
2.137 - constraint, however, we plan to compare these results against other methods
2.138 - which guarantee contiguous clusters.
2.139 + Similarity scores
2.140 + todo
2.141 + Spatially contiguous clusters; image segmentation
2.142 + We have shown that aim 2 is a type of clustering task. In fact, it is a
2.143 + special type of clustering task because we have an additional constraint on
2.144 + clusters; voxels grouped together into a cluster must be spatially contiguous.
2.145 + In Preliminary Results, we show that one can get reasonable results without
2.146 + enforcing this constraint, however, we plan to compare these results against
2.147 + other methods which guarantee contiguous clusters.
2.148 Perhaps the biggest source of continguous clustering algorithms is the field
2.149 of computer vision, which has produced a variety of image segmentation algo-
2.150 rithms. Image segmentation is the task of partitioning the pixels in a digital
2.151 @@ -164,15 +164,13 @@
2.152 imagery. A more crucial difference is that there are various cues which are ap-
2.153 propriate for detecting sharp object boundaries in a visual scene but which are
2.154 not appropriate for segmenting abstract spatial data such as gene expression.
2.155 - 4
2.156 -
2.157 Although many image segmentation algorithms can be expected to work well
2.158 for segmenting other sorts of spatially arranged data, some of these algorithms
2.159 are specialized for visual images.
2.160 - Dimensionality reduction
2.161 - Unlike aim 1, there is no externally-imposed need to select only a handful of
2.162 - informative genes for inclusion in the instances. However, some clustering al-
2.163 - gorithms perform better on small numbers of features. There are techniques
2.164 + Dimensionality reduction
2.165 + Unlike aim 1, there is no externally-imposed need to select only a handful
2.166 + of informative genes for inclusion in the instances. However, some clustering
2.167 + algorithms perform better on small numbers of features. There are techniques
2.168 which “summarize” a larger number of features using a smaller number of fea-
2.169 tures; these techniques go by the name of feature extraction or dimensionality
2.170 reduction. The small set of features that such a technique yields is called the
2.171 @@ -181,6 +179,8 @@
2.172 ture set rather than the original feature set of all gene expression levels. Note
2.173 that the features in the reduced feature set do not necessarily correspond to
2.174 genes; each feature in the reduced set may be any function of the set of gene
2.175 + 4
2.176 +
2.177 expression levels.
2.178 Another use for dimensionality reduction is to visualize the relationships
2.179 between subregions. For example, one might want to make a 2-D plot upon
2.180 @@ -194,8 +194,8 @@
2.181 in this application, dimensionality reduction is being applied after clustering;
2.182 whereas in the previous paragraph, we were talking about using dimensionality
2.183 reduction before clustering.
2.184 - Clustering genes rather than voxels
2.185 - Although the ultimate goal is to cluster the instances (voxels or pixels), one
2.186 + Clustering genes rather than voxels
2.187 + Although the ultimate goal is to cluster the instances (voxels or pixels), one
2.188 strategy to achieve this goal is to first cluster the features (genes). There are
2.189 two ways that clusters of genes could be used.
2.190 Gene clusters could be used as part of dimensionality reduction: rather than
2.191 @@ -206,24 +206,27 @@
2.192 out a single, spatially continguous subregion. Therefore, it seems likely that an
2.193 anatomically interesting subregion will have multiple genes which each individ-
2.194 ually pick it out1. This suggests the following procedure: cluster together genes
2.195 -__________________________
2.196 - 1This would seem to contradict our finding in aim 1 that some cortical areas are combina-
2.197 -torially coded by multiple genes. However, it is possible that the currently accepted cortical
2.198 - 5
2.199 -
2.200 which pick out similar subregions, and then to use the more popular common
2.201 subregions as the final clusters. In the Preliminary Data we show that a num-
2.202 ber of anatomically recognized cortical regions, as well as some “superregions”
2.203 formed by lumping together a few regions, are associated with gene clusters in
2.204 this fashion.
2.205 Aim 3
2.206 - Background
2.207 - The cortex is divided into areas and layers. To a first approximation, the par-
2.208 - cellation of the cortex into areas can be drawn as a 2-D map on the surface
2.209 - of the cortex. In the third dimension, the boundaries between the areas con-
2.210 - tinue downwards into the cortical depth, perpendicular to the surface. The layer
2.211 + Background
2.212 + The cortex is divided into areas and layers. To a first approximation, the
2.213 + parcellation of the cortex into areas can be drawn as a 2-D map on the surface of
2.214 + the cortex. In the third dimension, the boundaries between the areas continue
2.215 + downwards into the cortical depth, perpendicular to the surface. The layer
2.216 boundaries run parallel to the surface. One can picture an area of the cortex as
2.217 a slice of many-layered cake.
2.218 +___
2.219 + 1This would seem to contradict our finding in aim 1 that some cortical areas are combina-
2.220 +torially coded by multiple genes. However, it is possible that the currently accepted cortical
2.221 +maps divide the cortex into subregions which are unnatural from the point of view of gene
2.222 +expression; perhaps there is some other way to map the cortex for which each subregion can
2.223 +be identified by single genes.
2.224 + 5
2.225 +
2.226 Although it is known that different cortical areas have distinct roles in both
2.227 normal functioning and in disease processes, there are no known marker genes
2.228 for many cortical areas. When it is necessary to divide a tissue sample into
2.229 @@ -237,8 +240,8 @@
2.230 Swanson?? on the one hand, and Paxinos and Franklin?? on the other. While
2.231 the maps are certainly very similar in their general arrangement, significant
2.232 differences remain in the details.
2.233 - Significance
2.234 - The method developed in aim (1) will be applied to each cortical area to find
2.235 + Significance
2.236 + The method developed in aim (1) will be applied to each cortical area to find
2.237 a set of marker genes such that the combinatorial expression pattern of those
2.238 genes uniquely picks out the target area. Finding marker genes will be useful
2.239 for drug discovery as well as for experimentation because marker genes can be
2.240 @@ -250,12 +253,6 @@
2.241 marker genes will allow the development of an ISH protocol that will allow
2.242 experimenters to more easily identify which anatomical areas are present in
2.243 small samples of cortex.
2.244 -______
2.245 -maps divide the cortex into subregions which are unnatural from the point of view of gene
2.246 -expression; perhaps there is some other way to map the cortex for which each subregion can
2.247 -be identified by single genes.
2.248 - 6
2.249 -
2.250 The method developed in aim (3) will provide a genoarchitectonic viewpoint
2.251 that will contribute to the creation of a better map. The development of present-
2.252 day cortical maps was driven by the application of histological stains. It is
2.253 @@ -272,17 +269,19 @@
2.254 Related work
2.255 todo
2.256 vs. AGEA – i wrote something on this but i’m going to rewrite it
2.257 + 6
2.258 +
2.259 Preliminary work
2.260 Format conversion between SEV, MATLAB, NIFTI
2.261 todo
2.262 Flatmap of cortex
2.263 todo
2.264 - Using combinations of multiple genes is necessary and sufficient to
2.265 + Using combinations of multiple genes is necessary and sufficient to
2.266 delineate some cortical areas
2.267 - Here we give an example of a cortical area which is not marked by any single
2.268 - gene, but which can be identified combinatorially. according to logistic regres-
2.269 - sion, gene wwc12 is the best fit single gene for predicting whether or not a pixel
2.270 - on the cortical surface belongs to the motor area (area MO). The upper-left
2.271 + Here we give an example of a cortical area which is not marked by any
2.272 + single gene, but which can be identified combinatorially. according to logistic
2.273 + regression, gene wwc12 is the best fit single gene for predicting whether or not a
2.274 + pixel on the cortical surface belongs to the motor area (area MO). The upper-left
2.275 picture in Figure shows wwc1’s spatial expression pattern over the cortex. The
2.276 lower-right boundary of MO is represented reasonably well by this gene, however
2.277 the gene overshoots the upper-left boundary. This flattened 2-D representation
2.278 @@ -291,9 +290,31 @@
2.279 Gnee mtif23 is shown in figure the upper-right of Fig. . Mtif2 captures MO’s
2.280 upper-left boundary, but not its lower-right boundary. Mtif2 does not express
2.281 very much on the medial surface. By adding together the values at each pixel
2.282 + in these two figures, we get the lower-left of Figure . This combination captures
2.283 + area MO much better than any single gene.
2.284 + Geometric and pointwise scoring methods provide complementary
2.285 + information
2.286 + To show that local geometry can provide useful information that cannot be
2.287 + detected via pointwise analyses, consider Fig. . The top row of Fig. displays the
2.288 + 3 genes which most match area AUD, according to a pointwise method4. The
2.289 + bottom row displays the 3 genes which most match AUD according to a method
2.290 + which considers local geometry5 The pointwise method in the top row identifies
2.291 + genes which express more strongly in AUD than outside of it; its weakness is that
2.292 + this includes many areas which don’t have a salient border matching the areal
2.293 + border. The geometric method identifies genes whose salient expression border
2.294 + seems to partially line up with the border of AUD; its weakness is that this
2.295 + includes genes which don’t express over the entire area. Genes which have high
2.296 + rankings using both pointwise and border criteria, such as Aph1a in the example,
2.297 __________________________
2.298 2“WW, C2 and coiled-coil domain containing 1”; EntrezGene ID 211652
2.299 3“mitochondrial translational initiation factor 2”; EntrezGene ID 76784
2.300 + 4For each gene, a logistic regression in which the response variable was whether or not a
2.301 +surface pixel was within area AUD, and the predictor variable was the value of the expression
2.302 +of the gene underneath that pixel. The resulting scores were used to rank the genes in terms
2.303 +of how well they predict area AUD.
2.304 + 5For each gene the gradient similarity (see section ??) between (a) a map of the expression
2.305 +of each gene on the cortical surface and (b) the shape of area AUD, was calculated, and this
2.306 +was used to rank the genes.
2.307 7
2.308
2.309
2.310 @@ -306,24 +327,6 @@
2.311 the boundary of region MO. Pixels are colored approximately according to the
2.312 density of expressing cells underneath each pixel, with red meaning a lot of
2.313 expression and blue meaning little.
2.314 - in these two figures, we get the lower-left of Figure . This combination captures
2.315 - area MO much better than any single gene.
2.316 - Geometric and pointwise scoring methods provide complementary
2.317 - information
2.318 - To show that local geometry can provide useful information that cannot be
2.319 - detected via pointwise analyses, consider Fig. . The top row of Fig. displays
2.320 - the 3 genes which most match area AUD, according to a pointwise method4. The
2.321 - bottom row displays the 3 genes which most match AUD according to a method
2.322 - which considers local geometry5 The pointwise method in the top row identifies
2.323 - genes which express more strongly in AUD than outside of it; its weakness is that
2.324 -__________________________
2.325 - 4For each gene, a logistic regression in which the response variable was whether or not a
2.326 -surface pixel was within area AUD, and the predictor variable was the value of the expression
2.327 -of the gene underneath that pixel. The resulting scores were used to rank the genes in terms
2.328 -of how well they predict area AUD.
2.329 - 5For each gene the gradient similarity (see section ??) between (a) a map of the expression
2.330 -of each gene on the cortical surface and (b) the shape of area AUD, was calculated, and this
2.331 -was used to rank the genes.
2.332 8
2.333
2.334
2.335 @@ -333,47 +336,43 @@
2.336 genes which (individually) best match area AUD, according to gradient similar-
2.337 ity. From left to right and top to bottom, the genes are Ssr1, Efcbp1, Aph1a,
2.338 Ptk7, Aph1a again, and Lepr
2.339 - this includes many areas which don’t have a salient border matching the areal
2.340 - border. The geometric method identifies genes whose salient expression border
2.341 - seems to partially line up with the border of AUD; its weakness is that this
2.342 - includes genes which don’t express over the entire area. Genes which have high
2.343 - rankings using both pointwise and border criteria, such as Aph1a in the example,
2.344 may be particularly good markers. None of these genes are, individually, a
2.345 perfect marker for AUD; we deliberately chose a “difficult” area in order to
2.346 better contrast pointwise with geometric methods.
2.347 - Areas which can be identified by single genes
2.348 - todo
2.349 + Areas which can be identified by single genes
2.350 + todo
2.351 Aim 1 (and Aim 3)
2.352 - SVM on all genes at once
2.353 - In order to see how well one can do when looking at all genes at once, we ran
2.354 - a support vector machine to classify cortical surface pixels based on their gene
2.355 - expression profiles. We achieved classification accuracy of about 81%6. As noted
2.356 - above, however, a classifier that looks at all the genes at once isn’t practically
2.357 - useful.
2.358 -_____________________
2.359 + SVM on all genes at once
2.360 + In order to see how well one can do when looking at all genes at once, we
2.361 + ran a support vector machine to classify cortical surface pixels based on their
2.362 + gene expression profiles. We achieved classification accuracy of about 81%6.
2.363 + As noted above, however, a classifier that looks at all the genes at once isn’t
2.364 + practically useful.
2.365 + The requirement to find combinations of only a small number of genes limits
2.366 + us from straightforwardly applying many of the most simple techniques from
2.367 + the field of supervised machine learning. In the parlance of machine learning,
2.368 + our task combines feature selection with supervised learning.
2.369 + Decision trees
2.370 + todo
2.371 +____________________
2.372 6Using the Shogun SVM package (todo:cite), with parameters type=GMNPSVM (multi-
2.373 class b-SVM), kernal = gaussian with sigma = 0.1, c = 10, epsilon = 1e-1 – these are the
2.374 first parameters we tried, so presumably performance would improve with different choices of
2.375 parameters. 5-fold cross-validation.
2.376 9
2.377
2.378 - The requirement to find combinations of only a small number of genes limits
2.379 - us from straightforwardly applying many of the most simple techniques from
2.380 - the field of supervised machine learning. In the parlance of machine learning,
2.381 - our task combines feature selection with supervised learning.
2.382 - Decision trees
2.383 - todo
2.384 Aim 2 (and Aim 3)
2.385 Raw dimensionality reduction results
2.386 Dimensionality reduction plus K-means or spectral clus-
2.387 tering
2.388 - Many areas are captured by clusters of genes
2.389 - todo
2.390 + Many areas are captured by clusters of genes
2.391 + todo
2.392 todo
2.393 Research plan
2.394 todo
2.395 amongst other thigns:
2.396 - Develop algorithms that find genetic markers for anatomical regions
2.397 + Develop algorithms that find genetic markers for anatomical re-
2.398 + gions
2.399 1. Develop scoring measures for evaluating how good individual genes are at
2.400 marking areas: we will compare pointwise, geometric, and information-
2.401 theoretic measures.
2.402 @@ -391,15 +390,15 @@
2.403 the boundaries: An area may be difficult to identify because the bound-
2.404 aries are misdrawn, or because it does not “really” exist as a single area,
2.405 at least on the genetic level. We will develop extensions to our procedure
2.406 - 10
2.407 -
2.408 which (a) detect when a difficult area could be fit if its boundary were
2.409 redrawn slightly, and (b) detect when a difficult area could be combined
2.410 with adjacent areas to create a larger area which can be fit.
2.411 - Apply these algorithms to the cortex
2.412 + Apply these algorithms to the cortex
2.413 1. Create open source format conversion tools: we will create tools to bulk
2.414 download the ABA dataset and to convert between SEV, NIFTI and MAT-
2.415 LAB formats.
2.416 + 10
2.417 +
2.418 2. Flatmap the ABA cortex data: map the ABA data onto a plane and draw
2.419 the cortical area boundaries onto it.
2.420 3. Find layer boundaries: cluster similar voxels together in order to auto-
2.421 @@ -408,7 +407,7 @@
2.422 each area, a short list of markers to identify that area; and we will also
2.423 present lists of “panels” of genes that can be used to delineate many areas
2.424 at once.
2.425 - Develop algorithms to suggest a division of a structure into anatom-
2.426 + Develop algorithms to suggest a division of a structure into anatom-
2.427 ical parts
2.428 1. Explore dimensionality reduction algorithms applied to pixels: including
2.429 TODO
2.430 @@ -424,24 +423,22 @@
2.431 ______________________________________________
2.432 stuff i dunno where to put yet (there is more scattered through grant-
2.433 oldtext):
2.434 + Principle 4: Work in 2-D whenever possible
2.435 + In anatomy, the manifold of interest is usually either defined by a combina-
2.436 +tion of two relevant anatomical axes (todo), or by the surface of the structure
2.437 +(as is the case with the cortex). In the former case, the manifold of interest is
2.438 +a plane, but in the latter case it is curved. If the manifold is curved, there are
2.439 +various methods for mapping the manifold into a plane.
2.440 + The method that we will develop will begin by mapping the data into a
2.441 +2-D plane. Although the manifold that characterized cortical areas is known
2.442 +to be the cortical surface, it remains to be seen which method of mapping the
2.443 +manifold into a plane is optimal for this application. We will compare mappings
2.444 +which attempt to preserve size (such as the one used by Caret??) with mappings
2.445 +which preserve angle (conformal maps).
2.446 + Although there is much 2-D organization in anatomy, there are also struc-
2.447 +tures whose shape is fundamentally 3-dimensional. If possible, we would like
2.448 +the method we develop to include a statistical test that warns the user if the
2.449 +assumption of 2-D structure seems to be wrong.
2.450 11
2.451
2.452 - Principle 4: Work in 2-D whenever possible
2.453 - In anatomy, the manifold of interest is usually either defined by a combination
2.454 - of two relevant anatomical axes (todo), or by the surface of the structure (as is
2.455 - the case with the cortex). In the former case, the manifold of interest is a plane,
2.456 - but in the latter case it is curved. If the manifold is curved, there are various
2.457 - methods for mapping the manifold into a plane.
2.458 - The method that we will develop will begin by mapping the data into a
2.459 - 2-D plane. Although the manifold that characterized cortical areas is known
2.460 - to be the cortical surface, it remains to be seen which method of mapping the
2.461 - manifold into a plane is optimal for this application. We will compare mappings
2.462 - which attempt to preserve size (such as the one used by Caret??) with mappings
2.463 - which preserve angle (conformal maps).
2.464 - Although there is much 2-D organization in anatomy, there are also struc-
2.465 - tures whose shape is fundamentally 3-dimensional. If possible, we would like
2.466 - the method we develop to include a statistical test that warns the user if the
2.467 - assumption of 2-D structure seems to be wrong.
2.468 - 12
2.469 -
2.470 -
2.471 +
3.1 Binary file grant.odt has changed
4.1 Binary file grant.pdf has changed
5.1 --- a/grant.txt Sun Apr 12 02:49:55 2009 -0700
5.2 +++ b/grant.txt Sun Apr 12 03:39:30 2009 -0700
5.3 @@ -15,7 +15,9 @@
5.4 == Background and significance ==
5.5
5.6 === Aim 1 ===
5.7 -==== Machine learning terminology: supervised learning ====
5.8 +
5.9 +**Machine learning terminology: supervised learning**
5.10 +
5.11 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.
5.12
5.13 If we define the subregions so that they cover the entire anatomical structure to be divided, then instead of saying that we are using gene expression to find the locations of the subregions, we may say that we are using gene expression to determine to which subregion each voxel within the structure belongs. We call this a __classification task__, because each voxel is being assigned to a class (namely, its subregion).
5.14 @@ -34,20 +36,28 @@
5.15
5.16 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.
5.17
5.18 -==== Principle 1: Combinatorial gene expression ====
5.19 +
5.20 +**Principle 1: Combinatorial gene expression**
5.21 +
5.22 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?
5.23
5.24 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).
5.25
5.26 -==== Principle 2: Only look at combinations of small numbers of genes ====
5.27 +
5.28 +**Principle 2: Only look at combinations of small numbers of genes**
5.29 +
5.30 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.
5.31
5.32
5.33 -==== Principle 3: Use geometry in feature selection ====
5.34 +
5.35 +**Principle 3: Use geometry in feature selection**
5.36 +
5.37 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.
5.38
5.39
5.40 -==== Principle 4: Work in 2-D whenever possible ====
5.41 +
5.42 +**Principle 4: Work in 2-D whenever possible**
5.43 +
5.44
5.45 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.
5.46
5.47 @@ -55,30 +65,40 @@
5.48
5.49
5.50 === Aim 2 ===
5.51 -==== Machine learning terminology: clustering ====
5.52 +
5.53 +**Machine learning terminology: clustering**
5.54 +
5.55 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.
5.56
5.57 The task of deciding how to carve up a structure into anatomical subregions can be put into these terms. The instances are once again voxels (or pixels) along with their associated gene expression profiles. We make the assumption that voxels from the same subregion have similar gene expression profiles, at least compared to the other subregions. This means that clustering voxels is the same as finding potential subregions; we seek a partitioning of the voxels into subregions, that is, into clusters of voxels with similar gene expression.
5.58
5.59 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.
5.60
5.61 -==== Similarity scores ====
5.62 -
5.63 -todo
5.64 -
5.65 -==== Spatially contiguous clusters; image segmentation ====
5.66 +
5.67 +**Similarity scores**
5.68 +
5.69 +
5.70 +todo
5.71 +
5.72 +
5.73 +**Spatially contiguous clusters; image segmentation**
5.74 +
5.75
5.76 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.
5.77
5.78 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.
5.79
5.80 -==== Dimensionality reduction ====
5.81 +
5.82 +**Dimensionality reduction**
5.83 +
5.84
5.85 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.
5.86
5.87 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.
5.88
5.89 -==== Clustering genes rather than voxels ====
5.90 +
5.91 +**Clustering genes rather than voxels**
5.92 +
5.93
5.94 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.
5.95
5.96 @@ -91,7 +111,9 @@
5.97
5.98
5.99 === Aim 3 ===
5.100 -==== Background ====
5.101 +
5.102 +**Background**
5.103 +
5.104 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.
5.105
5.106 Although it is known that different cortical areas have distinct roles in both normal functioning and in disease processes, there are no known marker genes for many cortical areas. When it is necessary to divide a tissue sample into cortical areas, this is a manual process that requires a skilled human to combine multiple visual cues and interpret them in the context of their approximate location upon the cortical surface.
5.107 @@ -100,7 +122,9 @@
5.108
5.109
5.110
5.111 -==== Significance ====
5.112 +
5.113 +**Significance**
5.114 +
5.115 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.
5.116
5.117 The application of the marker gene finding algorithm to the cortex will also support the development of new neuroanatomical methods. In addition to finding markers for each individual cortical areas, we will find a small panel of genes that can find many of the areal boundaries at once. This panel of marker genes will allow the development of an ISH protocol that will allow experimenters to more easily identify which anatomical areas are present in small samples of cortex.
5.118 @@ -125,7 +149,9 @@
5.119 todo
5.120
5.121
5.122 -==== Using combinations of multiple genes is necessary and sufficient to delineate some cortical areas ====
5.123 +
5.124 +**Using combinations of multiple genes is necessary and sufficient to delineate some cortical areas**
5.125 +
5.126 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).
5.127
5.128 Gnee mtif2\footnote{"mitochondrial translational initiation factor 2"; EntrezGene ID 76784} is shown in figure the upper-right of Fig. \ref{MOcombo}. Mtif2 captures MO's upper-left boundary, but not its lower-right boundary. Mtif2 does not express very much on the medial surface. By adding together the values at each pixel in these two figures, we get the lower-left of Figure \ref{MOcombo}. This combination captures area MO much better than any single gene.
5.129 @@ -139,7 +165,9 @@
5.130 \end{figure}
5.131
5.132
5.133 -==== Geometric and pointwise scoring methods provide complementary information ====
5.134 +
5.135 +**Geometric and pointwise scoring methods provide complementary information**
5.136 +
5.137
5.138
5.139 To show that local geometry can provide useful information that cannot be detected via pointwise analyses, consider Fig. \ref{AUDgeometry}. The top row of Fig. \ref{AUDgeometry} displays the 3 genes which most match area AUD, according to a pointwise method\footnote{For each gene, a logistic regression in which the response variable was whether or not a surface pixel was within area AUD, and the predictor variable was the value of the expression of the gene underneath that pixel. The resulting scores were used to rank the genes in terms of how well they predict area AUD.}. The bottom row displays the 3 genes which most match AUD according to a method which considers local geometry\footnote{For each gene the gradient similarity (see section \ref{gradientSim}) between (a) a map of the expression of each gene on the cortical surface and (b) the shape of area AUD, was calculated, and this was used to rank the genes.} The pointwise method in the top row identifies genes which express more strongly in AUD than outside of it; its weakness is that this includes many areas which don't have a salient border matching the areal border. The geometric method identifies genes whose salient expression border seems to partially line up with the border of AUD; its weakness is that this includes genes which don't express over the entire area. Genes which have high rankings using both pointwise and border criteria, such as $Aph1a$ in the example, may be particularly good markers. None of these genes are, individually, a perfect marker for AUD; we deliberately chose a "difficult" area in order to better contrast pointwise with geometric methods.
5.140 @@ -156,20 +184,26 @@
5.141 \caption{The top row shows the three genes which (individually) best predict area AUD, according to logistic regression. The bottom row shows the three genes which (individually) best match area AUD, according to gradient similarity. From left to right and top to bottom, the genes are $Ssr1$, $Efcbp1$, $Aph1a$, $Ptk7$, $Aph1a$ again, and $Lepr$}
5.142 \end{figure}
5.143
5.144 -==== Areas which can be identified by single genes ====
5.145 +
5.146 +**Areas which can be identified by single genes**
5.147 +
5.148 todo
5.149
5.150
5.151 === Aim 1 (and Aim 3) ===
5.152
5.153
5.154 -==== SVM on all genes at once ====
5.155 +
5.156 +**SVM on all genes at once**
5.157 +
5.158 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{Using the Shogun SVM package (todo:cite), with parameters type=GMNPSVM (multiclass b-SVM), kernal = gaussian with sigma = 0.1, c = 10, epsilon = 1e-1 -- these are the first parameters we tried, so presumably performance would improve with different choices of parameters. 5-fold cross-validation.}. As noted above, however, a classifier that looks at all the genes at once isn't practically useful.
5.159
5.160 The requirement to find combinations of only a small number of genes limits us from straightforwardly applying many of the most simple techniques from the field of supervised machine learning. In the parlance of machine learning, our task combines feature selection with supervised learning.
5.161
5.162
5.163 -==== Decision trees ====
5.164 +
5.165 +**Decision trees**
5.166 +
5.167 todo
5.168
5.169
5.170 @@ -181,7 +215,9 @@
5.171 === Dimensionality reduction plus K-means or spectral clustering ===
5.172
5.173
5.174 -==== Many areas are captured by clusters of genes ====
5.175 +
5.176 +**Many areas are captured by clusters of genes**
5.177 +
5.178 todo
5.179
5.180
5.181 @@ -202,20 +238,26 @@
5.182
5.183 amongst other thigns:
5.184
5.185 -==== Develop algorithms that find genetic markers for anatomical regions ====
5.186 +
5.187 +**Develop algorithms that find genetic markers for anatomical regions**
5.188 +
5.189 # Develop scoring measures for evaluating how good individual genes are at marking areas: we will compare pointwise, geometric, and information-theoretic measures.
5.190 # 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.
5.191 # Extend the procedure to handle difficult areas by using combinatorial coding: for areas that cannot be identified by any single gene, identify them with a handful of genes. We will consider both (a) algorithms that incrementally/greedily combine single gene markers into sets, such as forward stepwise regression and decision trees, and also (b) supervised learning techniques which use soft constraints to minimize the number of features, such as sparse support vector machines.
5.192 # Extend the procedure to handle difficult areas by combining or redrawing the boundaries: An area may be difficult to identify because the boundaries are misdrawn, or because it does not "really" exist as a single area, at least on the genetic level. We will develop extensions to our procedure which (a) detect when a difficult area could be fit if its boundary were redrawn slightly, and (b) detect when a difficult area could be combined with adjacent areas to create a larger area which can be fit.
5.193
5.194
5.195 -==== Apply these algorithms to the cortex ====
5.196 +
5.197 +**Apply these algorithms to the cortex**
5.198 +
5.199 # 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.
5.200 # Flatmap the ABA cortex data: map the ABA data onto a plane and draw the cortical area boundaries onto it.
5.201 # Find layer boundaries: cluster similar voxels together in order to automatically find the cortical layer boundaries.
5.202 # 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.
5.203
5.204 -==== Develop algorithms to suggest a division of a structure into anatomical parts ====
5.205 +
5.206 +**Develop algorithms to suggest a division of a structure into anatomical parts**
5.207 +
5.208 # Explore dimensionality reduction algorithms applied to pixels: including TODO
5.209 # Explore dimensionality reduction algorithms applied to genes: including TODO
5.210 # Explore clustering algorithms applied to pixels: including TODO
5.211 @@ -231,7 +273,9 @@
5.212
5.213 stuff i dunno where to put yet (there is more scattered through grant-oldtext):
5.214
5.215 -==== Principle 4: Work in 2-D whenever possible ====
5.216 +
5.217 +**Principle 4: Work in 2-D whenever possible**
5.218 +
5.219
5.220 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.
5.221