<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FuncNet &#187; front-end</title>
	<atom:link href="http://funcnet.eu/tag/front-end/feed/" rel="self" type="application/rss+xml" />
	<link>http://funcnet.eu</link>
	<description>A tool for the analysis of human protein function. Upload a set of proteins and we will rank them in order of relevance to your chosen biological system. Or download functional association networks for the whole human proteome (coming soon).</description>
	<lastBuildDate>Fri, 07 Jan 2011 11:31:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>New features in FuncNet 1.3</title>
		<link>http://funcnet.eu/new-features-in-funcnet-1-3/</link>
		<comments>http://funcnet.eu/new-features-in-funcnet-1-3/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:25:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://funcnet.eu/?p=315</guid>
		<description><![CDATA[We are proud to announce that FuncNet 1.3 is fully operational. New scoring method We&#8217;ve changed quite a few things for this release. For a start, we&#8217;ve implemented a new scoring method that assigns every query protein a single overall score, rating its overall functional similarity to the reference set. This is calculated by forming [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce that FuncNet 1.3 is fully operational.</p>
<h3>New scoring method</h3>
<p>We&#8217;ve changed quite a few things for this release. For a start, we&#8217;ve implemented a new scoring method that assigns every query protein a single overall score, rating its overall functional similarity to the reference set. This is calculated by forming an &#8216;optimal score profile&#8217;, a vector with one element in it for each predictor in the query:</p>
<style type="text/css">
table, td, th
{
border-collapse:collapse;
border:1px solid white;
background-color:#B3B378;
padding:2px;
width:100%;
}
th
{
text-align:center;
color:white;
width:16%;
}
td
{
width:16%;
}
</style>
<table>
<tr>
<th>Query protein</th>
<th>JACOP</th>
<th>engineDB</th>
<th>iHOP</th>
<th>iHOP-Conn</th>
</tr>
<tr>
<td>A3EXL0</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>O75865</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Q8NFN7</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<p>So each query protein has a cell for each predictor, which will contain a p-value.</p>
<p>Then, we populate each cell with the best prediction (lowest p-value) from that predictor, between the query protein and <em>any</em> reference protein, leaving blanks where a predictor has made no predictions at all about a given query protein. For example:</p>
<table>
<tr>
<th>Query protein</th>
<th>JACOP</th>
<th>engineDB</th>
<th>iHOP</th>
<th>iHOP-Conn</th>
</tr>
<tr>
<td>A3EXL0</td>
<td>0.8178</td>
<td></td>
<td>0.6830</td>
<td></td>
</tr>
<tr>
<td>O75865</td>
<td>0.1772</td>
<td>0.0540</td>
<td></td>
<td>0.1165</td>
</tr>
<tr>
<td>Q8NFN7</td>
<td></td>
<td>0.0024</td>
<td></td>
<td>0.0486</td>
</tr>
</table>
<p>Finally, using <a href="http://en.wikipedia.org/wiki/Fisher%27s_method">Fisher&#8217;s method</a> (unweighted), we calculate an overall score for each query protein by combining these p-values:</p>
<table>
<tr>
<th>Query protein</th>
<th>JACOP</th>
<th>engineDB</th>
<th>iHOP</th>
<th>iHOP-Conn</th>
<th><em>FuncNet score</em></th>
</tr>
<tr>
<td>A3EXL0</td>
<td>0.8178</td>
<td></td>
<td>0.6830</td>
<td></td>
<td><em>1.1648</em></td>
</tr>
<tr>
<td>O75865</td>
<td>0.1772</td>
<td>0.0540</td>
<td></td>
<td>0.1165</td>
<td><em>13.6554</em></td>
</tr>
<tr>
<td>Q8NFN7</td>
<td></td>
<td>0.0024</td>
<td></td>
<td>0.0486</td>
<td><em>18.1128</em></td>
</tr>
</table>
<p>The higher this score is, the more closely associated the query protein is with the biological function performed by the reference proteins.</p>
<p>The <a href="/gwt-client/">web interface</a> now uses this method to score and rank the results, and the front-end web service supports an operation called <code>RetrieveSetwiseScores</code> so you can use it in your scripts.</p>
<h3>More new features in web interface</h3>
<p>We&#8217;ve also added a feature that lets you select a GO term if you want to supply a reference set automatically. This queries the EBI&#8217;s web services for all the terms matching your search string, and when you select one, it retrieves all the human proteins associated with that term or any of its descendants by high-quality annotations (IDA, IEP, IGI, IMP, RCA, TAS). We would be grateful for any feedback on using this new experimental feature.</p>
<h3>Follow us on Twitter</h3>
<p>We now have a Twitter account where regular status updates appear: <a href="http://twitter.com/FuncNet">http://twitter.com/FuncNet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://funcnet.eu/new-features-in-funcnet-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FuncNet is undergoing upgrades</title>
		<link>http://funcnet.eu/funcnet-is-undergoing-upgrades/</link>
		<comments>http://funcnet.eu/funcnet-is-undergoing-upgrades/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 10:07:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Downtime]]></category>
		<category><![CDATA[front-end]]></category>

		<guid isPermaLink="false">http://funcnet.eu/?p=290</guid>
		<description><![CDATA[We are upgrading the front-end server to version 1.3 to add some new functionality. Services may undergo some disruption over the weekend of 23-24 January. An announcement will be posted here when the upgrades are complete.]]></description>
			<content:encoded><![CDATA[<p>We are upgrading the front-end server to version 1.3 to add some new functionality. Services may undergo some disruption over the weekend of 23-24 January. An announcement will be posted here when the upgrades are complete.</p>
]]></content:encoded>
			<wfw:commentRss>http://funcnet.eu/funcnet-is-undergoing-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FuncNet outage, 14-15 Dec</title>
		<link>http://funcnet.eu/funcnet-outage-14-15-dec/</link>
		<comments>http://funcnet.eu/funcnet-outage-14-15-dec/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 16:30:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Downtime]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[predictors]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://funcnet.eu/?p=281</guid>
		<description><![CDATA[The FuncNet front-end server and website, and the CODA, hiPPI and GECO predictors, will be unavailable from about 1700 GMT on Monday 14th of December, until about 1200 GMT on Tuesday 15th. This is due to electricity works at UCL.]]></description>
			<content:encoded><![CDATA[<p>The FuncNet front-end server and website, and the CODA, hiPPI and GECO predictors, will be unavailable from about 1700 GMT on Monday 14th of December, until about 1200 GMT on Tuesday 15th. This is due to electricity works at UCL.</p>
]]></content:encoded>
			<wfw:commentRss>http://funcnet.eu/funcnet-outage-14-15-dec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FuncNet planned maintenance</title>
		<link>http://funcnet.eu/funcnet-planned-maintenance/</link>
		<comments>http://funcnet.eu/funcnet-planned-maintenance/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 13:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Downtime]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[predictors]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://funcnet.eu/?p=278</guid>
		<description><![CDATA[The FuncNet front-end server and website, and the CODA, hiPPI and GECO predictors, will be unavailable from about 1600 GMT on Monday 23rd of November, until about 1000 GMT on Tuesday 24th. This is due to electricity works at UCL.]]></description>
			<content:encoded><![CDATA[<p>The FuncNet front-end server and website, and the CODA, hiPPI and GECO predictors, will be unavailable from about 1600 GMT on Monday 23rd of November, until about 1000 GMT on Tuesday 24th. This is due to electricity works at UCL.</p>
]]></content:encoded>
			<wfw:commentRss>http://funcnet.eu/funcnet-planned-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FuncNet back; PIPs down</title>
		<link>http://funcnet.eu/funcnet-back-pips-down/</link>
		<comments>http://funcnet.eu/funcnet-back-pips-down/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:17:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Downtime]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[predictors]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://funcnet.eu/?p=273</guid>
		<description><![CDATA[The FuncNet website and front-end server are now functioning normally. All services are also fully working, apart from PIPs which is down for maintenance.]]></description>
			<content:encoded><![CDATA[<p>The FuncNet website and front-end server are now functioning normally. All services are also fully working, apart from PIPs which is down for maintenance.</p>
]]></content:encoded>
			<wfw:commentRss>http://funcnet.eu/funcnet-back-pips-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FuncNet down for maintenance</title>
		<link>http://funcnet.eu/funcnet-down-for-maintenance/</link>
		<comments>http://funcnet.eu/funcnet-down-for-maintenance/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 12:07:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Downtime]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[predictors]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://funcnet.eu/?p=269</guid>
		<description><![CDATA[The FuncNet front-end server, this website, and the CODA, GECO and hiPPI prediction services, will all be going down for electrical engineering works at around 16:00 GMT tonight (2-Nov-09). We hope to bring them back online by around 10:00 tomorrow morning. Apologies for any inconvenience.]]></description>
			<content:encoded><![CDATA[<p>The FuncNet front-end server, this website, and the CODA, GECO and hiPPI prediction services, will all be going down for electrical engineering works at around 16:00 GMT tonight (2-Nov-09).</p>
<p>We hope to bring them back online by around 10:00 tomorrow morning.</p>
<p>Apologies for any inconvenience.</p>
]]></content:encoded>
			<wfw:commentRss>http://funcnet.eu/funcnet-down-for-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FuncNet 1.1 &#8212; now with access to underlying predictor results</title>
		<link>http://funcnet.eu/funcnet-11-now-with-access-to-underlying-predictor-results/</link>
		<comments>http://funcnet.eu/funcnet-11-now-with-access-to-underlying-predictor-results/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 15:39:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[front-end]]></category>

		<guid isPermaLink="false">http://funcnet.eu/?p=137</guid>
		<description><![CDATA[We are pleased to announce the release of FuncNet 1.1, which provides a new score retrieval operation &#8212; RetrieveCompleteScores. This supplies the overall Fisher&#8217;s Method score for each protein pair, as with RetrievePairwiseScores, but also gives you the scores from each predictor from which the overall scores were calculated. This enables service consumers to integrate [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the release of FuncNet 1.1, which provides a new score retrieval operation &#8212; <code>RetrieveCompleteScores</code>.</p>
<p>This supplies the overall Fisher&#8217;s Method score for each protein pair, as with <code>RetrievePairwiseScores</code>, but also gives you the scores from each predictor from which the overall scores were calculated. This enables service consumers to integrate FuncNet results with their own analysis methods at a finer level of granularity, and allows for filtering of predictors, score integration using alternative methods, etc.</p>
<p>When interpreting the results, remember that only the p-value for each prediction is comparable between predictors. The raw scores scales and distributions vary between predictors, and are provided for informational purposes only, and for complete transparency in case you want to train a classifier on them for example. Remember too that not all predictors actually yield a single raw score, in which case this field will be set to zero.</p>
<p>See the <a href="/wsdls/example-queries/">example queries page</a> for more details on this query.</p>
]]></content:encoded>
			<wfw:commentRss>http://funcnet.eu/funcnet-11-now-with-access-to-underlying-predictor-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

