Description Usage Arguments Value Examples
View source: R/plotHMMscore_function.R
Plot out CNV inference score. Each row is a sample, each column is a SNP or, exon (WES) or bin (WGS). Red color indicate score favor duplication whereas blue favor deletion.
1 2 |
icnv_res |
CNV inference result. Result from iCNV_detection() (i.e. iCNV_detection(...)) |
h |
start position of this plot. Default Start of the whole chromosome |
t |
end position of this plot. Default End of the whole chromosome |
title |
of this plot. Character value. Type character Default "score plot" |
output |
generated from output_list_function. If it isn't null, only CNVs in output file will be highlighted. Default NULL |
col |
Specify if would like to plot in DGV color scheme ('DGV',red for deletion, blue for duplication and grey for diploid) or default color scheme (blue for deletion, red for duplicatin and and green for diploid) Type character. Default ” |
void
1 2 | plotHMMscore(icnv_res0,h=21000000, t=22000000, title='my favorite subject')
plotHMMscore(icnv_res0,h=21000000, t=22000000, title='my favorite subject',col='DGV')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.