initiflow: Initialize and setup the iflow obj

Description Usage Arguments Value Examples

View source: R/cytosee_preprocess.R

Description

Initializes the cytosee object and some optional filtering

Usage

1
initiflow(fcs.data = data.frame(), projectname = "cytoseeProject")

Arguments

fcs.data

Raw input data

project

Project name (string)

transform_method

Method for cell normalization. Default is no normalization.

Value

Returns a cytosee object with the raw data stored in object@fcs.data.

Examples

1
2
iflowobj <- initiflow(fcs.data = fcsname)
iflowobj

mingchen-lab/cytosee documentation built on May 6, 2019, 8:34 p.m.