powered by
Plots and returns frequency information for each markertype.
parental_quantities( dosage_matrix, parent1 = "P1", parent2 = "P2", log = NULL, ... )
An integer matrix with markers in rows and individuals in columns.
Character string specifying the first (usually maternal) parentname.
Character string specifying the second (usually paternal) parentname.
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout.
Arguments passed to barplot
barplot
A named vector containing the frequency of each markertype in the dataset.
# NOT RUN { data("ALL_dosages","screened_data") parental_quantities(dosage_matrix=ALL_dosages) parental_quantities(dosage_matrix=screened_data) # }
Run the code above in your browser using DataLab