facscan256.fcs {rfcdmin}R Documentation

Flow Cytometry Standard (FCS) file version 2.0, University of Washington, Seattle, WA

Description

This FCS file is a binary file.

Usage

## data file, see examples 

Format

A binary FCS file with a heading

Source

Australian National University

Examples

  if (require(rflowcyt)){

    ## the following current FCS R-objects are also produced
    ## by using 'data(*)'
    ## where * is one of the following example object names below
    ## * = facscan256.FCSRobj.current, facscan1024.FCSRobj.current, etc.

    location<-system.file("fcs", package="rfcdmin")

    facscan256.FCSRobj.current <- read.FCS(paste(location, "/facscan256.fcs", sep=""),
                                   fcs.type=fcs.type.facscan256)

 
  } else {
    cat("The rflowcyt package is required to run examples.\n\n")
  }

[Package rfcdmin version 1.6.5 Index]