Description Usage Arguments Value
Visualize local CNV SNP data and key summary statistics for a trio
1 2 3 4 5 6 7 8 | plotRawTrio(
input_data,
sifted_data,
print_title = TRUE,
penn_qcsum = NULL,
mono_marker = TRUE,
merge_trace = NULL
)
|
input_data |
Data slot of an object read with readInputs, for a single CNV and individual |
sifted_data |
Output of runAnalyzeSignal for the input data |
print_title |
Print detailed summary statistics in a plot header. Default is TRUE. |
penn_qcsum |
Table with PennCNV QC summaries stored in "qcsum" by readInputs if supplied. Will add global LRR_SD and WF values if present. Default is NULL. |
mono_marker |
(TRUE/FALSE) If the array contains non-polymorphic markers with BAF>1, do not plot these. TRUE by default. |
merge_trace |
Table in a custom format with original PennCNV trio status and merging statistics. |
A ggplot2 plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.