stemangiola / CuratedAtlasQueryR

Tidy R query API for the harmonised and curated CELLxGENE single-cell atlas.
https://stemangiola.github.io/CuratedAtlasQueryR/
GNU General Public License v3.0
90 stars 6 forks source link

Build Figure 3: query interface, framework pipeline, and technical benchmark #26

Open stemangiola opened 1 year ago

stemangiola commented 1 year ago

The figure 3 of the manuscript

https://docs.google.com/document/d/11zGOnMKONZzAEnfzmf-wriqWIvqAcPx3lpws4MSl20w/edit?usp=sharing

will include

multimeric commented 1 year ago

Should I make this figure with the assumption that we will not be using a webserver, and everything will work as it does now using a filesystem?

stemangiola commented 1 year ago

Should I make this figure with the assumption that we will not be using a webserver, and everything will work as it does now using a filesystem?

The assumption is that our architecture choice will work as a remote service. I don't think that we need a webserver with our architecture. For example if R points to a remote location for metadata.sqlite, and to remote location for file download, we could achieve this with any remote storage accessible with command line. Julie mentioned she knows free resource that have R API. Or a server (NECTAR that hosts the file with accessible addresses), without the need to be a webserver.

Am I missing something?