Description Usage Arguments Value Examples
tSNE and OneSENSE algorithm for FCS data
1 2 |
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 |
FCS files, tSNE histograms, OneSENSE plot
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.