Extract obsp (cell x cell) matrices from an AnnData object
Source:R/extract_anndata_obsp.R
extract_anndata_obsp.RdAnnData stores cell-pair matrices (e.g. nearest-neighbor graphs from `sc.pp.neighbors`: `connectivities`, `distances`) in `adata.obsp`. This helper returns them as a named list of sparse cell x cell CsparseMatrix objects, ready to be attached as Seurat `Graphs` or SCE `colPairs`.