rcastelo / GSVA

Gene set variation analysis
198 stars 40 forks source link

158 load gmt files dealing duplicated gene sets #163

Closed axelklenk closed 5 months ago

axelklenk commented 5 months ago

Add two functions readGMT() for importing gene sets from a GMT file while checking for and removing duplicated gene sets, and deduplicateGeneSets() that is used by readGMT() but can also be called directly for gene set lists from other sources.

resolves #158