curvPeaks | R Documentation |
Parse the output of
curv1Filter
and find modes
and midpoints of the high-density regions. This function is considered
to be internal.
curvPeaks(x, dat, borderQuant = 0.01, n = 201, from, to, densities=NULL)
x |
A
|
dat |
The corresponding
|
borderQuant |
A numeric in |
n, from, to |
Arguments are passed on to
|
densities |
The optional y values of the density estimate computed for the respective data. |
A list with items
peaks |
x and y locations of the modes of the regions in the density estimates. |
regions |
the left and right margins of the regions. |
midpoints |
the mean of |
regPoints |
x and y locations of the outline of the significant density regions. |
densFuns |
an approximation function of the density estimate |
Florian Hahne
landmarkMatrix
library(flowCore)
data(GvHD)
tmp <- filter(GvHD[[10]], curv1Filter("FSC-H"))
res <- flowStats:::curvPeaks(tmp, exprs(GvHD[[10]])[, "FSC-H"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.