save_go_data: Save GO data in a excel file.

View source: R/viz_related.R

save_go_dataR Documentation

Save GO data in a excel file.

Description

For each geneset, enrich GO terms and related data will be saved in an individual tab within a single excel file.

Usage

save_go_data(x, output_dir = ".", output_file_name = "go_outout")

Arguments

x

an object of class 'parcutils_go_results' which can be generated using the function get_go_emap_plot()

output_dir

a character string, default "./", denoting a path to output file.

output_file_name

a character string, default "go_output", denoting an output file name.

Value

a list with two elements - 1) go results and 2) go emap plots.


cparsania/parcutils documentation built on Oct. 27, 2024, 4:55 a.m.