-
```
This patch adds support for setting username and/or private key for plink. It
is built on top of rev. 649 and should be fully functional.
Localization has not been tested but should work.
```
Or…
-
```
This patch adds support for setting username and/or private key for plink. It
is built on top of rev. 649 and should be fully functional.
Localization has not been tested but should work.
```
Or…
-
It could be beneficial to spawn instances of the containers in the background and invoke binaries in the foreground when needed, as converting to temporary sandboxes (as required in some environments,…
-
test_plink for PLINK
a. binary PLINK output
b. binary output + input
c. pedigree
-
Hi @julesjacobsen
Is Sex correctly labelled in the Pedigree/Sex schemas?
In genetics/genomics, we usually use "1" for male, and "2" for female (easy to remember as equivalent to the normal numb…
-
运行 2_linkage_disequilibrium_analysis,报错:
`Clumping q7JdGx, 995 variants, using EUR population reference
Error in get_plink_exe() : 没有"get_plink_exe"这个函数`
加入:
`library(plinkbinr)`
成功运行2_linkag…
-
```
This patch adds support for setting username and/or private key for plink. It
is built on top of rev. 649 and should be fully functional.
Localization has not been tested but should work.
```
Or…
-
A small test suite of Pester tests would be helpful to see if code changes break existing code. I can provide a basic suite of Pester test cases on my Fork. We can use Pester for both integration test…
-
I am trying to clump locally via the ld_clump funciton:
Here is my code:
```
IndeSNP=ld_clump(dplyr::tibble(rsid=dat$SNP, pval=dat$pval.exposure, id=dat$id.exposure),
plink_bin= …
-
Hello,
I was hoping to run a similar analysis to your paper. In my case, I am using MA-FOCUS. MA-FOCUS works great with it's prebuilt database (focus.db), but when I run the databases from your ma…