Description/summary not set
Other contact details:
Not specified
Interests:
Applications of bioinformatics in human genetic diseases.
Field/Industry:
Bioinformatics
Occupation/Role(s):
PhD student
Organisation(s):
The University of Hong Kong
Note: some items may not be visible to you, due to viewing permissions.
Workflow
What is Paget's disease sparql query example
(3)
SELECT distinct ?s1
FROM <http://atlas.bio2rdf.org/sparql>
WHERE {
?s1 ?p1 ?o1 .
?o1 bif:contains "paget" .
FILTER( regex(?s1, "omim")
OR regex(?s1, "geneid") OR regex(?s1, "uniprot"))
}
followed by
SELECT ?type1, count(*)
FROM <http://localhost:8890/sparql>
WHERE {
?s1 ?p1 ?o1 .
?o1 bif:contains "paget" .
?s1
Created: 2009-01-20
Credits:
Francois Belleau
Remove from favourites
Workflow
BioAID_ProteinToDiseases
(1)
This workflow was based on BioAID_DiseaseDiscovery, changes: expects only one protein name, adds protein synonyms).
This workflow finds diseases relevant to the query string via the following steps:
A user query: a single protein name
Add synonyms (service courtesy of Martijn Scheumie, Erasmus University Rotterdam)
Retrieve documents: finds relevant documents (abstract+title) based on query
Discover proteins: extract proteins discovered in the set of relevant abstracts
5. Link proteins ...
Created: 2007-11-14
| Last updated: 2007-11-15
Credits:
Marco Roos
Martijn Schuemie
AID
Attributions:
BioAID_DiseaseDiscovery_RatHumanMouseUniprotFilter
Remove from favourites
Workflow
KEGG pathways common to both QTL and micro...
(3)
This workflow takes in two lists of KEGG pathway ids. These are designed to come from pathways found from genes in a QTL (Quantitative Trait Loci) region, and from pathways found from genes differentially expressed in a microarray study. By identifying the intersecting pathways from both studies, a more informative picture is obtained of the candidate processes involved in the expression of a phenotype.
Example input for this workflow is given below (as newline separated values).
qt...
Created: 2009-11-24
| Last updated: 2009-12-03
Remove from favourites
Workflow
Human Microarray Analysis
(1)
This workflow takes in probesets from and AffyMetrix Affy HG U133A micorarray experiment and returns: genes ; gene start and end positions; chromosome where genes reside; ensembl trasncripts; SwissProt ids. The final output of the workflow is a list of candidate pathways which are linked to the genes expressed in the microarray data.
Example input for this workflow is:
212283_at
221634_at
220399_at
Created: 2008-02-08
| Last updated: 2009-12-03
Credits:
Paul Fisher
Remove from favourites
Workflow
Remove from favourites
Workflow
Demo_DiseaseDiscovery_byHumanUniprot_scaffold
(1)
This workflow finds disease relevant to the query string via the following steps:
A user query: a list of terms or boolean query - look at the Apache Lucene project for all details. E.g.: (EZH2 OR "Enhancer of Zeste" +(mutation chromatin) -clinical); consider adding 'ProteinSynonymsToQuery' in front of the input if your query is a protein.
Retrieve documents: finds 'maximumNumberOfHits' relevant documents (abstract+title) based on query (the AIDA service inside is based on Apache's Lucene)...
Created: 2007-12-10
Credits:
Marco Roos
AID
Remove from favourites
Workflow
Remove from favourites
Workflow
BioAID_DiseaseDiscovery_RatHumanMouseUnipr...
(4)
This workflow finds disease relevant to the query string via the following steps: 1. A user query: a list of terms or boolean query - look at the Apache Lucene project for all details. E.g.: (EZH2 OR "Enhancer of Zeste" +(mutation chromatin) -clinical); consider adding 'ProteinSynonymsToQuery' in front of the input if your query is a protein. 2. Retrieve documents: finds 'maximumNumberOfHits' relevant documents (abstract+title) based on query (the AIDA service inside is based on Apa...
Created: 2008-12-15
| Last updated: 2011-08-11
Credits:
Marco Roos
AID
Remove from favourites