View source: R/independent_phenotype_identification.R
get_independent_relevant_phenotypes | R Documentation |
It uses a network clustering process to identify most representative phenotypes when several similar phenotypes are relevant.
get_independent_relevant_phenotypes(
phen_data,
channel_data,
n_phenotypes = 1000,
min_confidence = 0.5,
max_pval = NULL,
n_threads = 1
)
phen_data |
A Data.Frame with Marker columns, sample columns, and (effect_size, p_value, log2foldChange) columns. |
channel_data |
Data.Frame containing columns named: Channel, Marker, T1, [T2, T3, ... , Tn], [OOB]. |
n_phenotypes |
maximum number of phenotypes to be considered from |
min_confidence |
Minimal confidence threshold to filter output. Default: 0.5. |
max_pval |
Apply a p-value filter before computing independent phenotypes. |
n_threads |
Number of threads to be used. Default: 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.