Network Enrichment Analysis GUI
Output neaGUI
There are three output files, which the name is defined by users, that will be produced by the neaGUI:
- A html file
- A csv file containing summary of the result
- An R workspace containing complete results.
Note that the if the MNEA statistics is choosen, only an R workspace containing complete results will be produced!
The screenshots above shows the resulting html file which contain the summary of the results. Here the the imputed FGS (pathways) are shown (sorted by on te p-values) with corresponding: number of observed and expected network links, number of genes, number of AGS genes, z-score, p-values based on network permutations, and the false discovery rate (FDR). The same information is also given in the csv file. Note that eash pathway IDs provide a hyper link to the pathways/ontologies description in the KEGG or GO web site. The same information is also given in the csv file.
The R workspace output contains more detail results from the neaGUI which includes: Nea Result (the same as the csv file), the specified AGS, FGS, Network, AnnotationDB, and the permuted Network (if it is specified before, it will be the same as the input, if not, a new permuted network will be provided).
For MNEA statistic option, the R workspace output contains some different output:
- network.link.num: A list of matrix consisting of network link numbers obtained from the randomly permuted networks. Each matrix has the same size as nlink and the length of the list is the same as the number of permutation
- nlink.M: A matrix (length of fgs by length of ags lying in the given network) of numbers of network links between AGS and FGS under the given network.
- Z.score: A matrix (the length of fgs by the number of permutation+1) of numbers to assess the activation of FGS. The first nperm columns are from the randomly permuted networks and the last column is from observed data.