Entering edit mode
17 days ago
alwayshope
▴
40
Dear all,
May I know if you have experience using the SBGNview on the mice RNA-seq data?
The manual shows the input gene.data can be a vector as used in the pathview, while when trying to run the same input of mice data to the SBGNview, it only output the blank plot, while when changing the org ="hsa" and using one of the human Reactome pathways, and similar format input vector from human data, it works fine.
Thank you very much for your kind guidance!
sbgnview.obj <- SBGNview(
gene.data = vector_mice2,
gene.id.type = "entrez",sbgn.dir = "/Reactome_pathways/",sbgn.gene.id.type = "SYMBOL",
input.sbgn = c("R-MMU-177929.sbgn"), ### EGFR pathway from Reactome
output.file = "EGFR_mouse",
show.pathway.name = TRUE,
max.gene.value = 1,
min.gene.value = -1,
#mid.gene.value = 0,
node.sum = "mean",
output.format = c("png"),
#font.size = 2.3,
org = "mmu",
#text.length.factor.complex = 3,
if.scale.compartment.font.size = TRUE,
#node.width.adjust.factor.compartment = 0.04
)
######
sbgnview.obj