plot_intensity {iCNV} | R Documentation |
For quality checking purpose during intermediate steps
plot_intensity(intensity, chr = numeric())
intensity |
Specify the ngs_plr object generated by CODEX or SNP array. |
chr |
Specify the chromosome you want to generate. Must be of int from 1-22. Type integer |
void
chr <- 22 plot_intensity(ngs_plr,chr) plot_intensity(snp_lrr,chr)