FCStSNE: tSNE and OneSENSE algorithm for FCS data

Description Usage Arguments Value Examples

Description

tSNE and OneSENSE algorithm for FCS data

Usage

1
2
FCStSNE(LoaderPATH = "fcs", ceil = 5000, FNnames = "names.csv",
  OutputSuffix = "Out", DotSNE = TRUE, DoOneSENSE = TRUE, Bins = 250)

Arguments

LoaderPATH

Path where FCS file is located

ceil

Maximum number of cells to sample from each fcs sample/file

FNnames

.csv file generated when markers from each category are selected

OutputSuffix

suffix to name output folder

DotSNE

boolean, if TRUE do tSNE, if FALSE skip tSNE

DoOneSENSE

boolean, if TRUE do OneSENSE, if FALSE skip OneSENSE

Bins

number of bins to put the cell data into, DEFAULT = 250

Value

FCS files, tSNE histograms, OneSENSE plot

Examples

1
2
3
4
#dir <- system.file('extdata',package='oneSENSE')
#fnnames <- system.file('extdata', "names.csv", package='oneSENSE')

#FCStSNE(LoaderPATH = dir, FNnames = fnnames) #remove hash symbol to run

yongkee/oneSENSE documentation built on May 5, 2019, 9:03 p.m.