powered by
Calculates differential Mutual information.
calEdgeCorScore_ESEA( dataset, class.labels, controlcharacter, casecharacter, background )
Matrix of gene expression values (rownames are genes, columnnames are samples).
Vector of binary labels.
Charactor of control in the class labels.
Charactor of case in the class labels.
Matrix of the edges' background.
A vector of the aberrant correlation in phenotype P based on mutual information (MI) for each edge.
# NOT RUN { data(gene_expression_p53, class.labels_p53,sample_background) ESEAscore_p53<-calEdgeCorScore_ESEA(gene_expression_p53, class.labels_p53, "WT", "MUT", sample_background) # }
Run the code above in your browser using DataLab