TransStore {gQTLstats} | R Documentation |
Instance constructor for managing trans gQTL results
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
## 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