STutils.tl.removeBiasGenes

STutils.tl.removeBiasGenes#

STutils.tl.removeBiasGenes(adata)#

Remove bias genes for human single cell analysis.

This function removes common bias genes that are typically not informative for downstream analysis, including mitochondrial genes, ribosomal proteins, hemoglobin genes, and various non-coding RNAs.

Args:

adata: Annotated data object containing gene expression data.

Return type:

AnnData

Returns:

A new AnnData object with bias genes removed. The original object is not modified.