| getbd5snp_con | R Documentation |
Like getbd5snp_buf but reuses an already-open file connection
instead of opening and closing it on every call. Use openbd5con
before the loop and closebd5con (or let the finalizer handle it)
after.
getbd5snp_con(bd5info, snp, dosage, p0, p1, p2, bd5con)
bd5info |
Object returned by |
snp |
1-based integer index or character SNP ID. |
dosage |
Pre-allocated |
p0 |
Pre-allocated |
p1 |
Pre-allocated |
p2 |
Pre-allocated |
bd5con |
Object returned by |
NULL invisibly. dosage, p0, p1, and
p2 are updated in place.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.