get_trans_probs_s7 | R Documentation |
Helper function to calculate transition porbabilities for 7-state joint HMM cn/phase are sclars, only p_s is vectorized
get_trans_probs_s7(t, p_s, w, cn_from, phase_from, cn_to, phase_to)
t |
numeric; CNV state transition probability |
p_s |
numeric; phase switch probability |
w |
numeric; relative abundance of states |
cn_from |
character; originating CNV state |
phase_from |
character; originating haplotype phase state |
cn_to |
character; destination CNV state |
phase_to |
character; destination haplotype phase state |
numeric; transition probability
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.