You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi @paul-shannon , thanks for your interest incatalogueR! I'm actually in the process of upgrading all my echoverse packages.
I can definitely add this once I get to catalogueR. I'm almost done upgrading all the subpackages it depends on.
Thank you for this fine package.
Using the
dev
branch, I sometimes query over large (4M) regions for eqtls, encountering errors like this: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?
The text was updated successfully, but these errors were encountered: