Zhian N. Kamvar

Results 213 comments of Zhian N. Kamvar

For what it's worth, I re-ran @maelle's reprex with the current devel of ggplot2 (tidyverse/ggplot2@4ee6c94) and it works. ``` r library("ggalt") #> Loading required package: ggplot2 #> Warning: package 'ggalt'...

Thank you for pointing this out! I still have no clue how to implement the solution (partially because `${pkgs.fontconfig.out}` is not valid BASH, which means that there is a different...

Hi Conrad, You are correct that you should be getting 30 axes instead of 31, however it's difficult to know why without a reproducible example (https://stackoverflow.com/a/5963610/2752888) or even knowing what...

This is related to the discusssion from #47

This might be of interest: https://github.com/hrbrmstr/markdowntemplates

I'm not familiar with how plink works. It might have to do with centering, scaling, or whether the genotypes or haplotypes are used as individual units.

Hi @suzyhh, You may want to try vcfR. It has an explicit vcf2genlight conversion function (https://knausb.github.io/vcfR_documentation/export_genlight_snpclone.html) ```r vcf

guess_dates() explicitly works on vectors. Would this not be taken care of by the `clean_dates()` function, which wraps `guess_dates()`?

Because there is a workaround, I would be much happier to put this on the backburner.

You will probably need to use square brackets like so: mean.hexp[[“S1”]] Sent from my iPhone > On Sep 20, 2019, at 07:36, GrimPerez wrote: > > Good day, > I...