DensVM | R Documentation |
Density-based local maxima peak finding, subpopulation assigning with the power of SVM
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
d<-system.file('extdata',package='cytofkit2') 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.