SEB-NP22.fcs {rfcdmin}R Documentation

SEB-NP22.fcs, Flow Cytometry Standard files version 3.0, Fred Hutchinson Cancer Research Center, Seattle, Wa

Description

This file is obtained from the FHCRC.

Usage

## see the examples

Format

A binary file with text heading.

Source

HVTN, FHCRC.

Also from the 'fcs' directory of rfcdfhcrc2 data package.

Examples

if (FALSE) {
  ## This example always throws an error; it is not real, though!
  if (require(rflowcyt)){
    location<-system.file("fcs", package="rfcdmin")
    SEB.NP22.FCSRobj.current <- read.FCS(paste(location,
                                               "/SEB-NP22.fcs",
                                               sep=""))
  } else {
    cat("rflowcyt package is needed to run the examples.", "\n\n")
  }
}

[Package rfcdmin version 1.2.0 Index]