cg

diff grant.html @ 70:5cdbbf86e10b

.
author bshanks@bshanks.dyndns.org
date Mon Apr 20 16:23:22 2009 -0700 (16 years ago)
parents 60d7c1c1b94f
children 48dae6cb2c09
line diff
1.1 --- a/grant.html Mon Apr 20 15:08:40 2009 -0700 1.2 +++ b/grant.html Mon Apr 20 16:23:22 2009 -0700 1.3 @@ -318,101 +318,146 @@ 1.4 many layer-area intersection clusters, further work is needed to make sense of these). The reason that Gene Finder cannot find marker genes for 1.5 most cortical areas is that in Gene Finder, although the user chooses a seed voxel, Gene Finder chooses the ROI for which genes will be found, 1.6 and it creates that ROI by (pairwise voxel correlation) clustering around the seed. 1.7 - 1.8 - 1.9 - Figure 1: Gene Pitx2 is selectively underexpressed in area SS (somatosensory). 1.10 Preliminary work 1.11 Format conversion between SEV, MATLAB, NIFTI 1.12 We have created software to (politely) download all of the SEV files from the Allen Institute website. We have also created 1.13 software to convert between the SEV, MATLAB, and NIFTI file formats, as well as some of Caret&#8217;s file formats. 1.14 Flatmap of cortex 1.15 -We downloaded the ABA data and applied a mask to select only those voxels which belong to cerebral cortex. We divided 1.16 -the cortex into hemispheres. 1.17 -Using Caret[5], we created a mesh representation of the surface of the selected voxels. For each gene, for each node of 1.18 -the mesh, we calculated an average of the gene expression of the voxels &#8220;underneath&#8221; that mesh node. We then flattened 1.19 -the cortex, creating a two-dimensional mesh. 1.20 -We sampled the nodes of the irregular, flat mesh in order to create a regular grid of pixel values. We converted this grid 1.21 -into a MATLAB matrix. 1.22 -We manually traced the boundaries of each of 49 cortical areas from the ABA coronal reference atlas slides. We then 1.23 -converted these manual traces into Caret-format regional boundary data on the mesh surface. We projected the regions 1.24 -onto the 2-d mesh, and then onto the grid, and then we converted the region data into MATLAB format. 1.25 -At this point, the data is in the form of a number of 2-D matrices, all in registration, with the matrix entries representing 1.26 -a grid of points (pixels) over the cortical surface: 1.27 + 1.28 +Figure 1: Gene Pitx2 1.29 +is selectively underex- 1.30 +pressed in area SS (so- 1.31 +matosensory). We downloaded the ABA data and applied a mask to select only those voxels which belong to 1.32 + cerebral cortex. We divided the cortex into hemispheres. 1.33 + Using Caret[5], we created a mesh representation of the surface of the selected voxels. For 1.34 + each gene, for each node of the mesh, we calculated an average of the gene expression of the 1.35 + voxels &#8220;underneath&#8221; that mesh node. We then flattened the cortex, creating a two-dimensional 1.36 + mesh. 1.37 + We sampled the nodes of the irregular, flat mesh in order to create a regular grid of pixel 1.38 + values. We converted this grid into a MATLAB matrix. 1.39 + We manually traced the boundaries of each of 49 cortical areas from the ABA coronal reference 1.40 + atlas slides. We then converted these manual traces into Caret-format regional boundary data 1.41 + on the mesh surface. We projected the regions onto the 2-d mesh, and then onto the grid, and 1.42 + then we converted the region data into MATLAB format. 1.43 + At this point, the data is in the form of a number of 2-D matrices, all in registration, with 1.44 + the matrix entries representing a grid of points (pixels) over the cortical surface: 1.45 &#x2219;A 2-D matrix whose entries represent the regional label associated with each surface pixel 1.46 &#x2219;For each gene, a 2-D matrix whose entries represent the average expression level underneath each surface pixel 1.47 -We created a normalized version of the gene expression data by subtracting each gene&#8217;s mean expression level (over all 1.48 -surface pixels) and dividing each gene by its standard deviation. 1.49 -The features and the target area are both functions on the surface pixels. They can be referred to as scalar fields over 1.50 -the space of surface pixels; alternately, they can be thought of as images which can be displayed on the flatmapped surface. 1.51 -To move beyond a single average expression level for each surface pixel, we plan to create a separate matrix for each 1.52 -cortical layer to represent the average expression level within that layer. Cortical layers are found at different depths in 1.53 -different parts of the cortex. In preparation for extracting the layer-specific datasets, we have extended Caret with routines 1.54 -that allow the depth of the ROI for volume-to-surface projection to vary. 1.55 -In the Research Plan, we describe how we will automatically locate the layer depths. For validation, we have manually 1.56 -demarcated the depth of the outer boundary of cortical layer 5 throughout the cortex. 1.57 -Feature selection and scoring methods 1.58 -Underexpression of a gene can serve as a marker Underexpression of a gene can sometimes serve as a marker. See, 1.59 -for example, Figure 1. 1.60 -Correlation Recall that the instances are surface pixels, and consider the problem of attempting to classify each instance 1.61 -as either a member of a particular anatomical area, or not. The target area can be represented as a boolean mask over the 1.62 -surface pixels. 1.63 -One class of feature selection scoring method are those which calculate some sort of &#8220;match&#8221; between each gene image 1.64 -and the target image. Those genes which match the best are good candidates for features. 1.65 -One of the simplest methods in this class is to use correlation as the match score. We calculated the correlation between 1.66 -each gene and each cortical area. The top row of Figure 2 shows the three genes most correlated with area SS. 1.67 - 1.68 - 1.69 - 1.70 -Figure 2: Top row: Genes Nfic, A930001M12Rik, C130038G02Rik are the most correlated with area SS (somatosensory 1.71 -cortex). Bottom row: Genes C130038G02Rik, Cacna1i, Car10 are those with the best fit using logistic regression. Within 1.72 -each picture, the vertical axis roughly corresponds to anterior at the top and posterior at the bottom, and the horizontal 1.73 -axis roughly corresponds to medial at the left and lateral at the right. The red outline is the boundary of region MO. Pixels 1.74 -are colored according to correlation, with red meaning high correlation and blue meaning low. 1.75 -Conditional entropy An information-theoretic scoring method is to find features such that, if the features (gene 1.76 -expression levels) are known, uncertainty about the target (the regional identity) is reduced. Entropy measures uncertainty, 1.77 -so what we want is to find features such that the conditional distribution of the target has minimal entropy. The distribution 1.78 -to which we are referring is the probability distribution over the population of surface pixels. 1.79 -The simplest way to use information theory is on discrete data, so we discretized our gene expression data by creating, 1.80 -for each gene, five thresholded boolean masks of the gene data. For each gene, we created a boolean mask of its expression 1.81 -levels using each of these thresholds: the mean of that gene, the mean minus one standard deviation, the mean minus two 1.82 -standard deviations, the mean plus one standard deviation, the mean plus two standard deviations. 1.83 -Now, for each region, we created and ran a forward stepwise procedure which attempted to find pairs of gene expression 1.84 -boolean masks such that the conditional entropy of the target area&#8217;s boolean mask, conditioned upon the pair of gene 1.85 -expression boolean masks, is minimized. 1.86 -This finds pairs of genes which are most informative (at least at these discretization thresholds) relative to the question, 1.87 -&#8220;Is this surface pixel a member of the target area?&#8221;. Its advantage over linear methods such as logistic regression is that it 1.88 -takes account of arbitrarily nonlinear relationships; for example, if the XOR of two variables predicts the target, conditional 1.89 -entropy would notice, whereas linear methods would not. 1.90 -Gradient similarity We noticed that the previous two scoring methods, which are pointwise, often found genes whose 1.91 -pattern of expression did not look similar in shape to the target region. For this reason we designed a non-pointwise local 1.92 -scoring method to detect when a gene had a pattern of expression which looked like it had a boundary whose shape is similar 1.93 -to the shape of the target region. We call this scoring method &#8220;gradient similarity&#8221;. 1.94 -One might say that gradient similarity attempts to measure how much the border of the area of gene expression and 1.95 -the border of the target region overlap. However, since gene expression falls off continuously rather than jumping from its 1.96 -maximum value to zero, the spatial pattern of a gene&#8217;s expression often does not have a discrete border. Therefore, instead 1.97 -of looking for a discrete border, we look for large gradients. Gradient similarity is a symmetric function over two images 1.98 -(i.e. two scalar fields). It is is high to the extent that matching pixels which have large values and large gradients also have 1.99 -gradients which are oriented in a similar direction. The formula is: 1.100 - &#x2211; 1.101 - pixel<img src="cmsy7-32.png" alt="&#x2208;" />pixels cos(abs(&#x2220;&#x2207;1 -&#x2220;&#x2207;2)) &#x22C5;|&#x2207;1| + |&#x2207;2| 1.102 + 1.103 + 1.104 +Figure 2: Top row: Genes Nfic and 1.105 +A930001M12Rik are the most correlated with 1.106 +area SS (somatosensory cortex). Bottom row: 1.107 +Genes C130038G02Rik and Cacna1i are those 1.108 +with the best fit using logistic regression. Within 1.109 +each picture, the vertical axis roughly corre- 1.110 +sponds to anterior at the top and posterior at 1.111 +the bottom, and the horizontal axis roughly 1.112 +corresponds to medial at the left and lateral 1.113 +at the right. The red outline is the boundary 1.114 +of region MO. Pixels are colored according to 1.115 +correlation, with red meaning high correlation 1.116 +and blue meaning low. We created a normalized version of the gene expression data by sub- 1.117 + tracting each gene&#8217;s mean expression level (over all surface pixels) and 1.118 + dividing each gene by its standard deviation. 1.119 + The features and the target area are both functions on the surface 1.120 + pixels. They can be referred to as scalar fields over the space of sur- 1.121 + face pixels; alternately, they can be thought of as images which can be 1.122 + displayed on the flatmapped surface. 1.123 + To move beyond a single average expression level for each surface 1.124 + pixel, we plan to create a separate matrix for each cortical layer to rep- 1.125 + resent the average expression level within that layer. Cortical layers are 1.126 + found at different depths in different parts of the cortex. In preparation 1.127 + for extracting the layer-specific datasets, we have extended Caret with 1.128 + routines that allow the depth of the ROI for volume-to-surface projection 1.129 + to vary. 1.130 + In the Research Plan, we describe how we will automatically locate 1.131 + the layer depths. For validation, we have manually demarcated the depth 1.132 + of the outer boundary of cortical layer 5 throughout the cortex. 1.133 + Feature selection and scoring methods 1.134 + Underexpression of a gene can serve as a marker Underexpression 1.135 + of a gene can sometimes serve as a marker. See, for example, Figure 1. 1.136 + Correlation Recall that the instances are surface pixels, and con- 1.137 + sider the problem of attempting to classify each instance as either a 1.138 + member of a particular anatomical area, or not. The target area can be 1.139 + represented as a boolean mask over the surface pixels. 1.140 + One class of feature selection scoring method are those which calcu- 1.141 + late some sort of &#8220;match&#8221; between each gene image and the target image. 1.142 + Those genes which match the best are good candidates for features. 1.143 + One of the simplest methods in this class is to use correlation as 1.144 + the match score. We calculated the correlation between each gene and 1.145 + each cortical area. The top row of Figure 2 shows the three genes most 1.146 +correlated with area SS. 1.147 + 1.148 + 1.149 +Figure 3: The top row shows the two genes which 1.150 +(individually) best predict area AUD, according 1.151 +to logistic regression. The bottom row shows the 1.152 +two genes which (individually) best match area 1.153 +AUD, according to gradient similarity. From left 1.154 +to right and top to bottom, the genes are Ssr1, 1.155 +Efcbp1, Ptk7, and Aph1a. Conditional entropy An information-theoretic scoring method is 1.156 + to find features such that, if the features (gene expression levels) are 1.157 + known, uncertainty about the target (the regional identity) is reduced. 1.158 + Entropy measures uncertainty, so what we want is to find features such 1.159 + that the conditional distribution of the target has minimal entropy. The 1.160 + distribution to which we are referring is the probability distribution over 1.161 + the population of surface pixels. 1.162 + The simplest way to use information theory is on discrete data, so 1.163 + we discretized our gene expression data by creating, for each gene, five 1.164 + thresholded boolean masks of the gene data. For each gene, we created a 1.165 + boolean mask of its expression levels using each of these thresholds: the 1.166 + mean of that gene, the mean minus one standard deviation, the mean 1.167 + minus two standard deviations, the mean plus one standard deviation, 1.168 + the mean plus two standard deviations. 1.169 + Now, for each region, we created and ran a forward stepwise pro- 1.170 + cedure which attempted to find pairs of gene expression boolean masks 1.171 + such that the conditional entropy of the target area&#8217;s boolean mask, con- 1.172 + ditioned upon the pair of gene expression boolean masks, is minimized. 1.173 + This finds pairs of genes which are most informative (at least at these 1.174 + discretization thresholds) relative to the question, &#8220;Is this surface pixel 1.175 + a member of the target area?&#8221;. Its advantage over linear methods such 1.176 + as logistic regression is that it takes account of arbitrarily nonlinear re- 1.177 + lationships; for example, if the XOR of two variables predicts the target, 1.178 + conditional entropy would notice, whereas linear methods would not. 1.179 + 1.180 + 1.181 +Figure 4: Upper left: wwc1. Upper right: mtif2. 1.182 +Lower left: wwc1 + mtif2 (each pixel&#8217;s value on 1.183 +the lower left is the sum of the corresponding pix- 1.184 +els in the upper row). Gradient similarity We noticed that the previous two scoring 1.185 + methods, which are pointwise, often found genes whose pattern of ex- 1.186 + pression did not look similar in shape to the target region. For this 1.187 + reason we designed a non-pointwise local scoring method to detect when 1.188 + a gene had a pattern of expression which looked like it had a boundary 1.189 + whose shape is similar to the shape of the target region. We call this 1.190 + scoring method &#8220;gradient similarity&#8221;. 1.191 + One might say that gradient similarity attempts to measure how 1.192 + much the border of the area of gene expression and the border of the 1.193 + target region overlap. However, since gene expression falls off continu- 1.194 + ously rather than jumping from its maximum value to zero, the spatial 1.195 + pattern of a gene&#8217;s expression often does not have a discrete border. 1.196 + Therefore, instead of looking for a discrete border, we look for large 1.197 + gradients. Gradient similarity is a symmetric function over two images 1.198 + (i.e. two scalar fields). It is is high to the extent that matching pixels 1.199 + which have large values and large gradients also have gradients which 1.200 + are oriented in a similar direction. The formula is: 1.201 + &#x2211; 1.202 + pixel<img src="cmsy7-32.png" alt="&#x2208;" />pixels cos(abs(&#x2220;&#x2207;1 -&#x2220;&#x2207;2)) &#x22C5;|&#x2207;1| + |&#x2207;2| 1.203 2 &#x22C5; pixel_value1 + pixel_value2 1.204 2 1.205 -where &#x2207;1 and &#x2207;2 are the gradient vectors of the two images at the current pixel; &#x2220;&#x2207;i is the angle of the gradient of 1.206 -image i at the current pixel; |&#x2207;i| is the magnitude of the gradient of image i at the current pixel; and pixel_valuei is the 1.207 -value of the current pixel in image i. 1.208 + where &#x2207;1 and &#x2207;2 are the gradient vectors of the two images at the 1.209 +current pixel; &#x2220;&#x2207;i is the angle of the gradient of image i at the current pixel; |&#x2207;i| is the magnitude of the gradient of image 1.210 +i at the current pixel; and pixel_valuei is the value of the current pixel in image i. 1.211 The intuition is that we want to see if the borders of the pattern in the two images are similar; if the borders are similar, 1.212 then both images will have corresponding pixels with large gradients (because this is a border) which are oriented in a 1.213 similar direction (because the borders are similar). 1.214 -Most of the genes in Figure 4 were identified via gradient similarity. 1.215 +Most of the genes in Figure 5 were identified via gradient similarity. 1.216 Gradient similarity provides information complementary to correlation 1.217 - 1.218 - 1.219 - 1.220 -Figure 3: The top row shows the three genes which (individually) best predict area AUD, according to logistic regression. 1.221 -The bottom row shows the three genes which (individually) best match area AUD, according to gradient similarity. From 1.222 -left to right and top to bottom, the genes are Ssr1, Efcbp1, Aph1a, Ptk7, Aph1a again, and Lepr 1.223 To show that gradient similarity can provide useful information that cannot be detected via pointwise analyses, consider 1.224 Fig. 3. The top row of Fig. 3 displays the 3 genes which most match area AUD, according to a pointwise method17. The 1.225 +_________________________________________ 1.226 + 17For each gene, a logistic regression in which the response variable was whether or not a surface pixel was within area AUD, and the predictor 1.227 bottom row displays the 3 genes which most match AUD according to a method which considers local geometry18 The 1.228 pointwise method in the top row identifies genes which express more strongly in AUD than outside of it; its weakness is 1.229 that this includes many areas which don&#8217;t have a salient border matching the areal border. The geometric method identifies 1.230 @@ -420,93 +465,133 @@ 1.231 genes which don&#8217;t express over the entire area. Genes which have high rankings using both pointwise and border criteria, 1.232 such as Aph1a in the example, may be particularly good markers. None of these genes are, individually, a perfect marker 1.233 for AUD; we deliberately chose a &#8220;difficult&#8221; area in order to better contrast pointwise with geometric methods. 1.234 -Areas which can be identified by single genes Using gradient similarity, we have already found single genes which 1.235 -roughly identify some areas and groupings of areas. For each of these areas, an example of a gene which roughly identifies 1.236 -it is shown in Figure 4. We have not yet cross-verified these genes in other atlases. 1.237 -In addition, there are a number of areas which are almost identified by single genes: COAa+NLOT (anterior part of 1.238 -cortical amygdalar area, nucleus of the lateral olfactory tract), ENT (entorhinal), ACAv (ventral anterior cingulate), VIS 1.239 -(visual), AUD (auditory). 1.240 -These results validate our expectation that the ABA dataset can be exploited to find marker genes for many cortical 1.241 -areas, while also validating the relevancy of our new scoring method, gradient similarity. 1.242 -Combinations of multiple genes are useful and necessary for some areas 1.243 -In Figure 5, we give an example of a cortical area which is not marked by any single gene, but which can be identified 1.244 -combinatorially. This shows that our proposal to develop a method to find combinations of marker genes is both possible 1.245 -and necessary. 1.246 -Feature selection integrated with prediction As noted earlier, in general, any predictive method can be used for 1.247 -feature selection by running it inside a stepwise wrapper. Also, some predictive methods integrate soft constraints on number 1.248 -of features used. Examples of both of these will be seen in the section &#8220;Multivariate Predictive methods&#8221;. 1.249 -Multivariate Predictive methods 1.250 -Forward stepwise logistic regression Logistic regression is a popular method for predictive modeling of categorial data. 1.251 -As a pilot run, for five cortical areas (SS, AUD, RSP, VIS, and MO), we performed forward stepwise logistic regression to 1.252 -find single genes, pairs of genes, and triplets of genes which predict areal identify. This is an example of feature selection 1.253 -integrated with prediction using a stepwise wrapper. Some of the single genes found were shown in various figures throughout 1.254 -this document, and Figure 5 shows a combination of genes which was found. 1.255 + 1.256 + 1.257 + 1.258 + 1.259 +Figure 5: From left to right and top to bot- 1.260 +tom, single genes which roughly identify ar- 1.261 +eas SS (somatosensory primary +supplemental), 1.262 +SSs (supplemental somatosensory), PIR (piri- 1.263 +form), FRP (frontal pole), RSP (retrosplenial), 1.264 +COApm (Cortical amygdalar, posterior part, me- 1.265 +dial zone). Grouping some areas together, we 1.266 +have also found genes to identify the groups 1.267 +ACA+PL+ILA+DP+ORB+MO (anterior cingu- 1.268 +late, prelimbic, infralimbic, dorsal peduncular, or- 1.269 +bital, motor), posterior and lateral visual (VISpm, 1.270 +VISpl, VISI, VISp; posteromedial, posterolateral, 1.271 +lateral, and primary visual; the posterior and lat- 1.272 +eral visual area is distinguished from its neigh- 1.273 +bors, but not from the entire rest of the cortex). 1.274 +The genes are Pitx2, Aldh1a2, Ppfibp1, Slco1a5, 1.275 +Tshz2, Trhr, Col12a1, Ets1. Areas which can be identified by single genes Using gradient 1.276 + similarity, we have already found single genes which roughly identify 1.277 + some areas and groupings of areas. For each of these areas, an example 1.278 + of a gene which roughly identifies it is shown in Figure 5. We have not 1.279 + yet cross-verified these genes in other atlases. 1.280 + In addition, there are a number of areas which are almost identified 1.281 + by single genes: COAa+NLOT (anterior part of cortical amygdalar area, 1.282 + nucleus of the lateral olfactory tract), ENT (entorhinal), ACAv (ventral 1.283 + anterior cingulate), VIS (visual), AUD (auditory). 1.284 + These results validate our expectation that the ABA dataset can 1.285 + be exploited to find marker genes for many cortical areas, while also 1.286 + validating the relevancy of our new scoring method, gradient similarity. 1.287 + Combinations of multiple genes are useful and necessary for 1.288 + some areas 1.289 + In Figure 4, we give an example of a cortical area which is not marked 1.290 + by any single gene, but which can be identified combinatorially. Acc- 1.291 + cording to logistic regression, gene wwc1 is the best fit single gene for 1.292 + predicting whether or not a pixel on the cortical surface belongs to the 1.293 + motor area (area MO). The upper-left picture in Figure 4 shows wwc1&#8217;s 1.294 + spatial expression pattern over the cortex. The lower-right boundary of 1.295 + MO is represented reasonably well by this gene, however the gene over- 1.296 + shoots the upper-left boundary. This flattened 2-D representation does 1.297 + not show it, but the area corresponding to the overshoot is the medial 1.298 + surface of the cortex. MO is only found on the lateral surface. Gene mtif2 1.299 + is shown in the upper-right. Mtif2 captures MO&#8217;s upper-left boundary, 1.300 + but not its lower-right boundary. Mtif2 does not express very much on 1.301 + the medial surface. By adding together the values at each pixel in these 1.302 + two figures, we get the lower-left image. This combination captures area 1.303 + MO much better than any single gene. 1.304 + This shows that our proposal to develop a method to find combina- 1.305 + tions of marker genes is both possible and necessary. 1.306 + Feature selection integrated with prediction As noted earlier, 1.307 + in general, any predictive method can be used for feature selection by 1.308 + running it inside a stepwise wrapper. Also, some predictive methods 1.309 + integrate soft constraints on number of features used. Examples of both 1.310 + of these will be seen in the section &#8220;Multivariate Predictive methods&#8221;. 1.311 + Multivariate Predictive methods 1.312 + Forward stepwise logistic regression Logistic regression is a popu- 1.313 + lar method for predictive modeling of categorial data. As a pilot run, 1.314 + for five cortical areas (SS, AUD, RSP, VIS, and MO), we performed 1.315 + forward stepwise logistic regression to find single genes, pairs of genes, 1.316 + and triplets of genes which predict areal identify. This is an example 1.317 + of feature selection integrated with prediction using a stepwise wrapper. 1.318 + Some of the single genes found were shown in various figures throughout 1.319 _________________________________________ 1.320 - 17For each gene, a logistic regression in which the response variable was whether or not a surface pixel was within area AUD, and the predictor 1.321 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 1.322 they predict area AUD. 1.323 18For each gene the gradient similarity between (a) a map of the expression of each gene on the cortical surface and (b) the shape of area AUD, 1.324 was calculated, and this was used to rank the genes. 1.325 + this document, and Figure 4 shows a combination of genes which was 1.326 + found. 1.327 + We felt that, for single genes, gradient similarity did a better job 1.328 +than logistic regression at capturing our subjective impression of a &#8220;good gene&#8221;. 1.329 1.330 - 1.331 - 1.332 -Figure 4: From left to right and top to bottom, single genes which roughly identify areas SS (somatosensory primary + 1.333 -supplemental), SSs (supplemental somatosensory), PIR (piriform), FRP (frontal pole), RSP (retrosplenial), COApm (Corti- 1.334 -cal amygdalar, posterior part, medial zone). Grouping some areas together, we have also found genes to identify the groups 1.335 -ACA+PL+ILA+DP+ORB+MO (anterior cingulate, prelimbic, infralimbic, dorsal peduncular, orbital, motor), posterior 1.336 -and lateral visual (VISpm, VISpl, VISI, VISp; posteromedial, posterolateral, lateral, and primary visual; the posterior and 1.337 -lateral visual area is distinguished from its neighbors, but not from the entire rest of the cortex). The genes are Pitx2, 1.338 -Aldh1a2, Ppfibp1, Slco1a5, Tshz2, Trhr, Col12a1, Ets1. 1.339 - 1.340 - 1.341 -Figure 5: Upper left: wwc1. Upper right: mtif2. Lower left: wwc1 + mtif2 (each pixel&#8217;s value on the lower left is the 1.342 -sum of the corresponding pixels in the upper row). Acccording to logistic regression, gene wwc1 is the best fit single gene 1.343 -for predicting whether or not a pixel on the cortical surface belongs to the motor area (area MO). The upper-left picture in 1.344 -Figure 5 shows wwc1&#8217;s spatial expression pattern over the cortex. The lower-right boundary of MO is represented reasonably 1.345 -well by this gene, however the gene overshoots the upper-left boundary. This flattened 2-D representation does not show 1.346 -it, but the area corresponding to the overshoot is the medial surface of the cortex. MO is only found on the lateral surface. 1.347 -Gene mtif2 is shown in the upper-right. Mtif2 captures MO&#8217;s upper-left boundary, but not its lower-right boundary. Mtif2 1.348 -does not express very much on the medial surface. By adding together the values at each pixel in these two figures, we get 1.349 -the lower-left image. This combination captures area MO much better than any single gene. 1.350 -We felt that, for single genes, gradient similarity did a better job than logistic regression at capturing our subjective 1.351 -impression of a &#8220;good gene&#8221;. 1.352 -SVM on all genes at once 1.353 -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 1.354 -surface pixels based on their gene expression profiles. We achieved classification accuracy of about 81%19. This shows that 1.355 -the genes included in the ABA dataset are sufficient to define much of cortical anatomy. As noted above, however, a classifier 1.356 -that looks at all the genes at once isn&#8217;t as practically useful as a classifier that uses only a few genes. 1.357 -Data-driven redrawing of the cortical map 1.358 -We have applied the following dimensionality reduction algorithms to reduce the dimensionality of the gene expression 1.359 -profile associated with each voxel: Principal Components Analysis (PCA), Simple PCA (SPCA), Multi-Dimensional Scaling 1.360 -(MDS), Isomap, Landmark Isomap, Laplacian eigenmaps, Local Tangent Space Alignment (LTSA), Hessian locally linear 1.361 -embedding, Diffusion maps, Stochastic Neighbor Embedding (SNE), Stochastic Proximity Embedding (SPE), Fast Maximum 1.362 -Variance Unfolding (FastMVU), Non-negative Matrix Factorization (NNMF). Space constraints prevent us from showing 1.363 -many of the results, but as a sample, PCA, NNMF, and landmark Isomap are shown in the second, third, and fourth rows 1.364 -of Figure 6. 1.365 + 1.366 + 1.367 + 1.368 +Figure 6: First row: the first 6 reduced dimensions, using PCA. Second 1.369 +row: the first 6 reduced dimensions, using NNMF. Third row: the first 1.370 +six reduced dimensions, using landmark Isomap. Bottom row: examples 1.371 +of kmeans clustering applied to reduced datasets to find 7 clusters. Left: 1.372 +19 of the major subdivisions of the cortex. Second from left: PCA. Third 1.373 +from left: NNMF. Right: Landmark Isomap. Additional details: In the 1.374 +third and fourth rows, 7 dimensions were found, but only 6 displayed. In 1.375 +the last row: for PCA, 50 dimensions were used; for NNMF, 6 dimensions 1.376 +were used; for landmark Isomap, 7 dimensions were used. SVM on all genes at once 1.377 + In order to see how well one can do when 1.378 + looking at all genes at once, we ran a support 1.379 + vector machine to classify cortical surface pix- 1.380 + els based on their gene expression profiles. We 1.381 + achieved classification accuracy of about 81%19. 1.382 + This shows that the genes included in the ABA 1.383 + dataset are sufficient to define much of cortical 1.384 + anatomy. As noted above, however, a classifier 1.385 + that looks at all the genes at once isn&#8217;t as prac- 1.386 + tically useful as a classifier that uses only a few 1.387 + genes. 1.388 + Data-driven redrawing of the cor- 1.389 + tical map 1.390 + We have applied the following dimensional- 1.391 + ity reduction algorithms to reduce the dimen- 1.392 + sionality of the gene expression profile associ- 1.393 + ated with each voxel: Principal Components 1.394 + Analysis (PCA), Simple PCA (SPCA), Multi- 1.395 + Dimensional Scaling (MDS), Isomap, Land- 1.396 + mark Isomap, Laplacian eigenmaps, Local Tan- 1.397 + gent Space Alignment (LTSA), Hessian locally 1.398 + linear embedding, Diffusion maps, Stochastic 1.399 + Neighbor Embedding (SNE), Stochastic Prox- 1.400 + imity Embedding (SPE), Fast Maximum Vari- 1.401 + ance Unfolding (FastMVU), Non-negative Ma- 1.402 + trix Factorization (NNMF). Space constraints 1.403 + prevent us from showing many of the results, 1.404 + but as a sample, PCA, NNMF, and landmark 1.405 + Isomap are shown in the first, second, and third 1.406 + rows of Figure 6. 1.407 After applying the dimensionality reduction, we ran clustering algorithms on the reduced data. To date we have tried 1.408 k-means and spectral clustering. The results of k-means after PCA, NNMF, and landmark Isomap are shown in the last 1.409 -row of Figure 6. To compare, the first row of Figure 6 shows some of the major subdivisions of cortex. These results 1.410 -clearly show that different dimensionality reduction techniques capture different aspects of the data and lead to different 1.411 -clusterings, indicating the utility of our proposal to produce a detailed comparion of these techniques as applied to the 1.412 -domain of genomic anatomy. 1.413 -todo: nnmf 7 1.414 +row of Figure 6. To compare, the leftmost picture on the bottom row of Figure 6 shows some of the major subdivisions of 1.415 +cortex. These results clearly show that different dimensionality reduction techniques capture different aspects of the data 1.416 +and lead to different clusterings, indicating the utility of our proposal to produce a detailed comparion of these techniques 1.417 +as applied to the domain of genomic anatomy. 1.418 Many areas are captured by clusters of genes 1.419 todo 1.420 todo 1.421 _________________________________________ 1.422 195-fold cross-validation. 1.423 - 1.424 - 1.425 - 1.426 - 1.427 - 1.428 - 1.429 -Figure 6: Top row: 19 of the major subdivisions of the cortex. Second row: the first 6 reduced dimensions, using PCA. 1.430 -Third row: the first 6 reduced dimensions, using NNMF. Fourth row: the first six reduced dimensions, using landmark 1.431 -Isomap. Bottom row: examples of kmeans clustering applied to reduced datasets to find 7 clusters. Left: PCA. Middle: 1.432 -NNMF. Right: Landmark Isomap. Additional details: In the third and fourth rows, 7 dimensions were found, but only 6 1.433 -displayed. In the last row: for PCA, 50 dimensions were used; for NNMF, 6 dimensions were used; for landmark Isomap, 7 1.434 -dimensions were used. 1.435 Research plan 1.436 Further work on flatmapping 1.437 In anatomy, the manifold of interest is usually either defined by a combination of two relevant anatomical axes (todo),