bahlolab / isoRelate

Performs pairwise identity by descent analysis on haploid recombining organisms in the presence of multiclonal infections using SNP genotype data
Other
6 stars 2 forks source link

now build no warning; no notes; fixed up some typos #1

Closed sa-lee closed 6 years ago

sa-lee commented 6 years ago

Hi Lyndal,

I fixed up a few things in the package so it builds without warnings or notes.

First - I added the intergraph package to imports as its required by ggnetwork to draw plots from igraph objects. Second I modified the ggplot calls to not use global variables by modifying from aes to aes_ and aes_string. I also tidied up some of the ggplot code and edited some typos.

If you're happy feel with it feel free to merge the pull request in your master branch.

Thanks, Stuart