Merged+clustered data saved in format suitable for uploading to Broad's single cell portal / CellXGene
NathanSkene opened this issue · 3 comments
The BSCP wiki describes the format clearly and it seems a sce_to_bscp()
function to generate the bscp objects from a SingleCellExperiment, and a write_bscp()
function to write them should be straightforward to implement.
That said the current functionality of the BSCP seems sparse to me; would be open to implementing our own explorer unless they have more features in the pipeline / it's under active development.
Sure, can put together a feature list. Meeting them should also help figure out how actively it's being developed!
If we were going it alone, I think Shiny would be a strong first choice followed by Dash / Python. Another interesting approach would be a newcomer called Svelte Streamlit which has been receiving a lot of attention lately.