\name{stmFSC} \Rdversion{1.1} \alias{stmFSC} \docType{data} \title{ Flow cytometry data to test SamSPECTRAL algorithm.} \description{ This FCS file is used as demo data to illustrate SamSPECTRAL capabilities in identifying cell populations.} \usage{data(stm)} \format{ The is an FCS file.} %\details{ %% ~~ If necessary, more details than the __description__ above ~~ %} %\source{ %% ~~ reference to a publication or URL from which the data were obtained ~~ %} \references{ Faithful Sampling for Spectral Clustering to Analyse High Throughput Biological Data.} \examples{ data(stm) # Read data files and transform them using log transform data.points <- stmFSC@exprs dimensions <- c(3,4,7) full <- log10(data.points[,dimensions]) plot(full, pch='.') } \keyword{datasets}