Get giotto points spatVector
Usage
get_feature_info(
gobject,
feat_type = NULL,
set_defaults = TRUE,
return_giottoPoints = FALSE,
simplify = TRUE
)
Arguments
- gobject
giotto object
- feat_type
feature type (e.g. "rna", "dna", "protein")
- set_defaults
set default spat_unit and feat_type. Change to FALSE only when expression and spat_info are not expected to exist.
- return_giottoPoints
return as a giottoPoints object
- simplify
logical. Whether or not to take object out of a list when there is a length of 1.
See also
Other feature info data accessor functions:
getFeatureInfo()
,
setFeatureInfo()
,
set_feature_info()
Other functions to get data from giotto object:
getDimReduction()
,
getExpression()
,
getFeatureInfo()
,
getGiottoImage()
,
getMultiomics()
,
getNearestNetwork()
,
getPolygonInfo()
,
getSpatialEnrichment()
,
getSpatialGrid()
,
getSpatialLocations()
,
getSpatialNetwork()
,
get_NearestNetwork()
,
get_dimReduction()
,
get_giottoImage()
,
get_multiomics()
,
get_polygon_info()
,
get_spatialGrid()
,
get_spatialNetwork()
,
get_spatial_enrichment()
,
get_spatial_locations()