read_geneset {chipenrich}R Documentation

Function to read custom gene sets from file

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

read_geneset(file_path)

Arguments

file_path

A file path for the custom gene set.

Value

A GeneSet class object.


[Package chipenrich version 2.17.0 Index]