load_skeletalvis {SkeletalVis}R Documentation

Load SkeletalVis data

Description

Checks the default SkeletalVis data location for the differential expression data and metadata files. If any files are missing, it lists them and ask permission to download the missing files.

Usage

load_skeletalvis(verbose = TRUE, ask = TRUE, demo = FALSE)

Arguments

verbose

Logical. If TRUE, prints messages about file existence and download status. Default is TRUE

ask

Logical. If TRUE, prompts the user for confirmation before downloading missing files. Default is TRUE.

demo

Logical. If TRUE, uses built in demo data suitable for testing the package functions. Default is FALSE

Value

The path to the SkeletalVis data folder.

Examples

# Load the demo SkeletalVis data.
skeletalvis <- load_skeletalvis(demo = TRUE)

# Download full dataset (only if running interactively)
if (interactive()) {
  skeletalvis <- load_skeletalvis()
}


[Package SkeletalVis version 0.1.1 Index]