Entering edit mode
7.0 years ago
bioinfo8
▴
230
Hi,
I am trying to run clusterProfile after installing all dependencies and when I run:
ggo <- clusterProfiler::groupGO(gene = gene, OrgDb = org.db, ont = "BP", level = 3, readable = TRUE)
I get the following error:
Error in rsqlite_send_query(conn@ptr, statement) :
external pointer is not valid
Please guide Guangchuang Yu.
Thanks.
Thanks for the hint. I managed to solve. But now, getting another error from the same command Guangchuang Yu :
I used the following code (df_0.05 is the dataframe from DESeq2 output containing entries with padj < 0.05):
I figured out and it worked: