summary.CNVresults {CNVgears} | R Documentation |
Explore CNV calling results prior filtering
## S3 method for class 'CNVresults' summary(object, sample_list, markers, plots_path = NA, ...)
object, |
a |
sample_list, |
a |
markers, |
a |
plots_path, |
path where the plots should be saved, if |
... |
compatibility This function produce several summary statistics on the CNVs results in
input. Ideally, it should be used interactively, together with
|
a data.table
with summary statistics for the samples in the
cohort.
DT <- summary(penn_22, cohort_examples, markers_examples)