View source: R/quantiseqr_helpers.R
check_signature | R Documentation |
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)
signature_matrix |
A data.frame or a matrix object, containing the signature matrix |
mix_mat |
Mixture matrix, storing the information provided as |
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
Invisible NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.