R/solvers.R
getMatchedPathwayMatOld.RdFilters a gene-by-pathway annotation matrix to retain only pathways
with sufficient overlap with a given gene set. The result is a sparse matrix
aligned to new.genes, with columns (pathways) retained only if they
have at least min.genes matched genes.
getMatchedPathwayMatOld(pathMat, new.genes, min.genes = 10)A sparse matrix of dimensions length(new.genes) x
filtered pathways.