Description Usage Arguments Details Value Note Author(s) References Examples
Returns a feature analysis of a kernel density estimation.
1 |
x |
A single molecule kernel density estimation (data type must be smolr_kde) |
filter |
Name of a feature to filter for. The result will be in the parameters |
filter_value |
Value to filter, counts features that have a value higher than filter_value |
Feature analysis as present in the EBImage package
features |
A table of features measured per channel |
parameters |
number of features per channel and number of filtered features |
Features can be applied tot the kernel density estimation images parameters using the apply_filtered_features function from the SMoLR package
Optical Imaging Centre ErasmusMC Rotterdam
https://rdrr.io/bioc/EBImage/man/computeFeatures.html
1 2 3 4 | test_kde <- SMOLR_KDE(c(200,150,400,210),c(200,300,400.5,239),ch=c(2,3,4,3),threshold=0.01)
test_features <- SMOLR_FEATURES(test_kde)
test_features <- SMOLR_FEATURES(test_kde, filter="x.0.s.area", filter_value=1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.