News

Manuscript on the SADI Plugin to Taverna

SADI Taverna manuscript  A manuscript about the SADI-Taverna plug-in has been accepted to the Workflow Construction track at ISoLA.  A link to the final pre-proof copy is below.

SADI for Taverna Tutorial

Uploaded to SlideShare:  http://www.slideshare.net/markmoby/sadi-in-taverna-tutorial

(Written by David Withers)

OWL as hypothesis — reproducible in silico science

This is a draft of the introduction to my student Soroush Samidian’s Ph.D. thesis:

Reproducibility is a cornerstone of Science. To be truly reproducible, an experiment should be explicit and thorough in describing every stage of the analysis, starting with the initial question or hypothesis, continuing on through the methodology by which candidate data were selected and analyzed, and finishing with a fully-documented result, including all provenance information (which resource, which version, when, and why). As modern biology becomes increasingly in silico-based, many of these best practices in reproducibility are being managed with much higher efficiency. The emergence of analytical workflows as first-class referenceable and shareable objects in bioinformatics has led to a high level of precision in describing in silico “materials and methods”, as well as the ability to automate collection of highly detailed provenance information. However, the earlier stages in the scientific process – the posing of the hypothesis and the selection of candidate data – are still largely limited to human cognition; we pose our hypotheses in the form of sentences, and we often select and screen candidate data based on expert knowledge or intuition. This is particularly acute in the interface between clinical sciences and molecular sciences, where clinicians are the ultimate arbiters of patient phenotypic classification, often based entirely on their personal expert opinion, while in contrast molecular association studies depend on deeply understanding these classifications in order to make statistical links between phenotypic traits and molecular traits.

(read more…)

CardioSHARE walkthrough

Take a look at this query, which can be executed in the experimental OWL 2 CardioSHARE client.

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX patients: <http://biordf.net/cardioSHARE/patients.owl#>
PREFIX bmi: <http://sadiframework.org/examples/bmi.owl#>
SELECT ?patient ?bmi
FROM <http://biordf.net/cardioSHARE/patients.rdf>
WHERE {
    ?patient rdf:type patients:AtRiskPatient .
    ?patient bmi:BMI ?bmi
}

We’re going to walk through what the CardioSHARE client does when this query is executed. (read more…)

SADI Protege Plugin

Generate and test your SADI services from within Protege with the SADI plugin.

Overview of features available here!

SADI Taverna Plugin Tutorial

The SADI Taverna plugin tutorial that we use for workshops can be found here as a power point presentation.

A PDF version is also available here.

SWSIP slides on slideshare.net

Mark’s presentation to the Semantic Web Services in Practice conference in Singapore have been posted on slideshare.net: http://www.slideshare.net/markmoby/sadi-swsip-09.