This function build networks using the genes.edges generated by getInfo function and create a graph using the genes present in a file generated by DESeq or ANOVAlike

pubmedNet(group = c("sudo", "docker"), file)

Arguments

group,

a character string. Two options: "sudo" or "docker", depending to which group the user belongs

file,

a character string indicating the output of DESeq or ANOVAlike to be used. In the same folder must be present also genes.edges file.

Value

one graph plot

Examples

if (FALSE) { pubmedNet(group="docker", file=paste(getwd(),"DE_anova_rankedBySD_filteredByPositivePatient.txt", sep="/")) }