readFCSdata: FCS Data Parser

View source: R/fcs.R

readFCSdataR Documentation

FCS Data Parser

Description

Helper to parse data segment from Flow Cytometry Standard (FCS) compliant files.

Usage

readFCSdata(
  fileName,
  text,
  start = 0,
  end = 0,
  scale = TRUE,
  display_progress = TRUE,
  ...
)

Arguments

fileName

path to file.

text

a named list of keywords values.

start

offset of text start. Default is 0.

end

offset of text end. Default is 0.

scale

whether to apply data scaling. It only applies when fcs file is stored as DATATYPE "I". Default is TRUE.

display_progress

whether to display a progress bar. Default is TRUE.

...

other arguments to be passed.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.