Skip to contents

This function removes mitochondria and ribosomal genes and genes highly correlated with these genes, as mitochondria and ribosomal genes are typically not interesting to look at.

Usage

remove_mito(data)

Arguments

data

A Seurat object containing expression data

Value

The Seurat object with the mito and rib genes and other highly correlated genes removed

Examples