federicomarini/GeneTonic

"get_aggrscores" function produces "NAs"

Opened this issue · 2 comments

Dear Federico,

I want to apply "GeneTonic" to my dataset. When I used the "get_aggrscores," it returned "NAs" without generating error messages. I have attempted to debug the code but have been unable to identify the root cause of this issue.
I would greatly appreciate your advice on resolving this issue.

Thank you in advance for your help and support.

Best regards,
Anita

sessionINFO

res_enrich

Hi Anita,
Please make sure that there are no NAs in the input data for the DESeq result object.
I recall that having some there could lead to a specific geneset to be aggregated to NA.

In your case I see they are all NAs, tho - have a look that the conversion of the IDs via the annotation table is working correctly?

HTH,
Federico