Thierry Gosselin

Results 13 comments of Thierry Gosselin

I'm analyzing genomic data I want a progress bar for some of my functions, so that the end user can go do something else, like have a coffee and discuss...

For me it's perfect Much appreciated Henrik Best Thierry

In the example above I used these: ``` POP_ID N G100 10 G102 10 G103 10 G108 10 G109 10 G111 10 G118 10 G122 8 ``` But do get...

Thanks Xiuwen, I'll make some tests on my end with different RADseq data and will update results. Thierry

assigning the plot to an object returns `NULL`, so how do you do it ?

I cannot help you if I cannot reproduce the problem. I can fix the Warning message with rlang but the rest is impossible for me to reproduce and help you....

The `could not find function "%%"` This function `%%` is from package **magrittr**, it's the compound assignment pipe operator and the package should be installed when you first installed radiator,...

How to save a genlight object: `saveRDS(object = your.genlight.obj, file = "the.filename")

So just so that I understand how the genlight was generated from NGS data: - original file: vcf - bcftools - plink - bioalcidaejdk to convert it to a matrix...