prob.seq(obj, from, to, filename, alteration = "Gain")
getSequence
.getSequence
must be made in order to create the Viterbi paths.
Note that the indexes for from
and to
are
absolute, not relative to the chromosome.RJaCGH
, pREC_A
, link{ },
pREC_S
jp <- list(sigma.tau.mu=rep(0.5, 4), sigma.tau.sigma.2=rep(0.3, 4), sigma.tau.beta=rep(0.7, 4), tau.split.mu=0.5, tau.split.beta=0.5)
fit.genome <- RJaCGH(y=y, Pos=Pos, Chrom=Chrom, model="genome", burnin=10, TOT=1000, k.max = 4, jump.parameters=jp) getSequence(fit.genome, 'sequence', 'Gain') prob.seq(fit.genome, 1, 4, 'sequence', 'Gain')