RA_outpu error #149
Replies: 5 comments 3 replies
-
This seems to be an issue with obtaining the KEGG pathways? Which version of pathfindR are you using? I suspect updating to the latest version (along with updating the dependencies) should resolve the issue as there were issues with KEGGREST before |
Beta Was this translation helpful? Give feedback.
-
Hi, actually i am using the latest version(1.6.4) |
Beta Was this translation helpful? Give feedback.
-
kEGGREST VERSON-1.36.3 |
Beta Was this translation helpful? Give feedback.
-
Thank you so much, this worked. |
Beta Was this translation helpful? Give feedback.
-
Hello, You can change the node sizes as follows: g <- term_gene_graph(RA_output)
g <- g + ggplot2::scale_size(range = c(2, 5), name = "# genes") # depending on your choice (when node_size == "num_genes")
g <- g + ggplot2::scale_size(range = c(2, 5), name = "-log10(p)") # depending on your choice (when node_size == "p_val")
g |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am using PathfindR for pathway enrichrichment(KEGG).
No wi am facing problem from last 2 weeks earler it was fine but i don't understand what is the problem now.
one time it is running properly another time no RA_output.
Can you please help me with that.
I tried everthing from shutdown to reinstalling R. Also, the default version of PathfindR is showing error.
This is what I get:
There is already a directory named "pathfindR_Results".
Writing the result to "pathfindR_Results(18)" not to overwrite any previous results.
Testing input
The input looks OK
Processing input. Converting gene symbols,
Number of genes provided in input: 9066
Number of genes in input after p-value filtering: 9066
pathfindR cannot handle p values < 1e-13. These were changed to 1e-13
Could not find any interactions for 1061 (11.7%) genes in the PIN
Final number of genes in input: 8005
Performing Active Subnetwork Search and Enrichment
Processing the enrichment results over all iterations
Annotating involved genes and visualizing enriched terms
Downloading pathway diagrams of 236 KEGG pathways
|=================== | 18%The file /var/folders/k3/2bypsbdn7mgb7n3gt5q6jhhc0000gn/T//RtmpXI6Jhu/file33745a3de0 seems not to be a valid KGML file
Detailed error messages fromXML::xmlTreeParse:
Error: 1: Couldn't find end of Start Tag rela line 1374
2: Premature end of data in tag pathway line 4
Beta Was this translation helpful? Give feedback.
All reactions