Closed gdagstn closed 2 years ago
Thank you for the report. Indeed, that is not the expected behavior.
That happens because the geneErnMaxRank
argument is set to 5000 by default (which is too big for this database, which contains ~600 genes) and the enrichment method to "aprox" (which takes the 50-running average).
I have now added some extra check for these parameters in the adequate functions, and updated the vignette accordingly. This new version will be available with the next Bioconductor release (probably by the end of the month).
Regards, Sara
Hi, first of all congratulations for the great tool!
I have run into what looks like a bug: when I supply a background for enrichment, the resulting
nEnrGenes
rankAtMax
andenrichedGenes
fields never change in the results table.I tried it on my data but I see that even using the example in the vignette the problem is the same.
Here is a small reprex taken directly from the vignette:
When not using a background it works fine:
Is this the intended behaviour, and if it is, why?
Session Info: