Mice RNA-seq pathway analysis #136
Replies: 4 comments 4 replies
-
Hello, Yes, you can use pathfindR for mice data or any other organism. See this vignette Particulary see here. You can use the following to analyze the data: myeloma_output <- run_pathfindR(input = input_df,
convert2alias = FALSE,
gene_sets = "mmu_KEGG",
pin_name_path = "mmu_STRING") |
Beta Was this translation helpful? Give feedback.
-
Hello, I try to the package for mice, but i got these two errors even when i just want to run a sample:
Error in loadNamespace(x) : there is no package called ‘KEGGREST’
Error in pin_name_path %in% valid_opts[-length(valid_opts)] : Please could you help me with this? I am sorry for asking many questions. Thank you very much |
Beta Was this translation helpful? Give feedback.
-
You do not have to obtain the data manually, you can run the built-in data via: output_df <- run_pathfindR(input = input_df,
convert2alias = FALSE,
gene_sets = "mmu_KEGG",
pin_name_path = "mmu_STRING") |
Beta Was this translation helpful? Give feedback.
-
Dear EgeUlgen, Many thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
Can I use this package for pathway enrichment analysis of Mice RNA-seq data?
I am new to RNA-seq analysis in Mice! I am searching for a package works in R (with KEGG mice or others), rather than online pathways enrichments and multiple copy, paste and finally analysis in Prism!
I will appreciate if you help me!
Thank you
Beta Was this translation helpful? Give feedback.
All reactions