We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: