Open fionaEyoung opened 1 month ago
The function documentation for filter_cells has the following under "Returns":
filter_cells
number_per_cell : ndarray Depending on what was thresholded (counts or genes), the array stores n_counts or n_cells per gene.
n_counts
n_cells
I have a feeling this is copied from filter_genes and should read
the array stores n_counts or n_cells per cell.
If not, perhaps more explanation is needed as to why this output is identical to the filter_genes function.
The function documentation for
filter_cells
has the following under "Returns":I have a feeling this is copied from filter_genes and should read
If not, perhaps more explanation is needed as to why this output is identical to the filter_genes function.