XML stylesheets
From BioWeka
[edit]
Introduction
The XML-Stylesheets folder (/etc/stylesheets/) of BioWeka's distribution offers a collection of XSL stylesheets to convert XML files into the ARFF format.
[edit]
Overview
The collection contains the following stylesheets:
-
extract-internal-data-from-mage-ml.xsl: Extracts the internal microarray data from MAGE-ML files and stores the data items as separate (tab-delimited) files. Does not produce ARFF files and thus can not be used with theXslXmlLoaderclass. Use theCSVLoader classfrom BioWeka or theCSVLoader classfrom Weka (may not work with every tab-delimited file) instead to load the tab-delimited files. -
iprscan.xsl: Converts themerge.xmlfile of InterProScan into the sparse ARFF format. -
mage-ml.xsl: Converts internal as well as external microarray data from MAGE-ML files into the ARFF format. -
proml.xsl: Converts ProML files into the ARFF format.
[edit]
Usage
These stylesheets can be used in conjunction with the XslXmlLoader class.

