Description Usage Arguments Value Author(s) Examples
Density-based local maxima peak finding, subpopulation assigning with the power of SVM
1 | DensVM(ydata, xdata)
|
ydata |
a matrix of the dimension reduced(transformed) data |
xdata |
a matrix of the expression data |
a list contains a matrix peakdata
of the peak numbers with different kernel bandwidth, and a matrix clusters
of the cluster results
Chen Jinmiao
1 2 3 4 5 | d<-system.file('extdata',package='cytofkit')
fcsFile <- list.files(d,pattern='.fcs$',full=TRUE)
xdata <- cytof_exprsMerge(fcsFile, mergeMethod = 'fixed', fixedNum = 100)
ydata <- cytof_dimReduction(xdata)
#clusters <- DensVM(ydata, xdata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.