Skip to content

Commit

Permalink
Minor typo in recent blog post (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwolen authored Sep 19, 2023
1 parent af8fab1 commit d9b89bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/2023/20230919-out_of_core_methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This is usually the first pre-processing step necessary for other downstream tas

The Census algorithm is based on the scanpy method `scanpy.pp.highly_variable_genes`, and in particular the Seurat V3 method, which is designed for raw counts and can account for batch effects.

The Census implementation utilizes the same incremental paradigm used in `cellxgene_census.experimental.pp.mean_variance` (see above), calculating incremaental-based mean and variance accumulators with some tweaks to comply to the Seurat V3 method.
The Census implementation utilizes the same incremental paradigm used in `cellxgene_census.experimental.pp.mean_variance` (see above), calculating incremental-based mean and variance accumulators with some tweaks to comply to the Seurat V3 method.

### Example: Finding highly variable genes for all cells of the human esophagus

Expand Down

0 comments on commit d9b89bd

Please sign in to comment.