Remove samples based on low cell counts
remove_samples(df_samples_subset, condition, group, unpaired, cell_n_min)
df_samples_subset | Data frame or tibble with proteins counts, cell condition, and group information |
---|---|
condition | The column name of the condition variable |
group | The column name of the group variable |
unpaired | true if unpaired samples were provided as input |
cell_n_min | Remove samples that are below this cell counts threshold |
NULL.