Learn R Programming

enrichR (version 2.1)

printEnrich: Print Enrichr output to text file.

Description

Print Enrichr output.

Usage

printEnrich(data, file, sep = "\t", columns = c(2, 3, 6))

Arguments

data

Output from Enrichr function.

file

Name of output file.

sep

Default TAB. How to separate fields.

columns

Columns from each entry of data. 1-"Index", 2-"Name", 3-"Adjusted_P-value", 4-"Z-score" 5-"Combined_Score", 6-"Genes", 7-"Overlap_P-value"

Value

Produces file.

Details

Print Enrichr output to text file.