powered by
Principal component analysis in order to identify individuals that deviate from the population.
PCA_progeny(dosage_matrix, highlight = NULL, colors = NULL, log = NULL)
An integer matrix with markers in rows and individuals in columns.
A list of character vectors specifying individual names that should be highlighted
Highlight colors. Vector of the same length as highlight.
highlight
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout.
Missing values are imputed by taking the mean of marker dosages per marker.
# NOT RUN { data("ALL_dosages") PCA_progeny(dosage_matrix=ALL_dosages, highlight=list(c("P1", "P2")), colors="red") # }
Run the code above in your browser using DataLab