| This is exactly the motivation behind the Loom file format[0] being developed and used in the molecular neurobiology-group I work for[1]. It is an HDF5-based file format for 'omics data, to deal with the ever-growing size of the data sets. I specifically work on the Loom Viewer[1], a SPA that we're trying to design in such a way that it will be really easy and cheap for research groups to host and share these loom files themselves. This would make easy for other groups to ask simple questions about each others data, and in the worst case the raw loom file is always available for download. We're already hosting some of our own published datasets with this viewer, you can check it out here[3]. To lower expectations a bit: the viewer is not trying to be comparable to the big atlases like [4] or [5] (I mean, it's being developed by one dude - me - so by comparison it's a no-budget OSS project). It's much simpler and basic - the idea is that if you use the Loom file format in your pipeline in a sensible manner, the viewer will more or less know what to do with the data. [0] https://github.com/linnarsson-lab/loompy [1] http://linnarssonlab.org/ [2] https://github.com/linnarsson-lab/loom-viewer [3] http://loom.linnarssonlab.org/ [4] http://mouse.brain-map.org/agea [5] https://www.proteinatlas.org/tissue |