Recursive HMM to identify CNV boundaries using normalized gene expression data
gexp.norm.sub |
Optional normalized gene expression matrix. Useful for manual testing of restricted regions. If NULL, gexp.norm within the HoneyBADGER object will be used. |
chrs |
List of chromosome names. Genes not mapping to these chromosomes will be excluded. Default autosomes only: paste0('chr', c(1:22)) |
min.traverse |
Depth traversal to look for subclonal CNVs. Higher depth, potentially smaller subclones detectable. (default: 3) |
min.num.genes |
Minimum number of genes within a CNV. (default: 5) |
t |
HMM transition parameter. Higher number, more transitions. (default: 1e-6) |
init |
Initialize recursion (default: FALSE) |
verbose |
Verbosity (default: FALSE) |
... |
Additional parameters for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.