Description Usage Arguments Value Examples
Using PAM clustering on L1 density distances, this method returns a list of prototype indices which are rows in the given DensityData object.
1 | flSelectPrototypes(densdat, k)
|
densdat |
The DensityData object. It should contain densities from the same channel only. |
k |
The number of prototypes. |
Vector of indices in the densdat data that were determined to be prototypes.
1 2 3 | dd <- flFind(flSampleDensdat, population = 'notplasma', channelIdx = 2)
protoIdx <- flSelectPrototypes(dd, 1)
print(protoIdx)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.