amc-heme / SCUBA

Plotting functions for SingleCellExperiment objects
MIT License
4 stars 0 forks source link

`slot` parameter does nothing for anndata objects #84

Closed wish1832 closed 3 months ago

wish1832 commented 6 months ago

The slot parameter for anndata objects currently has no effect, and it is only possible to pull feature expression data from the X matrix or obsm matrices.

The equivalent of "slots" in Seurat objects is "layers". The FetchData python script should be modified to pull from layers when slot is defined.

Given that "slot" has been renamed to "layer" in Seurat objects, and that it is already termed "layer" in anndata objects, the slot parameter should be renamed to layer #37.