Closed renozao closed 8 years ago
Hi,
Could you paste list of genes that you're checking?
On Tue, Aug 23, 2016, 17:44 Renaud Gaujoux notifications@github.com wrote:
Hi,
I am getting this warning when running fgsea on reactome pathways obtained from the package's reactomePathways function, using my top 100 genes:
Warning messages: 1: In
[.data.table
(pvals, ,:=
(leadingEdge, list(leadingEdges))) : Supplied 192 items to be assigned to 745 items of column 'leadingEdge' (recycled leaving remainder of 169 items)The returned value contains many NAs in place of the pathways. Will try to narrow this issue down, but maybe you can check if there is no cbind operation that would lead to this.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ctlab/fgsea/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AA_fWWbBvaPeg6B6CPul95WhIIsdSPN5ks5qiwddgaJpZM4JrAcc .
@renozao Unfortunately, I can't replicate this error. Can you, please, provide more information?
Well... I tried and I could not reproduce it either!!!
Not sure what was the cause of the error. Maybe I had NA
values in my inputs.
Problem solved :)
Great it worked out, but I'm still wondering what have happened.
Hi,
I am getting this warning when running
fgsea
on reactome pathways obtained from the package'sreactomePathways
function, using my top 100 genes:The returned value contains many NAs in place of the pathways. Will try to narrow this issue down, but maybe you can check if there is no
cbind
operation that would lead to this.