Description Usage Arguments Value Examples
View source: R/spatial_structures.R
Annotate spatial network with cell metadata information.
1 2 3 4 5 6 | annotateSpatialNetwork(
gobject,
spatial_network_name = "Delaunay_network",
cluster_column,
create_full_network = F
)
|
gobject |
giotto object |
spatial_network_name |
name of spatial network to use |
cluster_column |
name of column to use for clusters |
create_full_network |
convert from reduced to full network representation |
annotated network in data.table format
1 | annotateSpatialNetwork(gobject)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.