View source: R/subset_results.R
subset_results | R Documentation |
Subset RD EWCE results data by cell type, fold change and q value.
subset_results(
filters = list(cl_name = NULL),
results = load_example_results(),
q_threshold = 5e-04,
effect_threshold = 1,
verbose = TRUE
)
filters |
A named list, where each element in the list is the name of a column in the data, and the vector within each element represents the values to include in the final data. |
results |
The cell type-phenotype enrichment results generated by gen_results and merged together with merge_results |
q_threshold |
The q value threshold to subset the |
effect_threshold |
The minimum fold change in specific expression
to subset the |
verbose |
Print messages. |
A data frame of the selected subset of RD EWCE results with HPO ID column added.
signif_cell_data <- subset_results(filters=list(CellType = "Cardiomyocytes"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.