getParams | R Documentation |
The getParams
function allows users to access the parameters used to
compute the results that may be stored in colFeatureData
.
getParams(
sfe,
name,
local = FALSE,
colData = FALSE,
colGeometryName = NULL,
annotGeometryName = NULL,
reducedDimName = NULL
)
sfe |
A |
name |
Name used to store the results. |
local |
Logical, whether the results of interest come from a local spatial method. |
colData |
Logical, whether the results were computed for a column of
|
colGeometryName |
To get results for a |
annotGeometryName |
To get results for an |
reducedDimName |
Name of a dimension reduction, can be seen in
|
A named list showing the parameters
library(SFEData)
library(scater)
library(Voyager)
sfe <- McKellarMuscleData("small")
colGraph(sfe, "visium") <- findVisiumGraph(sfe)
sfe <- colDataMoransI(sfe, "nCounts")
getParams(sfe, "moran", colData = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.