cnio-bu / beyondcell

Beyondcell is a computational methodology for identifying tumour cell subpopulations with distinct drug responses in single-cell RNA-seq and Spatial Transcriptomics data.
Other
40 stars 4 forks source link

bcMerge on a list #69

Open SGMartin opened 1 year ago

SGMartin commented 1 year ago

I propose to expand bcMerge so that it can merge a given bc object with a subsequent list of bc objs, like Seurat does.

mj-jimenez commented 1 year ago

Right now, you can merge beyondcell objects with different signatures generated with the same single-cell matrix. You can't add cells from another matrix because the BCS are normalized and scaled using all the cells in the matrix.