flowFrame
in a
flowSet
and subsequently tries
to cluster these regions, yielding the landmarks matrix that needs to
be supplied to landmarkreg
. The function is
considered to be internal.
landmarkMatrix(data, fres, parm, border=0.05, peakNr=NULL, densities =
NULL, n = 201, indices=FALSE)
flowSet
. filterResultList
objects generated by a filtering opration using a
curv1Filter
. Each list
item represents the results for one of the flow parameters in
parm
.[0,1]
. Ignore all high-density
regions with mean values in the extreme percentiles of the data
range. flowSet
. If this is not present, density
estimates will be calculated by the function. flowFrames
. In order to normalize the data using the landmarkreg
function
in the fda
, a set of landmarks has to
be computed for each flowFrame
in a flowSet
. The number
of lansmarks has to be the same for each frame. This function
identifies high-density regions in each frame, computes a simple
clustering and returns a matrix of landmark locations. Missing
landmarks of individual frames are substituted by the mean landmark
location of the respective cluster.
landmarkreg
,warpSet
data(GvHD)
tmp <- list("FSC-H"=filter(GvHD[1:3], curv1Filter("FSC-H")))
res <- flowStats:::landmarkMatrix(GvHD[1:3], tmp, "FSC-H")
Run the code above in your browser using DataLab