Filter a preselected list of genesets from a data.frame of genesets
.filterGenesets(remove, df_genesets)a list, A list of geneset names to be removed
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.
A data.frame containing information about filtered genesets