.parseKeyParams | R Documentation |
This function extracts the number of scaled features, the number of principal components, and formats additional information including regression variables.
.parseKeyParams(
obj,
regressionVariables = NULL,
nrVarFeatures = NULL,
return.as.name = FALSE,
assay = Seurat::DefaultAssay(obj),
suffix = NULL,
v = TRUE
)
obj |
An object to extract information from. |
regressionVariables |
A list or vector containing variables for regression. Default: NULL.
If NULL, the function will attempt to extract the variables from the |
nrVarFeatures |
You can provide this number manually. Default: NULL. |
return.as.name |
If TRUE, returns the name of the object. Default: |
assay |
The assay to extract scaled features from. Default: "RNA". |
suffix |
A suffix string to add. |
v |
Verbose? Default: |
A character string summarizing the key parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.