View source: R/GeneSetAnalysis.R
install_SeuratExtendData | R Documentation |
This function allows users to select which version of SeuratExtendData to install.
install_SeuratExtendData(version = "latest")
version |
Character string specifying the version. Options are: - "latest" (default): The latest version with most recent database updates (April 2025) - "stable": The stable version (v0.2.1) with datasets from January 2020 - "v0.2.1": Specific version tag for the January 2020 databases - "v0.3.0": Specific version tag for the April 2025 databases |
Invisible TRUE if successful
# Install the latest version
install_SeuratExtendData("latest")
# Install the stable version
install_SeuratExtendData("stable")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.