read_geneset: Function to read custom gene sets from file

Description Usage Arguments Value

View source: R/read.R

Description

This function reads a two-columned tab-delimited text file (with header). Column names are ignored, but the first column should be geneset names or IDs and the second column should be Entrez Gene IDs.

Usage

1
read_geneset(file_path)

Arguments

file_path

A file path for the custom gene set.

Value

A GeneSet class object.


chipenrich documentation built on Nov. 8, 2020, 8:11 p.m.