Learn R Programming

ADAPTS (version 0.9.21)

SVMDECON: Use SVMDECONV to estimate the cell count percentage David L Gibbs, dgibbs@systemsbiology.org June 9, 2017

Description

v-SVR is applied with a linear kernel to solve for f, and the best result from three values of v = 0.25, 0.5, 0.75 is saved, where <U+2018>best<U+2019> is defined as the lowest root mean squared error between m and the deconvolution result, f x B.

Usage

SVMDECON(m, B)

Arguments

m

a matrix represenging the mixture (genes X 1 sample)

B

a matrix representing the references (genes X cells), m should be subset to match B

Value

A matrix with cell type estimates for each samples

Details

Our current implementation executes v-SVR using the <U+2018>svm<U+2019> function in the R package, <U+2018>e1071<U+2019>.

w2 <- SVMDECON(m, B)