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, 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

poipou/cytosee documentation built on May 28, 2019, 4:39 p.m.