readPolygonData | R Documentation |
Function extract list of polygons when given raw input as either
mask or tabular data. Calls the respective createGiottoPolygons functions.
If a giottoPolygon
object is passed then no edits will be made other
than updating the name
slot if the list is named.
readPolygonData(
data_list,
default_name = "cell",
input = "guess",
polygon_mask_list_params = NULL,
polygon_dfr_list_params = NULL,
calc_centroids = FALSE,
verbose = TRUE
)
default_name |
default name to assign if |
input |
what type of input is being used. When set to 'guess', uses
'mask' if |
polygon_mask_list_params |
parameters for when using 'mask' workflow |
polygon_dfr_list_params |
parameters for when using 'table' workflow |
calc_centroids |
whether centroids should be calculated during polygon creation |
verbose |
be verbose |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.