make_comb_ref | R Documentation |
make combination ref matrix to assess intermixing
make_comb_ref(ref_mat, if_log = TRUE, sep = "_and_")
ref_mat |
reference expression matrix |
if_log |
whether input data is natural |
sep |
separator for name combinations |
expression matrix
ref <- make_comb_ref(
cbmc_ref,
sep = "_+_"
)
ref[1:3, 1:3]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.