View source: R/combinatorial_phenotypes_generation.R
combinatorial_phenotype_counts | R Documentation |
combinatorial_phenotype_counts
generates phenotypes considering all
possible combination of markers and count the number of cells for each phenotype
for each sample.
combinatorial_phenotype_counts(
processed_cell_data,
parent_phen = NULL,
min_count = 10,
sample_fraction_min_counts = 0,
max_phenotype_length = 0,
efficient = FALSE,
n_threads = 1
)
processed_cell_data |
Data.Frame containing filtered and thresholded cell data. Use function |
parent_phen |
Parent phenotype to filter for. All phenotypes generated will contain the parent phenotype. |
min_count |
Minimum number of cells that a phenotype must have for at least one sample. |
sample_fraction_min_counts |
Fraction of samples that must have at least |
max_phenotype_length |
Maximum length of markers to compose a phenotype. |
efficient |
If TRUE, filter full-length phenotypes for |
n_threads |
Number of threads to be used. Default: 1. |
Data.Frame with all possible phenotypes and cell counts for each sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.