import_fcs_path: Import FCS data from FCS folder

Description Usage Arguments Value Examples

View source: R/import.R

Description

A FCS folder is a folder with a 'fcs' sub-directory containing '.fcs' files, optionally along with 'labels.csv' (with headings 'File+Name' and 'Experiment') and 'markers.csv' (with 'marker_label' and 'marker_name').

Usage

1
import_fcs_path(fcs_path, marker_index = 1)

Arguments

fcs_path

path: path to FCS folder

marker_index

optional integer: index of flowFrame to use as panel source

Value

parsed FCS data

Examples

1
flow_item <- import_fcs_path(system.file("extdata", "fcs", "KatJanin", package = "WebCytoMetry"))

AhmedMehdiLab/WebCytoMetry documentation built on Feb. 20, 2022, 12:34 a.m.