Calculate the adjusted degree differences for all genes in the given network.
get_adjusted_deg_diff(net, log.expr.val, scale.degree = FALSE, p = 0.5)
The binary adjacent matrix of differential expression ratio network.
Numeric vector containing the logarithmic scale gene expression values.
Logical variable indicating whether the degree values are scaled according to the dropout rate.
The parameter for calculating the adjusted degree differences.
This function will return a list with the following components:
A numeric vector containing the adjusted degree differences of all genes.
A list containing the raw degree differences and sums of all genes.