<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Online open neuroimaging mass meta-analysis</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Finn Arup Nielsen</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Matthew J. Kempton</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Steven C. R. Williams</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>DTU Informatics, Technical University of Denmark</institution>
          ,
          <addr-line>Lyngby</addr-line>
          ,
          <country country="DK">Denmark</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Neuroimaging, Institute of Psychiatry, King's College London</institution>
          ,
          <addr-line>London</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We describe a system for meta-analysis where a wiki stores numerical data in a simple format and a web service performs the numerical computation. We initially apply the system on multiple metaanalyses of structural neuroimaging data results. The described system allows for mass meta-analysis, e.g., meta-analysis across multiple brain regions and multiple mental disorders.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        We have previously explored a simple online meta-analysis system|a \ elded
wiki"|in connection with personality genetics [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. As implemented speci cally
for this scienti c area the web service lacks generality for other types for
metaanalytic data. Furthermore the system relied on PubMed or Brede Wiki to
represent bibliographic information.
      </p>
      <p>Following Ward Cunningham's quote \What's the simplest thing that could
possibly work?" we present a simple system that allows for mass meta-analysis
of numerical data presented as comma-separated values (CSV) in a standard
MediaWiki-based wiki, | the Brede Wiki: http://neuro.imm.dtu.dk/wiki/.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Data and data representation</title>
      <p>
        We use the MediaWiki-based Brede Wiki to represent the data [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. For our
neuroimaging data each data record usually consists of three values (number
of subjects, their mean and standard deviation). The individual study typically
compares two such data records, e.g., from a patient and a control group. We
also record labels for the data record, e.g., the biographic information, as well as
extra subject information about the two groups, such as age, gender and clinical
characteristics, so that the total number of data items for each study may be
seven or more. Each meta-analysis will usually determine what extra relevant
information should be included and it may di er between studies, e.g., a Y-BOCS
value has typically only relevance for obsessive-compulsive disorder patients. The
functional neuroimaging area has CogPO and Cognitive Atlas ontologies enabling
researchers to describe the topic of an experiment, but these e orts do not
directly apply to our data. One CSV line carries the information for each study.
      </p>
      <p>Separate wiki pages store|
rather than uploaded les|
the CSV data, so the
MediaWiki template functionality
can transclude the CSV data
on other wiki pages. By
convention pages with CSV
information have the \.csv"
extension as part of the title
so external scripts can
recognize them as special pages and
the wiki pages have no wiki
markup. Fig. 1. Screenshot from the wiki showing CSV</p>
      <p>MediaWiki templates may data transcluded on a page.
generate links for download,
editing and meta-analysis of the data. Presently, no controlled vocabulary
beyond the template elds describes the columns in the CSV. To generate an
appropriate content-type (text/csv) a bridging web script functions as a proxy,
so a download of the CSV page can spawn a client-side spreadsheet program.</p>
      <p>A few MediaWiki extensions can format CSV information: SimpleTable and
TableData. Figure 1 shows the transclusion of CSV data with a modi ed
version of the SimpleTable extension. The Brede Wiki uses the standard template
system for recording structured bibliographic data about the publication and to
annotate the CSV information, see Figure 2.</p>
      <p>
        The bulk of the data cur- {{{{MMeettaaaannaallyyssiiss ccssvv begin}}
rently presented in the wiki || ttoiptilce1==MPajiotruitDaerpryessive Disorder Neuroimaging Database - Pituitary, total
cmoemtae-sanfarolymsisthoef lvaorgluemmetarsics {}{}||Metttooappaiincca32ly==siMMsaaNjcDosrvdepressive disorder
studies on major depressive || ttoiptilce1==OPbsietsusiitvaer-ycompulsive disorder Neuroimaging Database - Pituitary
sdeispoarrdaetre mreetpao-ratninaglyseosveforr i5n0- }{}{||Metttooappaiincca32ly==siOOsbbNscDessvsievned-}c}ompulsive disorder
dividual brain regions [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        Further data comes from Fig. 2. Template to annotate the CSV data and
mass meta-analyses across de ne the links to the meta-analysis.
multiple brain regions on
bipolar disorder [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and rst-episode schizophrenia [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], a meta-analysis on
longitudinal development in schizophrenia [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] as well as data from individual original
studies on obsessive-compulsive disorder.
      </p>
      <p>
        Apart from neuroimaging studies the Brede Wiki also records data from
meta-analyses from a few other studies outside neuroimaging [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], allowing us to
test the generality of the framework. The data is distributed under ODbL.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Web script and meta-analysis</title>
      <p>The web script for meta-analysis reads the CSV information, identi es the
required columns for meta-analysis, performs the statistical computations and
makes meta-analytic plots| the so-called forest and funnel plots|in the SVG
format, see Figure 3. From either the title information or a PubMed identi er
the script generates back-links from the generated page to pages on the wiki.
The script may also export the computed results as JSON or CSV. Furthermore,
it may generate a small R script that sets up the data in variables and use the
meta library for meta-analysis.</p>
      <p>The web script attempts to guess the separator used on the CSV page and
also tries to match the elements of the column header, e.g., the strings \control
n", \controls number", \number of controls", etc. match for number of
control subjects. With no matches the user needs to explicitly specify the relevant
columns via URL parameters, which in turn a wiki template can setup.</p>
      <p>
        Standard meta-analysis computes an e ect size from each result in a paper
and computes a combined meta-analytic e ect size and its con dence
interval. Although the methodological development continues, there exist established
statistical analysis approaches for ordinary meta-analysis [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Our system
implements computations on the standardized mean di erence for continuous
variables and on the natural logarithm of the odds ratio for categorical variables with
xed and random e ects methods using an inverse-weighted variance model, |
following the approach in the Stata program. As an extra option we provide
meta-analysis on the natural logarithm of the variance ratio [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], for comparison
of the standard deviations between two groups of subjects.
      </p>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>By using MediaWiki in our present system we exploit the template facility to
capture structured information, and free-form wikitext for annotation and
comment on the individual scienti c papers, | as in semantic academic annotation
wikis AcaWiki and WikiPapers. It is also possible to use the pages of the wiki
as a simple means to keep track of the status of the papers considered for the
meta-analysis: potentially eligible, eligible, partially entered and fully entered.</p>
      <p>
        Why not Semantic MediaWiki? Semantic MediaWiki (SMW) may query text
and numerical data, though has not had the ability to make complex
computations. The Semantic Result Formats extension includes average, sum, product
and count result formats enabling simple computations of a series of numerical
values, but insu cient for the kind of computations we require. The data for
meta-analysis form a n-ary data record (mean, standard deviation, number of
subjects, labels) so either individual SMW pages should store each data record
or we should invoke the n-ary functionality in Semantic Internal Objects SMW
extension, SMW record or the recently-introduced subobject SMW
functionality. We have not investigated whether these tools provide convenient means for
representing our data. The Brede Wiki can export its ontologies de ned in
MediaWiki template to SKOS. Our future research can consider RDFication of the
CSV information through the SCOVO format [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>We wrote the web
service in Python,
where Numpy makes
vector computation
available and Scipy
provides statistical
methods, necessary for
the computation. In
a future PHP
implementation the script
could more closely
integrate with the wiki
as either a MediaWiki
or a SMW extension.</p>
      <p>A wiki built from
standard components Fig. 4. Results from mass meta-analyses shown in a
provides a inexpensive L'Abbe-like plot and constructed by calling the web
solution with means to script multiple times. Each dot corresponds to a
metamanage meta-analytic analysis. Uncertainty as a function of e ect size with
data in a collaborative size of each dot determined by the number of subjects.
environment. The gen- The line indicates 0.05-signi cance.
eral framework allows
not only the meta-analysis of neuroimaging-derived data but has the potential
for managing and analyzing data from many other domains.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Nielsen</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          :
          <article-title>Brede Wiki: Neuroscience data structured in a wiki</article-title>
          .
          <source>SemWiki</source>
          (
          <year>2009</year>
          )
          <volume>129</volume>
          {
          <fpage>133</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Hartung</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          et al.:
          <article-title>Statistical Meta-Analysis with Applications</article-title>
          .
          <article-title>(</article-title>
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Sha</surname>
            <given-names>er</given-names>
          </string-name>
          ,
          <string-name>
            <surname>J.P.:</surname>
          </string-name>
          <article-title>Caution on the use of variance ratios: a comment</article-title>
          .
          <source>Review of Educational Research</source>
          <volume>62</volume>
          (
          <issue>4</issue>
          ) (
          <year>1992</year>
          )
          <volume>429</volume>
          {
          <fpage>432</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Kempton</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          et al.:
          <article-title>Structural neuroimaging studies in major depressive disorder: meta-analysis and comparison with bipolar disorder</article-title>
          .
          <source>Archives of General Psychiatry</source>
          <volume>68</volume>
          (
          <issue>7</issue>
          ) (
          <year>2011</year>
          )
          <volume>675</volume>
          {
          <fpage>690</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Kempton</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          et al.:
          <article-title>Meta-analysis, database, and meta-regression of 98 structural imaging studies in bipolar disorder</article-title>
          .
          <source>Arch. Gen. Psychiatry</source>
          <volume>65</volume>
          (
          <issue>9</issue>
          ) (
          <year>2008</year>
          )
          <volume>1017</volume>
          {
          <fpage>1032</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Steen</surname>
            ,
            <given-names>R.G.</given-names>
          </string-name>
          et al.:
          <article-title>Brain volume in rst-episode schizophrenia: systematic review and meta-analysis of magnetic resonance imaging studies</article-title>
          .
          <source>Brit. J. Psychiatry</source>
          <volume>188</volume>
          (
          <year>2006</year>
          )
          <volume>510</volume>
          {
          <fpage>518</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Kempton</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          et al.:
          <article-title>Progressive lateral ventricular enlargement in schizophrenia: a meta-analysis of longitudinal MRI studies</article-title>
          .
          <source>Schiz. Res</source>
          .
          <volume>120</volume>
          (
          <issue>1</issue>
          {3) (
          <year>2010</year>
          )
          <volume>54</volume>
          {
          <fpage>52</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Nielsen</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          :
          <article-title>A elded wiki for personality genetics</article-title>
          .
          <source>WikiSym</source>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Hausenblas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          et al.:
          <article-title>SCOVO: Using statistics on the web of data</article-title>
          .
          <source>ESWC</source>
          (
          <year>2009</year>
          )
          <volume>708</volume>
          {
          <fpage>722</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Elamin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>B</article-title>
          . et al.:
          <article-title>Choice of data extraction tools for systematic reviews depends on resources and review complexity</article-title>
          .
          <source>J. Clin. Epidemiology</source>
          <volume>62</volume>
          (
          <issue>5</issue>
          ) (
          <year>2009</year>
          )
          <volume>506</volume>
          {
          <fpage>510</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>