View source: R/DEGGs_core_functions.R
calc_pvalues_network | R Documentation |
Calculate the pvalues for specific subgroup network samples
calc_pvalues_network(
normalised_counts,
metadata,
sig_var,
subgroup_variable,
subgroups_length,
regression_method = "rlm",
subgroup_network
)
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 |
sig_var |
Inherited from |
subgroup_variable |
column name in |
subgroups_length |
integer number indicating the number of subgroups |
regression_method |
whether to use robust linear modelling to obtain p value of the interactions. Options are 'rlm' (default) or 'lm' |
subgroup_network |
network table for a specific subgroup |
a list of p values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.