tests/test03-Posterior.R

library(DeepCNV)

set.seed(984948)
observed <- simReads(1, 9, 0.2, "Normal")
observed

prior <- setCNVPrior(alpha=1.2, beta=4.8, pAbnormal=0.6)

post <- makeCNVPosterior(observed, prior)
summary(post)
plot(post)
hist(post)
image(post)

Try the DeepCNV package in your browser

Any scripts or data that you put into this service are public.

DeepCNV documentation built on May 2, 2019, 5:23 p.m.