filter_data: Filter the a Data List

View source: R/preprocessing.R

filter_dataR Documentation

Filter the a Data List

Description

This function "filters" a data list by restricting a input list to a range between minimum and maximum of the Total MRNA counts and Total Gene Counts that are present in the list. This creates a filtered set of genes to use in experiments, removing extreme outliers and making sure that all cells and genes are potentially informative.

Usage

filter_data(dataList)

Arguments

dataList

A list of data, with Genes in Rows and Cells in Columns

Value

A data list of data that falls within the specified data limitations


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