Closed helen-zhu closed 4 years ago
I'm unable to reproduce the error. Can you provide an example?
@helen-zhu can you please provide a reproducible example to @JonBarenboim over email? Thanks!
Error was caused by duplicated gene names in the scores matrix. Added validation to ensure row names are unique.
Thanks Jon! I forgot - GENCODE has repeated gene names for different ENSEMBL ids. Might be a common problem for people doing pathway analysis directly with experimental results based on these datasets.
I get the following error ('counts contains negative values. Something went very wrong.') from hypergeometric test whenever I decrease the threshold of the geneset.filter = c(5, 1000) to c(3,1000)