DensVM: Density-based local maxima cluster with SVM

Description Usage Arguments Value Author(s) Examples

View source: R/DensVM.R

Description

Density-based local maxima peak finding, subpopulation assigning with the power of SVM

Usage

1
DensVM(ydata, xdata)

Arguments

ydata

a matrix of the dimension reduced(transformed) data

xdata

a matrix of the expression data

Value

a list contains a matrix peakdata of the peak numbers with different kernel bandwidth, and a matrix clusters of the cluster results

Author(s)

Chen Jinmiao

Examples

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)

JinmiaoChenLab/cytofkit documentation built on Dec. 20, 2020, 8:52 p.m.