| MC.053min {rfcdmin} | R Documentation |
Archived using the version of 'read.FCS' in rflowcyt on April 20, 2004.
There is one FCS R-object:
1. MC.053 (read from 042402c1.053.fcs, FCS file; ICS data file; analysis using Cell Quest application) negative control
## FCS R objects, see examples for details
Three FCS R-objects
Fred Hutchinson Cancer Research Center, Seattle, WA
Also from the 'FHCRC' data from rfcdorig data package.
##obtaining the FCS objects from FHCRC.RData compressed data file
## this is the long way
#location<-system.file("data", package="rfcdmin")
#filelocFHCRC<-paste(location, "/MC.053min.RData", sep="")
#load(filelocFHCRC)
## easier way is to just use data() function call
data(MC.053min)
## can now obtain FCS R object:
## MC.053
## in the parent.frame()