printSummary {PloGO2} | R Documentation |
Each tab in the summary spreadsheet of the
printSummary(results, file="PloGO2Results.xlsx")
results |
A list of results from PloGO2 analysis |
file |
The output file name |
TRUE if at least some annotations were found, FALSE otherwise.
J. Wu
## Not run: path <- system.file("files", package = "PloGO2") # run PloPathway with list of id's, data file and reference res <- PloPathway( zipFile=paste(path, "PWFiles.zip", sep="/"), reference="Alldata", data.file.name = paste(path, "Abundance_data.csv", sep="/"), datafile.ignore.cols = 1) printSummary(res) ## End(Not run)