cg
diff grant.txt @ 68:60d7c1c1b94f
.
author | bshanks@bshanks.dyndns.org |
---|---|
date | Mon Apr 20 15:08:40 2009 -0700 (16 years ago) |
parents | 20e4b29ddc99 |
children | 9ae6fef05fcf |
line diff
1.1 --- a/grant.txt Mon Apr 20 14:33:20 2009 -0700
1.2 +++ b/grant.txt Mon Apr 20 15:08:40 2009 -0700
1.3 @@ -339,6 +339,7 @@
1.4
1.5 In addition, there are a number of areas which are almost identified by single genes: COAa+NLOT (anterior part of cortical amygdalar area, nucleus of the lateral olfactory tract), ENT (entorhinal), ACAv (ventral anterior cingulate), VIS (visual), AUD (auditory).
1.6
1.7 +These results validate our expectation that the ABA dataset can be exploited to find marker genes for many cortical areas, while also validating the relevancy of our new scoring method, gradient similarity.
1.8
1.9 \begin{figure}\centering
1.10 \includegraphics[scale=.31]{singlegene_example_2682_Pitx2_SS_jet.eps}
1.11 @@ -357,7 +358,7 @@
1.12
1.13 \vspace{0.3cm}**Combinations of multiple genes are useful and necessary for some areas**
1.14
1.15 -In Figure \ref{MOcombo}, we give an example of a cortical area which is not marked by any single gene, but which can be identified combinatorially.
1.16 +In Figure \ref{MOcombo}, we give an example of a cortical area which is not marked by any single gene, but which can be identified combinatorially. This shows that our proposal to develop a method to find combinations of marker genes is both possible and necessary.
1.17
1.18 %% wwc1\footnote{"WW, C2 and coiled-coil domain containing 1"; EntrezGene ID 211652}
1.19 %% mtif2\footnote{"mitochondrial translational initiation factor 2"; EntrezGene ID 76784}
1.20 @@ -376,25 +377,20 @@
1.21
1.22
1.23
1.24 -
1.25 -
1.26 -
1.27 -
1.28 -
1.29 \vspace{0.3cm}**Feature selection integrated with prediction**
1.30 As noted earlier, in general, any predictive method can be used for feature selection by running it inside a stepwise wrapper. Also, some predictive methods integrate soft constraints on number of features used. Examples of both of these will be seen in the section "Multivariate Predictive methods".
1.31
1.32
1.33 === Multivariate Predictive methods ===
1.34 \vspace{0.3cm}**Forward stepwise logistic regression**
1.35 -As a pilot run, for five cortical areas (SS, AUD, RSP, VIS, and MO), we performed forward stepwise logistic regression to find single genes, pairs of genes, and triplets of genes which predict areal identify. This is an example of feature selection integrated with prediction using a stepwise wrapper. Some of the single genes found were shown in various figures throughout this document, and Figure \ref{MOcombo} shows a combination of genes which was found.
1.36 +Logistic regression is a popular method for predictive modeling of categorial data. As a pilot run, for five cortical areas (SS, AUD, RSP, VIS, and MO), we performed forward stepwise logistic regression to find single genes, pairs of genes, and triplets of genes which predict areal identify. This is an example of feature selection integrated with prediction using a stepwise wrapper. Some of the single genes found were shown in various figures throughout this document, and Figure \ref{MOcombo} shows a combination of genes which was found.
1.37
1.38 We felt that, for single genes, gradient similarity did a better job than logistic regression at capturing our subjective impression of a "good gene".
1.39
1.40
1.41 \vspace{0.3cm}**SVM on all genes at once**
1.42
1.43 -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 as practically useful as a classifier that uses only a few genes.
1.44 +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.}. This shows that the genes included in the ABA dataset are sufficient to define much of cortical anatomy. As noted above, however, a classifier that looks at all the genes at once isn't as practically useful as a classifier that uses only a few genes.
1.45
1.46
1.47
1.48 @@ -404,7 +400,7 @@
1.49
1.50 We have applied the following dimensionality reduction algorithms to reduce the dimensionality of the gene expression profile associated with each voxel: Principal Components Analysis (PCA), Simple PCA (SPCA), Multi-Dimensional Scaling (MDS), Isomap, Landmark Isomap, Laplacian eigenmaps, Local Tangent Space Alignment (LTSA), Hessian locally linear embedding, Diffusion maps, Stochastic Neighbor Embedding (SNE), Stochastic Proximity Embedding (SPE), Fast Maximum Variance Unfolding (FastMVU), Non-negative Matrix Factorization (NNMF). Space constraints prevent us from showing many of the results, but as a sample, PCA, NNMF, and landmark Isomap are shown in the second, third, and fourth rows of Figure \ref{dimReduc}.
1.51
1.52 -After applying the dimensionality reduction, we ran clustering algorithms on the reduced data. To date we have tried k-means and spectral clustering. The results of k-means after PCA, NNMF, and landmark Isomap are shown in the last row of Figure \ref{dimReduc}. To compare, the first row of Figure \ref{dimReduc} shows some of the major subdivisions of cortex.
1.53 +After applying the dimensionality reduction, we ran clustering algorithms on the reduced data. To date we have tried k-means and spectral clustering. The results of k-means after PCA, NNMF, and landmark Isomap are shown in the last row of Figure \ref{dimReduc}. To compare, the first row of Figure \ref{dimReduc} shows some of the major subdivisions of cortex. These results clearly show that different dimensionality reduction techniques capture different aspects of the data and lead to different clusterings, indicating the utility of our proposal to produce a detailed comparion of these techniques as applied to the domain of genomic anatomy.
1.54
1.55 \begin{figure}\centering
1.56 \includegraphics[scale=.31]{paint_merge3_major.eps}