Learn R Programming

scMappR (version 1.0.11)

get_signature_matrices: Get signature matrices.

Description

This function downloads and returns signature matrices and associated cell-type labels from the scMappR_data repo.

Usage

get_signature_matrices(type = "all")

Value

get_signature_matrices Returns the signature matrices currently stored in scMappR_Data. Associated cell-type labels from different methods for each signature matrix is also provided.

Arguments

type

a character vector that can be 'all', 'pVal', or 'OR'

Examples

Run this code
# \donttest{
 
signatures <- get_signature_matrices(type = "all")
 
# }
 

Run the code above in your browser using DataLab