MC.053min {rfcdmin}R Documentation

Archived Flow Cytometry Standard (FCS) R-object -Fred Hutchinson Cancer Research Center

Description

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

Usage

 ## FCS R objects, see examples for details

Format

Three FCS R-objects

Source

Fred Hutchinson Cancer Research Center, Seattle, WA

Also from the 'FHCRC' data from rfcdorig data package.

Examples


##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()


[Package rfcdmin version 1.6.3 Index]