extract_common_genes: Extract the Common Genes

View source: R/preprocessing.R

extract_common_genesR Documentation

Extract the Common Genes

Description

This function takes a data set and returns the genes that are "common" in the data set. It assumes that the row names are the gene names.

Usage

extract_common_genes(dataList)

Arguments

dataList

A List of scRNA-seq data object (Seurat) with the rows as genes and the cells as objects

Value

A list of the common genes in the data object


NWhitener/benchmarking documentation built on Oct. 23, 2023, 12:20 a.m.