View source: R/DEGGs_core_functions.R
calc_pvalues_percentile | R Documentation |
Compute interaction p values for a single percentile value
calc_pvalues_percentile(
normalised_counts,
metadata,
subgroup_variable,
subgroups_length,
subgroups_df_list,
sig_var,
percentile,
combinations,
regression_method = "rlm",
edges,
sig_edges_count
)
normalised_counts |
a data frame containing normalised counts from an
high throughput sequencing experiment.
Sample IDs must be in columns and gene/miRNA/TFs in rows.
Objects of class |
metadata |
a data frame of sample data with rownames matching the
sample IDs in |
subgroup_variable |
column name in |
subgroups_length |
integer number indicating the number of subgroups |
subgroups_df_list |
list of subgroup data frames |
sig_var |
Inherited from |
percentile |
a float number indicating the percentile to use. |
combinations |
data frame containing the subgroups combinations in rows |
regression_method |
whether to use robust linear modelling to obtain p value of the interactions. Options are 'rlm' (default) or 'lm' |
edges |
network of biological interactions in the form of a table of class data.frame with two columns: "from" and "to". |
sig_edges_count |
number of significant edges (p < 0.05) |
The list of float numbers of the significant pvalues for a specific percentile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.