performance_metrics {quincunx} | R Documentation |
Constructor for the S4 performance_metrics object.
Description
Constructor for the S4 performance_metrics object.
Usage
performance_metrics(
performance_metrics = s4ppm_performance_metrics_tbl(),
publications = s4ppm_publications_tbl(),
sample_sets = s4ppm_sample_sets_tbl(),
samples = s4ppm_samples_tbl(),
demographics = s4ppm_demographics_tbl(),
cohorts = s4ppm_pgs_cohorts_tbl(),
pgs_effect_sizes = s4ppm_pgs_effect_sizes_tbl(),
pgs_classification_metrics = s4ppm_pgs_classification_metrics_tbl(),
pgs_other_metrics = s4ppm_pgs_other_metrics_tbl()
)
Arguments
performance_metrics |
A |
publications |
A |
sample_sets |
A |
samples |
A |
demographics |
A |
cohorts |
A |
pgs_effect_sizes |
A |
pgs_classification_metrics |
A |
pgs_other_metrics |
A |
Value
An object of class performance_metrics.
[Package quincunx version 0.1.10 Index]