You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to use genemania through R.
The problem I encounter is in importing some types of networks.
I would need to create a network with the following characteristics:
organism = Homo Sapiens
networks = Pathway, Genetic Interactions, Physical Interactions, Predicted, Consolidated-Pathways-2013
combiningMethod = Go biological process-based
attrLimit = 100
geneLimit = 100
genes = KRAS
How can I also provide the Consolidated-Pathways-2013 as input?
Furthermore, for another type of network, I would need to provide the Drug-interactions-2020 attribute as input. How can I do?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use genemania through R.
The problem I encounter is in importing some types of networks.
I would need to create a network with the following characteristics:
organism = Homo Sapiens
networks = Pathway, Genetic Interactions, Physical Interactions, Predicted, Consolidated-Pathways-2013
combiningMethod = Go biological process-based
attrLimit = 100
geneLimit = 100
genes = KRAS
For this reason, the query I enter is:
genemania_command<- "genemania search organism=9606 networks=path,pi,gi,predict combiningMethod=BP attrLimit=100 geneLimit=100 genes= KRAS"
commandsRun(genemania_command)
How can I also provide the Consolidated-Pathways-2013 as input?
Furthermore, for another type of network, I would need to provide the Drug-interactions-2020 attribute as input. How can I do?
The text was updated successfully, but these errors were encountered: