scanpy中常用函数

转自:https://scanpy.readthedocs.io/en/stable/

1.scanpy.pp.normalize_total

scanpy.pp.normalize_total(adata, target_sum=None, exclude_highly_expressed=False, 
max_fraction=0.05, key_added=None, layer=None, layers=None, layer_norm=None, inplace=True, copy=False)
  • target_sum默认为None,经过归一化后,每个cell的total count都是归一化前的中值median。

 

posted @ 2021-10-23 17:07  lypbendlf  阅读(198)  评论(0)    收藏  举报