View source: R/preprocessing.R
| filter_data | R Documentation |
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.
filter_data(dataList)
dataList |
A list of data, with Genes in Rows and Cells in Columns |
A data list of data that falls within the specified data limitations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.