createSpatialFeaturesKNNnetwork_dbscan | R Documentation |
to create a feature kNN spatial network using dbscan
createSpatialFeaturesKNNnetwork_dbscan(
gobject,
feat_type = NULL,
name = "knn_feats_network",
k = 4,
maximum_distance = NULL,
minimum_k = 0,
add_feat_ids = FALSE,
verbose = TRUE,
...
)
gobject |
giotto object |
feat_type |
feature type |
name |
name to assign generated feature network |
k |
number of neighbors for kNN to find |
maximum_distance |
network maximum distance allowed |
minimum_k |
minimum neighbors allowed |
add_feat_ids |
whether to add feature information [boolean] |
verbose |
be verbose |
... |
additional parameters to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.