Links:
Home
Homework
Calendar
Syllabus
Links
Math 283 — Spring 2012
Statistical Methods in Bioinformatics
Links
Updated 03/28/12
Genetics and Mendel's laws
Controversy about Mendel's experiments
Genome sequencing projects
Microarrays
- Pictures of Microarrays:
Affymetrix Image Library
and
Terry Speed's Lab
have pictures of microarrays.
- The Stanford MicroArray Database
has microarray pictures and data. For the Perou et al. experiment,
pick experimenter PEROU and hit Display Data.
For the Nielsen et al. paper, pick experimenter MRIJN.
- Articles (you may need to use a UCSD network proxy or VPN to access these from home):
Principal components analysis (PCA) and the singular value decomposition (SVD)
- Nielsen, et al.
paper using SVD in a microarray experiment.
Also see the Stanford Microarray database (above) for data,
and
here
for supplementary information.
More SVD and GSVD microarray papers are
here.
- Orly Alter's website
with many papers describing SVD for microarrays.
- Yeung and Ruzzo
Bioinformatics paper describing PCA for microarrays as problematic.
- Todd Will's tutorial
on SVD, including interactive Java applet demonstrations.
-
Example of PCA with Matlab code.
Analysis of variance (ANOVA)
Matlab
- Commercial product. Discounted student version sold at UCSD bookstore.
- Installed in ACMS computer labs in AP&M
B349 (Windows), B432 (Windows), B325 (dual boot Windows/Linux).
-
General Matlab documentation
-
Statistics toolbox
- Matlab/R tutorial
- The GUI version of Matlab has help available through a menu.
- At the command line, help is available via
help sum
(where sum is replaced by the exact command
name or topic).