cell_census.get_anndata
should return obs columns and var columns used for filtering
#56
Labels
bug
Something isn't working
Issue
SOMADataFrame.read_as_pandas_all()
retrieves all columns used for filtering for example:in this case
feature_id
was included in the final object as it was used for filteringHowever for the
cell_census.get_anndata()
method, this is not the case:Solution
In
cell_census.get_anndata()
all columns used for filtering inobs_value_filter
andvar_value_filter
must be included in the correspondinganndata.AnnData.obs
andanndata.Anndata.var
respectivelyThe text was updated successfully, but these errors were encountered: