createGiottoObjectSubcellular
¶
Create a giotto object from subcellular data
Description¶
Function to create a giotto object starting from subcellular polygon (e.g. cell) and points (e.g. transcripts) information
Usage¶
createGiottoObjectSubcellular(
gpoints = NULL,
gpolygons = NULL,
polygon_mask_list_params = NA,
polygon_dfr_list_params = NA,
cell_metadata = NULL,
feat_metadata = NULL,
spatial_network = NULL,
spatial_network_name = NULL,
spatial_grid = NULL,
spatial_grid_name = NULL,
spatial_enrichment = NULL,
spatial_enrichment_name = NULL,
dimension_reduction = NULL,
nn_network = NULL,
images = NULL,
instructions = NULL,
cores = NA,
verbose = TRUE
)
Arguments¶
Argument |
Description |
---|---|
|
giotto points |
|
giotto polygons |
|
list parameters for ``createGiottoPolygonsFromMask` <#creategiottopolygonsfrommask>`_ |
|
list parameters for ``createGiottoPolygonsFromDfr` <#creategiottopolygonsfromdfr>`_ |
|
cell annotation metadata |
|
feature annotation metadata for each unique feature |
|
list of spatial network(s) |
|
list of spatial network name(s) |
|
list of spatial grid(s) |
|
list of spatial grid name(s) |
|
list of spatial enrichment score(s) for each spatial region |
|
list of spatial enrichment name(s) |
|
list of dimension reduction(s) |
|
list of nearest neighbor network(s) |
|
list of images |
|
list of instructions or output result from ``createGiottoInstructions` <#creategiottoinstructions>`_ |
|
how many cores or threads to use to read data if paths are provided |
|
be verbose when building Giotto object |
Value¶
giotto object