scores {quincunx} | R Documentation |
Constructor for the S4 scores object.
Description
Constructor for the S4 scores object.
Usage
scores(
scores = s4scores_scores_tbl(),
publications = s4scores_publications_tbl(),
samples = s4scores_samples_tbl(),
demographics = s4scores_demographics_tbl(),
cohorts = s4scores_cohorts_tbl(),
traits = s4scores_traits_tbl(),
stages_tally = s4scores_stages_tally_tbl(),
ancestry_frequencies = s4scores_ancestry_frequencies_tbl(),
multi_ancestry_composition = s4scores_multi_ancestry_composition_tbl()
)
Arguments
scores |
A |
publications |
A |
samples |
A |
demographics |
A |
cohorts |
A |
traits |
A |
Value
An object of class scores.
[Package quincunx version 0.1.10 Index]