-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database Connection #6
Comments
Dear @klpara This is a network-related issue. Either PANTHER was down when you tried this or you/ your network is blocked by PANTHER. |
PANTHER is up again and rbioapi is communication with the server without issues. Feel free to re-open the issue if you have other problems.
As example:
|
Thanks a lot!
Best,
Kathyani
…________________________________
From: Moosa Rezwani ***@***.***>
Sent: Thursday, October 20, 2022 11:03:09 AM
To: moosa-r/rbioapi ***@***.***>
Cc: Kathyani Parasram ***@***.***>; Mention ***@***.***>
Subject: Re: [moosa-r/rbioapi] Database Connection (Issue #6)
PANTHER is up again and rbioapi is communication with the server without issues. Feel free to re-open the issue if you have other problems.
rbioapi::rba_connection_test()
Checking Your connection to the Databases currently supported by rbioapi:
--->>> Internet :
+++ Connected to the Internet.
--->>> Enrichr :
+++ The server is responding.
--->>> Ensembl :
+++ The server is responding.
--->>> JASPAR :
+++ The server is responding.
--->>> miEAA :
+++ The server is responding.
--->>> PANTHER :
+++ The server is responding.
--->>> Reactome Content Service :
+++ The server is responding.
--->>> Reactome Analysis Service :
+++ The server is responding.
--->>> STRING :
+++ The server is responding.
--->>> UniProt :
+++ The server is responding.
As example:
rba_panther_enrich(genes = c("p53", "BRCA1", "cdk2", "Q99835", "CDC42",
"CDK1", "KIF23", "PLK1", "RAC2", "RACGAP1"),
organism = 9606, annot_dataset = "GO:0008150",
cutoff = 0.01)
Performing over-representation enrichment analysis of 10 input genes of organism 9606 against GO:0008150 datasets.
$reference
$reference$organism
[1] "Homo sapiens"
$reference$mapped_count
[1] 20589
$reference$unmapped_count
[1] 0
$input_list
$input_list$organism
[1] "Homo sapiens"
$input_list$mapped_count
[1] 10
$input_list$mapped_id
[1] "CDC42" "RACGAP1" "cdk2" "PLK1" "RAC2" "CDK1" "KIF23" "BRCA1" "Q99835" "p53"
$input_list$unmapped_count
[1] 0
$result
number_in_list fold_enrichment fdr expected number_in_reference pValue plus_minus term.id term.label
1 8 23.036643 1.470311e-06 0.347272816 715 9.376385e-11 + GO:0010564 regulation of cell cycle process
........
$search
$search$search_type
[1] "overrepresentation"
$tool_release_date
[1] 20221013
$enrichment_test_type
[1] "FISHER"
$annotDataSet
[1] "GO:0008150"
$annot_version_release_date
[1] "GO Ontology database DOI: 10.5281/zenodo.6799722 Released 2022-07-01"
$correction
[1] "FDR"
—
Reply to this email directly, view it on GitHub<https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmoosa-r%2Frbioapi%2Fissues%2F6%23issuecomment-1285700556&data=05%7C01%7Cparasra%40uwindsor.ca%7C3ebb0e71adee42eb155308dab2ac33d6%7C12f933b33d614b199a4d689021de8cc9%7C0%7C0%7C638018749919153731%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=9JOyOnPJ8XV6YKkJuTN5RU1vs%2FVH5OaEkLGnItPTCh4%3D&reserved=0>, or unsubscribe<https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAT2F7THXOQLCU2JG5JDM3FTWEFNK3ANCNFSM6AAAAAARJFEAOU&data=05%7C01%7Cparasra%40uwindsor.ca%7C3ebb0e71adee42eb155308dab2ac33d6%7C12f933b33d614b199a4d689021de8cc9%7C0%7C0%7C638018749919153731%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=Sps6a1sbtQ%2B9PE5GXgvneblqQW72WtSLJguEMVZ%2Feug%3D&reserved=0>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am trying to access PANTHER but the database is not responding, I restarted the R session but still having trouble accessing it. Is there some way to fix this?
Thank you!
The text was updated successfully, but these errors were encountered: