View source: R/remove_samples.R
remove_samples | R Documentation |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.