Skip to content
New issue

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

Documentation typo for scanpy.pp.filter_cells #3332

Open
fionaEyoung opened this issue Oct 30, 2024 · 0 comments
Open

Documentation typo for scanpy.pp.filter_cells #3332

fionaEyoung opened this issue Oct 30, 2024 · 0 comments

Comments

@fionaEyoung
Copy link

The function documentation for filter_cells has the following under "Returns":

number_per_cell : ndarray
Depending on what was thresholded (counts or genes), the array stores n_counts or n_cells per gene.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant