get_signature_matrices {scMappR}R Documentation

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")

Arguments

type

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

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.

Examples


 
signatures <- get_signature_matrices(type = "all")
 

 

[Package scMappR version 1.0.11 Index]