View source: R/call_cna_multisamps.R
call_cna_multisamps | R Documentation |
Calls CNA using a HMM approach considering multiple samples at the same time.
call_cna_multisamps(z_df, mc_info, trans_prob = 1e-04, nb_cores = 1)
z_df |
the Z-scores, from |
mc_info |
the information about the metacells, if relevant. Default is NULL. |
trans_prob |
the transition probability for the HMM. |
nb_cores |
the number of processor to use. |
a data.frame with the CNA calls.
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.