read_geneset {chipenrich} | R Documentation |
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.
read_geneset(file_path)
file_path |
A file path for the custom gene set. |
A GeneSet
class object.