plot_pca_results: Plot the result of a call to pca

View source: R/plot_pca_results.R

plot_pca_resultsR Documentation

Plot the result of a call to pca

Description

Plot the result of a call to pca.

Usage

plot_pca_results(pca_result_filenames)

Arguments

pca_result_filenames

a list with the filenames created by a call to pca

Details

This will show the first two components of a principal component analysis. The x axis shows the first principal component, The y axis shows the second. The axes' labels show how percent of the variants is explained by that principal component

Value

a ggplot2

Author(s)

Richèl J.C. Bilderbeek

Examples

plot_pca_results(create_test_pca_result_filenames())

richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.