printSummary {PloGO2}R Documentation

Function to print the summary file of PloGO2 results.

Description

Each tab in the summary spreadsheet of the

Usage

	printSummary(results, file="PloGO2Results.xlsx") 

Arguments

results

A list of results from PloGO2 analysis

file

The output file name

Value

TRUE if at least some annotations were found, FALSE otherwise.

Author(s)

J. Wu

Examples

## 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)

[Package PloGO2 version 1.6.0 Index]