Checks requirements for the signature matrix, with respect to the expression matrix data provided (the one on which the deconvolution algorithm needs to be run)

check_signature(signature_matrix, mix_mat)

Arguments

signature_matrix

A data.frame or a matrix object, containing the signature matrix

mix_mat

Mixture matrix, storing the information provided as expression_data to the main function, run_quantiseqr()

Value

Invisible NULL

Details

Performs a number of checks to ensure the compatibility of the provided signature matrix in quantiseqr, referring also to the content of the mix_mat mixture matrix, to be deconvoluted