-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Thank you for this fine package.
Using the dev branch, I sometimes query over large (4M) regions for eqtls, encountering errors like this:
eQTL_Catalogue.fetch failed on study GTEx_V8.Brain_Cerebellum
<simpleError in readBin(structure(3L, class = c("curl", "connection"),
conn_id = <pointer: 0x951>), raw(0), 32768L):
transfer closed with 34871729 bytes remaining to read>
I see that the table returned by fetch (in smaller regions, for instance) has pvals up to 1.0.
Perhaps you could add an extra parameter to the fetch function, specifying a maximum pval, thereby allowing us to greatly reduce the size of the table returned?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
In Progress