plot_intensity {iCNV}R Documentation

plot out the NGS plr or array lrr.

Description

For quality checking purpose during intermediate steps

Usage

plot_intensity(intensity, chr = numeric())

Arguments

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

Value

void

Examples

chr <- 22
plot_intensity(ngs_plr,chr)
plot_intensity(snp_lrr,chr)

[Package iCNV version 1.12.0 Index]