download_profile_matrix {SpatialDecon}R Documentation

Download a cell profile matrix

Description

Download a cell profile matrix from the online library

Usage

download_profile_matrix(matrixname)

Arguments

matrixname

A name

Details

Valid values for the matrixname argument include:

Value

A cell profile matrix

Examples

X <- download_profile_matrix(matrixname = "Human_brain")
head(X)

[Package SpatialDecon version 1.2.0 Index]