qc_filter | R Documentation |
Filter cells based on QC results
qc_filter(
ge_df,
qc_df,
max_mito_prop = 0.2,
min_total_exp = 0,
cells_sel = NULL
)
ge_df |
the input gene expression with a 'symbol' column and then one column per cell. |
qc_df |
the output data.frame from qc_cells |
max_mito_prop |
the maximum proportion of mitochondrial RNA. |
min_total_exp |
the minimum total cell expression |
cells_sel |
consider only these cells. Other cells filtered no matter what. |
ge_df with only the cells that passed the filters
Jean Monlong
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.