install_SeuratExtendData: Select SeuratExtendData Version

View source: R/GeneSetAnalysis.R

install_SeuratExtendDataR Documentation

Select SeuratExtendData Version

Description

This function allows users to select which version of SeuratExtendData to install.

Usage

install_SeuratExtendData(version = "latest")

Arguments

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

Value

Invisible TRUE if successful

Examples

# Install the latest version
install_SeuratExtendData("latest")

# Install the stable version
install_SeuratExtendData("stable")

huayc09/SeuratExtend documentation built on July 5, 2025, 1:41 a.m.