pantherdb / pantherapi-pyclient

Example code for calling Panther API services
9 stars 1 forks source link

Long reference lists #2

Open sthudium25 opened 3 years ago

sthudium25 commented 3 years ago

Hi, Not really an issue but I'm curious how you deal with transferring long background gene lists via requests. For example, my experiment-specific background gene list contains ~15000 genes, which - as far as I can tell - runs into the size limit of a request header. Any recommendations for how to transfer a list of this size to Panther?

Thanks!

mugitty commented 3 years ago

Hi,

Please use the API from (http://pantherdb.org/services/openAPISpec.jsp). HTTP POST supports large requests.