cnaHMM | R Documentation |
Call CNA using a HMM approach
cnaHMM(
ge,
trans.prob = 1e-04,
log.mu = TRUE,
max.samps = 200,
perChr = TRUE,
winsorize = TRUE
)
ge |
the input gene expression |
trans.prob |
the transition probability |
log.mu |
should the mu be log-scaled? |
max.samps |
the maximum number of samples accepted. |
perChr |
run on each chromosome separately? |
winsorize |
winsorize zscores to limit the effect of extreme outliers. |
a data.frame with info about CNA segments
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.