BioJulia / PopGen.jl

Population Genetics in Julia
https://biojulia.github.io/PopGen.jl/
MIT License
47 stars 16 forks source link

Pca #97

Closed pdimens closed 2 years ago

pdimens commented 2 years ago

A clear and descriptive title (No issue numbers please)

This template is extensive, so fill out all that you can. If are a new contributor or unsure about any section, leave it empty and a reviewer will help you :smile:. If anything in this template isn't relevant, just delete or ignore it._

Types of changes

This PR implements the following changes: (tick any that apply)

:clipboard: Additional details

replace this block of text with your information

  • If you have implemented new features or behaviour
  • Provide a description of the addition in as many details as possible.

:ballot_box_with_check: Checklist

it's ok if not all the boxes are checked :smile:

  • [x] :art: The changes implemented is consistent with the julia style guide.
  • [x] :blue_book: I have updated and added relevant docstrings, in a manner consistent with the documentation styleguide.
  • [ ] :blue_book: I have added or updated relevant user and developer manuals/documentation in docs/src/.
  • [x] :ok: There are unit tests that cover the code changes I have made.
  • [ ] :ok: The unit tests cover my code changes AND they pass.
  • [x] :ok: All changes should be compatible with the latest stable version of Julia.
  • [x] :thought_balloon: I have commented liberally for any complex pieces of internal code.