pp.normalize_geometric(protein)
See original GitHub issueHi Scanpy team, I am trying to analyse CTE-seq data. At the nomalization step of the protein data, the attibute normalize_geometric is not recognize. Could this be a version issue? Thank you for your help!
sc.pp.normalize_geometric(protein)
<!-- Put your Error output in this code block (if applicable, else delete the block): -->
```pytb
...AttributeError Traceback (most recent call last)
<ipython-input-80-db93ca6d0f1d> in <module>
----> 1 sc.pp.normalize_geometric(protein)
AttributeError: module 'scanpy.preprocessing' has no attribute 'normalize_geometric'
Versions:
scanpy==1.4.7.dev30+g668b6776 anndata==0.7.1 umap==0.3.10 numpy==1.16.2 scipy==1.3.0 pandas==0.24.2 scikit-learn==0.22.2.post1 statsmodels==0.10.1 python-igraph==0.7.1 louvain==0.6.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
pp.normalize_geometric(protein) · Issue #1208 · scverse/scanpy
Hi, I'm not sure where you found the function normalize_geometric() , but Scanpy's inbuilt normalization is called sc.pp.normalize_total() .
Read more >scanpy.pp.normalize_total - Read the Docs
Normalize counts per cell. Normalize each cell by total counts over all genes, so that every cell has the same total count after...
Read more >Improved data normalization methods for reverse phase ...
Reverse phase protein microarrays represent a unique, complex normalization issue. Tissue samples of equal volume can contain a different number of target cells ......
Read more >A Proteomics Approach to the Protein Normalization Problem
A Proteomics Approach to the Protein Normalization Problem: Selection of Unvarying Proteins for MS-Based Proteomics and Western Blotting.
Read more >Highly accurate protein structure prediction with AlphaFold
AlphaFold predicts protein structures with an accuracy ... These rotations and translations—representing the geometry of the N-Cα-C ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Actually there’s a nice ongoing thread about this at #1117
normalize_geometric()is still mentioned in the tutorial at https://scanpy-tutorials.readthedocs.io/en/multiomics/cite-seq/pbmc5k.html