Description Usage Arguments Details Value Examples
Instance constructor for managing trans gQTL results
1 2 | TransStore(regs, paths = NULL)
tsIndex.reg(tsin, ind)
|
regs |
a list of |
paths |
if desired, paths to folders for which |
tsin |
a TransStore instance |
ind |
index of registry to index |
tsIndex.reg
is experimental, producing a hash mapping snps
to registry job identifiers, to support rapid store-level retrieval
of locus-specific findings.
instance of TransStore-class
1 2 3 4 5 6 7 8 9 10 | ## Not run: # dec 2017 changes to BatchJobs lead to errors
if (require(geuvStore2) && require(doParallel)) {
registerDoSEQ()
r17 = g17transRegistry()
r18 = g18transRegistry()
g1718 = TransStore(list(r17, r18))
g1718
}
## End(Not run) # end dontrun
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.