Description Usage Arguments Value Examples
View source: R/exported_functions.R
Plots and returns frequency information for each markertype.
1 2 | parental_quantities(dosage_matrix, parent1 = "P1", parent2 = "P2",
log = NULL, ...)
|
dosage_matrix |
An integer matrix with markers in rows and individuals in columns. |
parent1 |
Character string specifying the first (usually maternal) parentname. |
parent2 |
Character string specifying the second (usually paternal) parentname. |
log |
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout. |
... |
Arguments passed to |
A named vector containing the frequency of each markertype in the dataset.
1 2 3 4 | data("ALL_dosages")
data("screened_data")
parental_quantities(dosage_matrix=ALL_dosages)
parental_quantities(dosage_matrix=screened_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.