Scanpy源码浅析之pp.highly_variable_genes
版本
导入Scanpy, 其版本为'1.9.1',如果你看到的源码和下文有差异,其可能是由于版本差异。
import scanpy as sc
sc.__version__
#'1.9.1'
功能
函数pp.highly_variable_genes其源代码在scanpy/preprocessing/_highly_variable_genes.py
其主要功能寻找高变基因。当前函数内置了3
