Access denied for user ''@'localhost' (using password: NO)
SELECT
g2.tax_id,
g2.gene_id,
upper(g2.gene_symbol) names
FROM
gene as g, interactions as i, gene as g2
WHERE
g.gene_symbol = 'TP53'
AND g.tax_id in (9606,10090)
AND g.gene_id=i.interactant_id
AND i.gene_id = g2.gene_id
UNION ALL
SELECT
g2.tax_id,
g2.gene_id,
upper(g2.gene_symbol) names
FROM
gene as g, interactions as i, gene as g2
WHERE
g.gene_symbol = 'TP53'
AND g.tax_id in (9606,10090)
AND g.gene_id=i.gene_id
AND i.interactant_id = g2.gene_id
Access denied for user ''@'localhost' (using password: NO)
SELECT id FROM pathway_dbs WHERE name IN ('GEDSA_database_171021o9');
Access denied for user ''@'localhost' (using password: NO)
SELECT DISTINCT p.pathway FROM pathways p WHERE p.gs IN(('TP53')) AND p.db_id IN ('')
Access denied for user ''@'localhost' (using password: NO)
SELECT DISTINCT p.db_id, p.pathway, upper(p.gs) gs FROM pathways as p JOIN (
SELECT DISTINCT p.db_id, p.pathway as pathway FROM pathways as p WHERE p.gs IN(('TP53')) AND p.db_id IN ('')
) as p_pathway ON p.db_id = p_pathway.db_id AND p.pathway = p_pathway.pathway AND p.db_id IN ('')
GEDSA: Using Gene Expression and Drug Sensitivity Correlation to Build Digital Gene-Specific Signatures for Data-Driven Hypothesis Generation
- Green circles = known interactions of the queried gene
- Green lines = known interactions
- Blue circles = interactions predicted by GEDSA
- Click on the circles to go to the NCBI Gene entry
p < 0.05
p > 0.05
p < 0.05
|