Filter a preselected list of genesets from a data.frame of genesets

.filterGenesets(remove, df_genesets)

Arguments

remove

a list, A list of geneset names to be removed

df_genesets

a data.frame, A data.frame with at least two columns. One should be called Geneset, containing the names/identifiers of the genesets in the data. The second column should be called Genes and contains one string of the genes contained in each geneset.

Value

A data.frame containing information about filtered genesets