question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pp.normalize_geometric(protein)

See original GitHub issue

Hi 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:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
maximzcommented, Jun 3, 2020

Actually there’s a nice ongoing thread about this at #1117

0reactions
andreas-wilmcommented, May 20, 2021

normalize_geometric() is still mentioned in the tutorial at https://scanpy-tutorials.readthedocs.io/en/multiomics/cite-seq/pbmc5k.html

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found