STA 293B/BGT 08: Genomic Expression Analysis: Technology, Computation & Analysis





BGT08 home Class topics Computing Data sets Notes Project Refs & links


K-means clustering routines



Acknowledgement: Some of the routines here are based on code from Roger Jang's matlab site (among other things)

Data and Program files



CellCycle.mat
AD holds the data matrix
Des holds the descriptions
>> load CellCycle
>> whos
  Name            Size         Bytes  Class

  AD           6519x14        730128  double array
  Des          6519x48        625824  char array
  V               1x17            34  char array
  WLVERBOSE       1x3              6  char array (global)
  ans             1x1302        2604  char array

Grand total is 405500 elements using 1358596 bytes


Examples of utilities