Filter_Genes_from_Variable_Genelist: A Filter_Genes_from_Variable_Genelist Function

View source: R/Filter_Genes_from_Variable_Genelist.R

Filter_Genes_from_Variable_GenelistR Documentation

A Filter_Genes_from_Variable_Genelist Function

Description

This function allows you to filter genes for mt, ribosomal and cell cycle list.

Usage

Filter_Genes_from_Variable_Genelist(
  SCdata,
  Species = "hsa",
  mt = TRUE,
  rb = TRUE,
  cc = FALSE
)

Arguments

SCdata

Seurat Object

Species

Species Name. Valid options are hsa or mmu

mt

mitochondrial genes (MOUSE) to be removed from Seurat object

rb

ribosomal genes (MOUSE) to be removed from Seurat object

cc

CellCycle genes (Converted from Human to Mouse) to be removed from Seurat object

Examples

Filter_Genes_from_Variable_Genelist()

parveendabas/SCA documentation built on Sept. 19, 2022, 8:31 a.m.