Skip to contents

The function gg_myG_Details() creates plots and .csv files with details about your genotype data.

# Run function
gg_myG_Details(
  # Specify the name of your myG file
  filename = "myG_hmp.csv", 
  # Select a prefix to give the output files
  myPrefix = "figures/gg_myG_Details" )