pubmedNet | R Documentation |
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)
group |
a character string. Two options: |
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. |
one graph plot
Raffaele Calogero
## Not run:
pubmedNet(group="docker", file=paste(getwd(),"DE_anova_rankedBySD_filteredByPositivePatient.txt", sep="/"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.