View source: R/auxiliary_giotto.R
subsetGiottoLocsSubcellular | R Documentation |
Subsets Giotto object based on spatial coordinates
subsetGiottoLocsSubcellular(
gobject,
poly_info,
feat_type = NULL,
x_min = NULL,
x_max = NULL,
y_min = NULL,
y_max = NULL,
z_max = NULL,
z_min = NULL,
verbose = TRUE
)
gobject |
giotto object |
poly_info |
polygon information to use |
feat_type |
feature type (e.g. "rna", "dna", "protein") |
x_max, x_min, y_max, y_min, z_max, z_min |
minimum and maximum x, y, and z coordinates to subset to |
verbose |
be verbose |
Subsets a Giotto Subcellular object - without aggregated information - based on spatial coordinates
giotto object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.