View source: R/deconvolution.R
| make_deconv_ref_matrix | R Documentation |
Build deconvolution reference matrix
make_deconv_ref_matrix(cpg_obj, ref_data, ref_data_labels, method = NULL)
cpg_obj |
A CimpleG object. |
ref_data |
A matrix with the reference data to be used to build the reference matrix. |
ref_data_labels |
A character vector with the true labels of the samples in the 'reference_data'. |
method |
Method used to train models in the CimpleG object. If not provided (NULL), method will be taken from the CimpleG object. Creates the old version of the difference in means by sum of variances plot |
A list object containing the deconvolution reference matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.