I am trying to compare 3 enrichment pathway analysis together but keep getting an error, my code works with your example data gcSample but not with my data.
I have provided a subset of my data which produces the same error.
The following `from` values were not present in `x`: .id
Error in `$<-.data.frame`(`*tmp*`, "Cluster", value = integer(0)) :
replacement has 0 rows, data has 143
Hi,
I am trying to compare 3 enrichment pathway analysis together but keep getting an error, my code works with your example data
gcSample
but not with my data.I have provided a subset of my data which produces the same error.
x<-compareCluster(geneCluster = x.test, fun = "enrichPathway", pvalueCutoff = 1, qvalueCutoff =1)
The error I get is