SearchPathways.Rd
This function filters a provided geneset list based on a specified gene name, or pathway name.
SearchPathways(genesets, item, type = c("gene", "SetName"))
A list of genesets where the names are pathway names and the contents are genes.
A vector containing gene names or (parts of) pathway names to search for.
Specifies the types of search criteria. This can be "gene", "SetName", or both. Default is c("gene", "SetName").
A subset of the provided geneset list containing the specified items.
For more details and use-cases, see the examples section.