<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[BBS Forums - All Forums]]></title>
		<link>http://bixsolutions.net/forum/</link>
		<description><![CDATA[BBS Forums - http://bixsolutions.net/forum]]></description>
		<pubDate>Sat, 04 Sep 2010 12:49:13 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Need some code for actual work flows]]></title>
			<link>http://bixsolutions.net/forum/thread-22.html</link>
			<pubDate>Tue, 31 Aug 2010 06:02:01 +0100</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-22.html</guid>
			<description><![CDATA[I read the book, the book is nice  and would be happy if the authors and readers make available code for workflows, Samuel, Bangalore, India<img src="http://bixsolutions.net/forum/images/smilies/rolleyes.gif" style="vertical-align: middle;" border="0" alt="Rolleyes" title="Rolleyes" />]]></description>
			<content:encoded><![CDATA[I read the book, the book is nice  and would be happy if the authors and readers make available code for workflows, Samuel, Bangalore, India<img src="http://bixsolutions.net/forum/images/smilies/rolleyes.gif" style="vertical-align: middle;" border="0" alt="Rolleyes" title="Rolleyes" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Perl CGI query]]></title>
			<link>http://bixsolutions.net/forum/thread-21.html</link>
			<pubDate>Tue, 20 Apr 2010 00:37:52 +0100</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-21.html</guid>
			<description><![CDATA[Hi there,<br />
<br />
Anyone have a preferred way to query a website like NCBI/Pubmed using CGI? <br />
<br />
For example, using the gene_query.html form given in the book:<br />
<br />
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"<br />
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;<br />
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;<br />
        &lt;head&gt;<br />
        &lt;title&gt;<br />
                Basic Web Form<br />
        &lt;/title&gt;<br />
        &lt;/head&gt;<br />
        &lt;body&gt;<br />
                &lt;h1&gt;<br />
                Basic Web Form Example<br />
                &lt;/h1&gt;<br />
                &lt;p&gt;<br />
                Please enter a gene name and click 'Search' to get a report of information for a gene.<br />
                &lt;/p&gt;<br />
                &lt;form action="/cgi-bin/gene_query.pl" method="get"&gt;<br />
                &lt;p&gt;<br />
                Gene:<br />
                &lt;input type="text" name="gene" size="15" /&gt;<br />
                &lt;input type="submit" value="Search" /&gt;<br />
                &lt;input type="reset" value="Clear" /&gt;<br />
                &lt;/p&gt;<br />
                &lt;/form&gt;<br />
        &lt;/body&gt;<br />
        &lt;/html&gt;<br />
<br />
In gene_query.pl what is the best technique to search Pubmed for all articles involving this gene?  <br />
<br />
Thanks,<br />
Shuraski]]></description>
			<content:encoded><![CDATA[Hi there,<br />
<br />
Anyone have a preferred way to query a website like NCBI/Pubmed using CGI? <br />
<br />
For example, using the gene_query.html form given in the book:<br />
<br />
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"<br />
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;<br />
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;<br />
        &lt;head&gt;<br />
        &lt;title&gt;<br />
                Basic Web Form<br />
        &lt;/title&gt;<br />
        &lt;/head&gt;<br />
        &lt;body&gt;<br />
                &lt;h1&gt;<br />
                Basic Web Form Example<br />
                &lt;/h1&gt;<br />
                &lt;p&gt;<br />
                Please enter a gene name and click 'Search' to get a report of information for a gene.<br />
                &lt;/p&gt;<br />
                &lt;form action="/cgi-bin/gene_query.pl" method="get"&gt;<br />
                &lt;p&gt;<br />
                Gene:<br />
                &lt;input type="text" name="gene" size="15" /&gt;<br />
                &lt;input type="submit" value="Search" /&gt;<br />
                &lt;input type="reset" value="Clear" /&gt;<br />
                &lt;/p&gt;<br />
                &lt;/form&gt;<br />
        &lt;/body&gt;<br />
        &lt;/html&gt;<br />
<br />
In gene_query.pl what is the best technique to search Pubmed for all articles involving this gene?  <br />
<br />
Thanks,<br />
Shuraski]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[R won't write output file]]></title>
			<link>http://bixsolutions.net/forum/thread-20.html</link>
			<pubDate>Thu, 18 Mar 2010 00:36:10 +0000</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-20.html</guid>
			<description><![CDATA[Greetings,<br />
I took a screen shot of the situation: modified r-test.pl for my local server. Set permissions to the tempfiles dir to 777, the perl seems to work, and CGI.pm, but R doesnt' seem to want to write the file. When I run the perl generated R script "by hand" R.app, it works fine. I can't seem to find the problem. Suggestions greatly appreciated. <img src="http://bixsolutions.net/forum/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" />]]></description>
			<content:encoded><![CDATA[Greetings,<br />
I took a screen shot of the situation: modified r-test.pl for my local server. Set permissions to the tempfiles dir to 777, the perl seems to work, and CGI.pm, but R doesnt' seem to want to write the file. When I run the perl generated R script "by hand" R.app, it works fine. I can't seem to find the problem. Suggestions greatly appreciated. <img src="http://bixsolutions.net/forum/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[dyld: lazy symbol binding failed: Symbol not found: _mysql_init]]></title>
			<link>http://bixsolutions.net/forum/thread-18.html</link>
			<pubDate>Thu, 11 Mar 2010 21:49:01 +0000</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-18.html</guid>
			<description><![CDATA[Greetings,<br />
Just installed MySQL-5.1.44-osx10.6-x86 via the dmg (package). Seemed to work fine. I also installed DBD::mysql, but had to use force to get it to install. <br />
When I run the cgi programming script on p.202-3 I get this error:<br />
dyld: lazy symbol binding failed: Symbol not found: _mysql_init<br />
  Referenced from: /Library/Perl/5.10.0/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle<br />
  Expected in: flat namespace<br />
<br />
dyld: Symbol not found: _mysql_init<br />
  Referenced from: /Library/Perl/5.10.0/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle<br />
  Expected in: flat namespace<br />
<br />
Trace/BPT trap<br />
<br />
The mysql package was  the 32 bit version, not the 64 bit version. <br />
Suggestions?<br />
<br />
thanks,]]></description>
			<content:encoded><![CDATA[Greetings,<br />
Just installed MySQL-5.1.44-osx10.6-x86 via the dmg (package). Seemed to work fine. I also installed DBD::mysql, but had to use force to get it to install. <br />
When I run the cgi programming script on p.202-3 I get this error:<br />
dyld: lazy symbol binding failed: Symbol not found: _mysql_init<br />
  Referenced from: /Library/Perl/5.10.0/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle<br />
  Expected in: flat namespace<br />
<br />
dyld: Symbol not found: _mysql_init<br />
  Referenced from: /Library/Perl/5.10.0/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle<br />
  Expected in: flat namespace<br />
<br />
Trace/BPT trap<br />
<br />
The mysql package was  the 32 bit version, not the 64 bit version. <br />
Suggestions?<br />
<br />
thanks,]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Enabling CGI in Mac OS X with Apache]]></title>
			<link>http://bixsolutions.net/forum/thread-17.html</link>
			<pubDate>Sat, 13 Feb 2010 20:37:11 +0000</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-17.html</guid>
			<description><![CDATA[Is anyone experienced at enabling CGI using XAMPP for Mac OS X? I would like to use perl to execute scripts from cgi-bin/ -- for example, those contained in this bioinformatics book.  However, after reading and rereading the on-line manuals, I continue to get:<br />
<br />
      Error 403 Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server.<br />
<br />
      Which tells me this is a permissions issue.<br />
<br />
      I believe my permissions are correct:<br />
<br />
      In cgi-bin/<br />
<br />
      -rwxr-xr-x 1 root admin 43 Jan 28 07:06 form_query.pl<br />
<br />
      In the error_log:<br />
<br />
      in error_log: Options ExecCGI is off in this directory/Applications/XAMPP/xamppfiles/cgi-bin/form_query.pl<br />
<br />
      So, I go to httpd.conf to turn ExecCGI on:<br />
<br />
      Lines from httpd.conf file:<br />
<br />
      ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*&#36;) "/Library/WebServe +r/CGI-Executables/&#36;1"<br />
<br />
<br />
      AddHandler cgi-script .cgi .pl <br />
# "/Library/WebServer/CGI-Executables" should be changed to whatever y +our ScriptAliased # CGI directory exists, if you have that configured. # &lt;Directory "/Library/WebServer/CGI-Executables"&gt; AllowOverride None Options ExecCGI Order allow,deny Allow from all &lt;/Directory&gt;<br />
 <br />
<br />
      That did not work, so I tried enabling CGI in the directory that my cgi executable files are in:<br />
<br />
      &lt;Directory "/Applications/XAMPP/xamppfiles/cgi-bin/"&gt;<br />
        AllowOverride None<br />
        Options Indexes FollowSymLinks MultiViews ExecCGI<br />
        Order allow,deny<br />
        Allow from all<br />
       &lt;/Directory&gt;<br />
      <br />
<br />
      But still the 403 error persists<br />
<br />
      Could the problem be here? When calling ls -l in the XAMPP directory:<br />
<br />
      drwxr-xr-x 3 user admin 102 Aug 16 07:35 XAMPP Control.app<br />
       lrwxr-xr-x 1 user admin 18 Sep 27 09:49 cgi-bin -&gt; xamppfiles/cgi-bin  <br />
      lrwxr-xr-x@ 1 user admin 14 Sep 27 09:49 etc -&gt; xamppfiles/etc<br />
      lrwxr-xr-x 1 user admin 17 Sep 27 09:49 htdocs -&gt; xamppfiles/htdocs <br />
      lrwxr-xr-x@ 1 user admin 15 Sep 27 09:49 logs -&gt; xamppfiles/logs<br />
      drwxr-xr-x@ 23 root admin 782 Aug 16 07:36 xamppfiles<br />
<br />
<br />
      Is there a problem with the Symlinks? Any help would be very much appreciated. <br />
<br />
Has anyone else had this problem, and successfully solved it?<br />
<br />
      I am running Mac OS X 10.5.7, with XAMPP for Mac OS X (Apache 2.0, Perl5, mod_perl 2.0.4)<br />
<br />
      Thank you!]]></description>
			<content:encoded><![CDATA[Is anyone experienced at enabling CGI using XAMPP for Mac OS X? I would like to use perl to execute scripts from cgi-bin/ -- for example, those contained in this bioinformatics book.  However, after reading and rereading the on-line manuals, I continue to get:<br />
<br />
      Error 403 Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server.<br />
<br />
      Which tells me this is a permissions issue.<br />
<br />
      I believe my permissions are correct:<br />
<br />
      In cgi-bin/<br />
<br />
      -rwxr-xr-x 1 root admin 43 Jan 28 07:06 form_query.pl<br />
<br />
      In the error_log:<br />
<br />
      in error_log: Options ExecCGI is off in this directory/Applications/XAMPP/xamppfiles/cgi-bin/form_query.pl<br />
<br />
      So, I go to httpd.conf to turn ExecCGI on:<br />
<br />
      Lines from httpd.conf file:<br />
<br />
      ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*&#36;) "/Library/WebServe +r/CGI-Executables/&#36;1"<br />
<br />
<br />
      AddHandler cgi-script .cgi .pl <br />
# "/Library/WebServer/CGI-Executables" should be changed to whatever y +our ScriptAliased # CGI directory exists, if you have that configured. # &lt;Directory "/Library/WebServer/CGI-Executables"&gt; AllowOverride None Options ExecCGI Order allow,deny Allow from all &lt;/Directory&gt;<br />
 <br />
<br />
      That did not work, so I tried enabling CGI in the directory that my cgi executable files are in:<br />
<br />
      &lt;Directory "/Applications/XAMPP/xamppfiles/cgi-bin/"&gt;<br />
        AllowOverride None<br />
        Options Indexes FollowSymLinks MultiViews ExecCGI<br />
        Order allow,deny<br />
        Allow from all<br />
       &lt;/Directory&gt;<br />
      <br />
<br />
      But still the 403 error persists<br />
<br />
      Could the problem be here? When calling ls -l in the XAMPP directory:<br />
<br />
      drwxr-xr-x 3 user admin 102 Aug 16 07:35 XAMPP Control.app<br />
       lrwxr-xr-x 1 user admin 18 Sep 27 09:49 cgi-bin -&gt; xamppfiles/cgi-bin  <br />
      lrwxr-xr-x@ 1 user admin 14 Sep 27 09:49 etc -&gt; xamppfiles/etc<br />
      lrwxr-xr-x 1 user admin 17 Sep 27 09:49 htdocs -&gt; xamppfiles/htdocs <br />
      lrwxr-xr-x@ 1 user admin 15 Sep 27 09:49 logs -&gt; xamppfiles/logs<br />
      drwxr-xr-x@ 23 root admin 782 Aug 16 07:36 xamppfiles<br />
<br />
<br />
      Is there a problem with the Symlinks? Any help would be very much appreciated. <br />
<br />
Has anyone else had this problem, and successfully solved it?<br />
<br />
      I am running Mac OS X 10.5.7, with XAMPP for Mac OS X (Apache 2.0, Perl5, mod_perl 2.0.4)<br />
<br />
      Thank you!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Erratum for GROUP BY section (page 61)]]></title>
			<link>http://bixsolutions.net/forum/thread-15.html</link>
			<pubDate>Fri, 31 Jul 2009 11:13:52 +0100</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-15.html</guid>
			<description><![CDATA[In the first print run of the book, the description of GROUP BY on page 61 is potentially misleading as the ordering of results described may not be repeatable for other data.<br />
<br />
To fix this, in the second print run we replaced the section that starts with "If we wanted to ..." and ends with "... the cost of that kit." (just before the "JOIN" heading) with the following:<br />
<br />
<blockquote><cite>Quote:</cite>However, if we wanted to know the maximum kit cost from each manufacturer, this method could require a lot of manual inspection of the table. Instead, we would use:<br />
<br />
<span style="font-family: Courier;">SELECT manufacturer, MAX(kit_cost)<br />
FROM Kit<br />
GROUP BY manufacturer;</span><br />
<br />
This will return a two-column table; the first column containing the name of each manufacturer and the second the cost of their most expensive kit.</blockquote>
<br />
Unfortunately we cannot simply get the name of the most expensive kit from that manufacturer by entering the following:<br />
<br />
<span style="font-family: Courier;">SELECT manufacturer, name, MAX(kit_cost)<br />
FROM Kit<br />
GROUP BY manufacturer;</span><br />
<br />
expecting that it will return a three-column table; the first column containing the manufacturer, the second the name of their most expensive kit and the third the cost of that kit. This does not necessarily return the correct result as the kit name retrieved and shown is not logically linked to the result of the <span style="font-family: Courier;">MAX(kit_cost)</span> operation.<br />
<br />
To ensure that we do get the name of the most expensive kit we can first create a temporary table ordered by <span style="font-family: Courier;">kit_cost</span> and then apply the above selection to this temporary table:<br />
<br />
<span style="font-family: Courier;">CREATE TEMPORARY TABLE Ordered_kit<br />
SELECT manufacturer, name, kit_cost<br />
FROM Kit<br />
ORDER BY kit_cost DESC;<br />
<br />
SELECT manufacturer, name, MAX(kit_cost)<br />
FROM Ordered_kit<br />
GROUP BY manufacturer;</span><br />
<br />
As this is a temporary table, it will disappear when the database session is ended.]]></description>
			<content:encoded><![CDATA[In the first print run of the book, the description of GROUP BY on page 61 is potentially misleading as the ordering of results described may not be repeatable for other data.<br />
<br />
To fix this, in the second print run we replaced the section that starts with "If we wanted to ..." and ends with "... the cost of that kit." (just before the "JOIN" heading) with the following:<br />
<br />
<blockquote><cite>Quote:</cite>However, if we wanted to know the maximum kit cost from each manufacturer, this method could require a lot of manual inspection of the table. Instead, we would use:<br />
<br />
<span style="font-family: Courier;">SELECT manufacturer, MAX(kit_cost)<br />
FROM Kit<br />
GROUP BY manufacturer;</span><br />
<br />
This will return a two-column table; the first column containing the name of each manufacturer and the second the cost of their most expensive kit.</blockquote>
<br />
Unfortunately we cannot simply get the name of the most expensive kit from that manufacturer by entering the following:<br />
<br />
<span style="font-family: Courier;">SELECT manufacturer, name, MAX(kit_cost)<br />
FROM Kit<br />
GROUP BY manufacturer;</span><br />
<br />
expecting that it will return a three-column table; the first column containing the manufacturer, the second the name of their most expensive kit and the third the cost of that kit. This does not necessarily return the correct result as the kit name retrieved and shown is not logically linked to the result of the <span style="font-family: Courier;">MAX(kit_cost)</span> operation.<br />
<br />
To ensure that we do get the name of the most expensive kit we can first create a temporary table ordered by <span style="font-family: Courier;">kit_cost</span> and then apply the above selection to this temporary table:<br />
<br />
<span style="font-family: Courier;">CREATE TEMPORARY TABLE Ordered_kit<br />
SELECT manufacturer, name, kit_cost<br />
FROM Kit<br />
ORDER BY kit_cost DESC;<br />
<br />
SELECT manufacturer, name, MAX(kit_cost)<br />
FROM Ordered_kit<br />
GROUP BY manufacturer;</span><br />
<br />
As this is a temporary table, it will disappear when the database session is ended.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA['R' Guide (pdf).]]></title>
			<link>http://bixsolutions.net/forum/thread-13.html</link>
			<pubDate>Sun, 19 Apr 2009 02:02:02 +0100</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-13.html</guid>
			<description><![CDATA[Hi.<br />
<br />
I thought the following document might be beneficial for those of us learning R:<br />
<br />
<a href="http://heather.cs.ucdavis.edu/~matloff/R/RProg.pdf" target="_blank">http://heather.cs.ucdavis.edu/~matloff/R/RProg.pdf</a><br />
<br />
Thanks,<br />
<br />
Caitlin]]></description>
			<content:encoded><![CDATA[Hi.<br />
<br />
I thought the following document might be beneficial for those of us learning R:<br />
<br />
<a href="http://heather.cs.ucdavis.edu/~matloff/R/RProg.pdf" target="_blank">http://heather.cs.ucdavis.edu/~matloff/R/RProg.pdf</a><br />
<br />
Thanks,<br />
<br />
Caitlin]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Apache &#x26; mod_perl on Mac OS X Leopard]]></title>
			<link>http://bixsolutions.net/forum/thread-11.html</link>
			<pubDate>Wed, 18 Feb 2009 19:13:11 +0000</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-11.html</guid>
			<description><![CDATA[I am trying to install Ensembl on an Intel Core 2 Duo iMac which runs OS X 10.5.6. I notice that Ensembl require Apache 2 and mod_perl 2. I wonder does OS X 10.5.6 come with mod_perl 2, and if it does not, how can I install it?]]></description>
			<content:encoded><![CDATA[I am trying to install Ensembl on an Intel Core 2 Duo iMac which runs OS X 10.5.6. I notice that Ensembl require Apache 2 and mod_perl 2. I wonder does OS X 10.5.6 come with mod_perl 2, and if it does not, how can I install it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bioinformatician (Genomic Profiling) Position at Pfizer]]></title>
			<link>http://bixsolutions.net/forum/thread-10.html</link>
			<pubDate>Wed, 11 Feb 2009 10:26:53 +0000</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-10.html</guid>
			<description><![CDATA[<blockquote><cite>Quote:</cite><span style="font-weight: bold;">Bioinformatician: Genomic Profiling</span><br />
<br />
An exciting opportunity has arisen within the new Pfizer Regenerative Medicine unit in Cambridge, UK for a skilled computational scientist to assist in the analysis and interpretation of large-scale molecular profiling data. Our goal is to understand the molecular events concerning stem-cell differentiation and identify novel mechanisms to promote the generation of specific cell types. As part of this work we will be performing extensive molecular profiling studies and are seeking a computational biologist with experience in this area. The successful candidate will be working on a diverse range of projects investigating the pathways controlling the generation of therapeutically-relevant cell types and the identification of potential therapeutic targets.<br />
<br />
We are specifically interested in anyone candidates with knowledge of techniques such as micro-RNA, microarray, ChIP-ChIP, ChIP-Seq, next generation sequencing and epigenetic profiling analyses. The ideal candidate would be able to demonstrate previous experience in processing and downstream analysis of such data, ideally using multiple different datasets. The candidate will also need to demonstrate an understanding of good experimental design, considering the issues with regards to replicates, time-studies and use of appropriate controls. A solid background in statistical analysis of molecular profiling is essential and candidates should be proficient in the use of systems such as R/Bioconductor. Awareness of the issues and practical steps concerning integration of multiple datasets would also be desirable, as would previous use of integration and analysis tools. An ability to communicate findings to group is essential, as is an interest in the biological application of such data such as pathway and systems analysis.  <br />
<br />
Pfizer Regenerative Medicine is a new research unit working at the forefront of science using the latest developments in stem cell biology to bring novel treatments straight to patients to prevent disability, repair failing organs, treat degenerative diseases and even slow down parts of the ageing process. We work within the Guidelines developed by the National Academy of Sciences in the USA and equivalent organisations around the world. Pfizer Regenerative Medicine, has been set up as an entrepreneurial business unit in the UK and US to focus on delivering a new generation of innovative medicinal products. For us, this is the start of a new era of medicine â€“ and Pfizer Regenerative Medicine will not only be part of it, but shape it.<br />
<br />
Key Skills: Molecular Profiling/â€™omics/high-throughput technologies; Microarray/Epigenetics/Next generation sequencing; bioinformatics; computational biology; statistical analysis; R/Bioconductor; Ensembl; GO/GSEA; Solexa/Illumina/Affymetrix/454.<br />
<br />
<br />
To find out more and to apply visit <a href="http://www.pfizer.co.uk/careers" target="_blank">http://www.pfizer.co.uk/careers</a> and enter the job opening I.D. 929568<br />
<br />
Closing date: 26th February 2009. <br />
<br />
Weâ€™re proud to be an equal opportunity employer and welcome applications from people with different experiences, backgrounds and ethnic origins.</blockquote>
]]></description>
			<content:encoded><![CDATA[<blockquote><cite>Quote:</cite><span style="font-weight: bold;">Bioinformatician: Genomic Profiling</span><br />
<br />
An exciting opportunity has arisen within the new Pfizer Regenerative Medicine unit in Cambridge, UK for a skilled computational scientist to assist in the analysis and interpretation of large-scale molecular profiling data. Our goal is to understand the molecular events concerning stem-cell differentiation and identify novel mechanisms to promote the generation of specific cell types. As part of this work we will be performing extensive molecular profiling studies and are seeking a computational biologist with experience in this area. The successful candidate will be working on a diverse range of projects investigating the pathways controlling the generation of therapeutically-relevant cell types and the identification of potential therapeutic targets.<br />
<br />
We are specifically interested in anyone candidates with knowledge of techniques such as micro-RNA, microarray, ChIP-ChIP, ChIP-Seq, next generation sequencing and epigenetic profiling analyses. The ideal candidate would be able to demonstrate previous experience in processing and downstream analysis of such data, ideally using multiple different datasets. The candidate will also need to demonstrate an understanding of good experimental design, considering the issues with regards to replicates, time-studies and use of appropriate controls. A solid background in statistical analysis of molecular profiling is essential and candidates should be proficient in the use of systems such as R/Bioconductor. Awareness of the issues and practical steps concerning integration of multiple datasets would also be desirable, as would previous use of integration and analysis tools. An ability to communicate findings to group is essential, as is an interest in the biological application of such data such as pathway and systems analysis.  <br />
<br />
Pfizer Regenerative Medicine is a new research unit working at the forefront of science using the latest developments in stem cell biology to bring novel treatments straight to patients to prevent disability, repair failing organs, treat degenerative diseases and even slow down parts of the ageing process. We work within the Guidelines developed by the National Academy of Sciences in the USA and equivalent organisations around the world. Pfizer Regenerative Medicine, has been set up as an entrepreneurial business unit in the UK and US to focus on delivering a new generation of innovative medicinal products. For us, this is the start of a new era of medicine â€“ and Pfizer Regenerative Medicine will not only be part of it, but shape it.<br />
<br />
Key Skills: Molecular Profiling/â€™omics/high-throughput technologies; Microarray/Epigenetics/Next generation sequencing; bioinformatics; computational biology; statistical analysis; R/Bioconductor; Ensembl; GO/GSEA; Solexa/Illumina/Affymetrix/454.<br />
<br />
<br />
To find out more and to apply visit <a href="http://www.pfizer.co.uk/careers" target="_blank">http://www.pfizer.co.uk/careers</a> and enter the job opening I.D. 929568<br />
<br />
Closing date: 26th February 2009. <br />
<br />
Weâ€™re proud to be an equal opportunity employer and welcome applications from people with different experiences, backgrounds and ethnic origins.</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Research Associate (Bioinformatician) Position at UCL]]></title>
			<link>http://bixsolutions.net/forum/thread-9.html</link>
			<pubDate>Thu, 05 Feb 2009 18:44:55 +0000</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-9.html</guid>
			<description><![CDATA[I got forwarded this by a friend today:<br />
<br />
<blockquote><cite>Quote:</cite><span style="font-weight: bold;">Research Associate (Bioinformatician)</span><br />
<br />
Applications are invited for a Research Associate (Bioinformatician) to join a Wellcome Trust funded collaboration between laboratories from University College London (Linda Partridge, Dominic Withers, David Gems) and the European Bioinformatics Institute (Janet Thornton). The position will be based at the European Bioinformatics Institute, near Cambridge.<br />
<br />
The goals of the programme are to understand how single gene mutations in the insulin/Igf-like signalling pathway extend healthy lifespan and ameliorate ageing-related disease. A variety of approaches, including functional genomic, are used, and experimental systems include nematode worms, fruit flies and mice. Working with two colleagues in the bioinformatics team, the appointee will have the opportunity to be fully involved in the research programme, to develop individual research projects and to develop methods for addressing new technologies.<br />
<br />
The successful applicant will have some combination of the following:<br />
<br />
A post-graduate degree (MSc or PhD) Experience in bioinformatics, especially microarray analysis String programming skills in at least one of Perl, Python, Java or C/C++ Knowledge of statistics and experience in using statistical software, such as R or an equivalent Experience of working in a Unix environment Good communication skills and an ability to work in an inter-disciplinary research environment<br />
<br />
The position will require regular day trips to London to attend meetings with UCL-based project members.<br />
<br />
The post is at Grade 7: Â£28,839 - Â£35,469 per annum plus Â£2,781 per annum London Allowance. The position is available immediately. The appointment is funded until July 2013.<br />
<br />
Application Process:<br />
<br />
It is essential that candidates first read the Job Description and Person Specification. Please ensure that your skills and experience meet the criteria outlined before applying.<br />
<br />
Visit <a href="http://www.ucl.ac.uk/iha" target="_blank">http://www.ucl.ac.uk/iha</a> where you can view the Job Description and Person Specification, and download the UCL Application Form and Equal Opportunities Monitoring Form. These two forms must be completed and sent - accompanied by a covering letter, a current CV and details of three referees - either via email to Julie Black at ucbhlof@ucl.ac.uk or by post to Prof. Linda Partridge, c/o Julie Black, Institute for Healthy Ageing, Department of Genetics, Evolution and Environment, Darwin Building, University College London, Gower Street, London WC1E 6BT.<br />
<br />
Please note that the closing date for applications is Monday 23 February 2009 with interviews scheduled to take place in Cambridge on Friday 20 March 2009.<br />
<br />
UCL Taking Action For Equality.<br />
<br />
The closing date for applications is Monday, 23rd February 2009.</blockquote>
]]></description>
			<content:encoded><![CDATA[I got forwarded this by a friend today:<br />
<br />
<blockquote><cite>Quote:</cite><span style="font-weight: bold;">Research Associate (Bioinformatician)</span><br />
<br />
Applications are invited for a Research Associate (Bioinformatician) to join a Wellcome Trust funded collaboration between laboratories from University College London (Linda Partridge, Dominic Withers, David Gems) and the European Bioinformatics Institute (Janet Thornton). The position will be based at the European Bioinformatics Institute, near Cambridge.<br />
<br />
The goals of the programme are to understand how single gene mutations in the insulin/Igf-like signalling pathway extend healthy lifespan and ameliorate ageing-related disease. A variety of approaches, including functional genomic, are used, and experimental systems include nematode worms, fruit flies and mice. Working with two colleagues in the bioinformatics team, the appointee will have the opportunity to be fully involved in the research programme, to develop individual research projects and to develop methods for addressing new technologies.<br />
<br />
The successful applicant will have some combination of the following:<br />
<br />
A post-graduate degree (MSc or PhD) Experience in bioinformatics, especially microarray analysis String programming skills in at least one of Perl, Python, Java or C/C++ Knowledge of statistics and experience in using statistical software, such as R or an equivalent Experience of working in a Unix environment Good communication skills and an ability to work in an inter-disciplinary research environment<br />
<br />
The position will require regular day trips to London to attend meetings with UCL-based project members.<br />
<br />
The post is at Grade 7: Â£28,839 - Â£35,469 per annum plus Â£2,781 per annum London Allowance. The position is available immediately. The appointment is funded until July 2013.<br />
<br />
Application Process:<br />
<br />
It is essential that candidates first read the Job Description and Person Specification. Please ensure that your skills and experience meet the criteria outlined before applying.<br />
<br />
Visit <a href="http://www.ucl.ac.uk/iha" target="_blank">http://www.ucl.ac.uk/iha</a> where you can view the Job Description and Person Specification, and download the UCL Application Form and Equal Opportunities Monitoring Form. These two forms must be completed and sent - accompanied by a covering letter, a current CV and details of three referees - either via email to Julie Black at ucbhlof@ucl.ac.uk or by post to Prof. Linda Partridge, c/o Julie Black, Institute for Healthy Ageing, Department of Genetics, Evolution and Environment, Darwin Building, University College London, Gower Street, London WC1E 6BT.<br />
<br />
Please note that the closing date for applications is Monday 23 February 2009 with interviews scheduled to take place in Cambridge on Friday 20 March 2009.<br />
<br />
UCL Taking Action For Equality.<br />
<br />
The closing date for applications is Monday, 23rd February 2009.</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Install MySQL and DBD::MySQL on Mac OS X]]></title>
			<link>http://bixsolutions.net/forum/thread-8.html</link>
			<pubDate>Mon, 02 Feb 2009 23:38:34 +0000</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-8.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">(16 March 2010) Edit - it seems that installing MySQL and DBD::MySQL got a little more complicated in Snow Leopard... (Mac OS X 10.6) I'll put up some new instructions in the next week or so specific to Snow Leopard.</span><br />
<br />
In chapter 3 we promised to keep a guide to installing DBD::MySQL on Mac OS X up to date on the website as in the past (on older versions of Mac OS X) this has been at best a tricky operation, and at other times a down right pain.  Sorry it has taken a while to materialize (the book has been out several months already), but we hope this should do the trick.<br />
<br />
All of the following was carried out on Mac OS X 10.5 (Leopard), if you have an older version of OS X the instructions should still work but if you get any problems let me know in your reply what version of OS X you are using. <img src="http://bixsolutions.net/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
Right, onto the information that you need.  Getting DBD::MySQL set-up and ready for use is a two step process, first we must install MySQL itself as this is needed to compile the DBD drivers against, then second we shall build and install the DBD drivers.<br />
<br />
<span style="font-weight: bold;"><span style="font-size: large;">Installing MySQL</span></span><br />
<br />
There are several ways that you can install MySQL on Mac OS X:<br />
<ul>
<li>Install binary packages from <a href="http://mysql.com" target="_blank">MySQL</a></li>
<li>Build it from source</li>
<li>Build and install it using <a href="http://macports.com" target="_blank">MacPorts</a></li>
<li>Install it using <a href="http://www.finkproject.org/" target="_blank">Fink</a><br />
</li></ul>
<br />
All have their merits and different people have their preferences for which option they would choose, but for simplicity we're going to go with the binary package install from MySQL.  If you would prefer instructions for the other methods, let me know (by replying to the thread) and I'll put something together.<br />
<br />
First head on over to the <a href="http://dev.mysql.com/downloads/mysql/5.1.html#macosx-dmg" target="_blank">MySQL 5.1 download page</a> (the most recent version at the time of writing), and download the 'Mac OS X (package format)' installer for the type of processor you have in your Mac.<br />
<br />
Once you have the image, it's a simple Mac .pkg installer to install MySQL and all of its tools.  In the image file you will also notice two other files: 'MySQL.prefpane' and 'MySQLStartupitem.pkg'.  Double-click the first file 'MySQL.prefpane' - this will install an entry in your System Preferences to allow you to stop and start your new MySQL server.  Once you have installed this preference pane, start your MySQl server.<br />
<br />
The other package (MySQLStartupitem.pkg) is for if you would like MySQL to start on system boot - I personally prefer to leave MySQL off and only start it when I need it, but if you want to install this please go ahead.<br />
<br />
Now we just need to do a small bit of set-up before moving on with the Perl side of things...<br />
<br />
First we need to give the MySQL root user a password.  Open up the terminal and issue the following command (ignore the '&#36;' - that is there to signify the bash prompt) and substitute in the password you would like to use:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; mysqladmin -u root password NEW_ROOT_PASSWORD</code></div></div>
<br />
Now log into MySQL with the root user and your new password to check that it has worked.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; mysql -u root -p</code></div></div>
<br />
Finally, I prefer to use a separate account to the root user to admin my databases, if you'd like to do the same, set up your account with something like the following (ignore the 'mysql&gt;' - that's to signify we're at the MySQL prompt):<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>mysql&gt; grant all privileges on *.* to 'daz'@'localhost' identified by 'YOUR_PASSWORD';</code></div></div>
<br />
That's MySQL set-up and running, now let's move onto the Perl!<br />
<br />
<span style="font-weight: bold;"><span style="font-size: large;">Install DBD::MySQL</span></span><br />
<br />
We're going to use Cpan (Cpan.pm to be exact) to do most of the hard work for us, so let's fire up cpan by typing the following in the Terminal:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; perl -MCPAN -e 'shell'</code></div></div>
<br />
If this is the first time you've used the Cpan module on your Mac you will be asked about configuring your Cpan set-up, something like the following will be in front of you:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Are you ready for manual configuration? [yes&#93;</code></div></div>
<br />
At this point what you do is up to you - you can try to configure all of your settings manually, (there's quite a lot to configure), but I normally just answer 'no' and hit return. The Cpan module does a pretty good job of auto-configuring itself.<br />
<br />
Next we shall fetch the packages we need (ignore the 'cpan&gt;' - it's there to signify we're at the cpan prompt):<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>cpan&gt; get DBI<br />
cpan&gt; get DBD::mysql<br />
cpan&gt; exit</code></div></div>
<br />
All we have done so far is fetch our packages, there is a reason for this - you need admin privileges to install, so let's do this now.  First install DBI:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; sudo perl -MCPAN -e 'install DBI'</code></div></div>
<br />
Unfortunately, this is where things are not as straight-forward, DBD::mysql will not install if we try the same trick as it needs to connect to a MySQL database and perform tests to confirm things will work, but the Cpan module does not know about your connection details.  So instead we are going to use the files Cpan downloaded and build DBD::mysql ourselves.<br />
<br />
First cd into the directory that the Cpan module created when we told it to 'get DBD::mysql'.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; cd ~/.cpan/build/DBD-mysql-4.010/</code></div></div>
<br />
If this doesn't work for you cd into '~/.cpan/build' and have a look for the directory - your version numbers may be different.<br />
<br />
Next we shall configure the build - in the next command substitute in your login details for your MySQL server that you have just set-up:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; perl Makefile.PL --testuser='daz' --testpassword='YOUR_PASSWORD'</code></div></div>
<br />
Now follow up with the next three commands:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; make<br />
&#36; make test<br />
&#36; sudo make install</code></div></div>
<br />
This completes the build and install of DBD::mysql!  Not too bad in the end was it?!?  Finally, let's just confirm that things are working copy the code below into a Perl script, change the login details to the details for your server and run it.  If things have gone okay you should have a series of user names (mostly 'root') printed in front of you.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>#! /usr/bin/perl<br />
<br />
use strict;<br />
use warnings;<br />
<br />
use DBI;<br />
use DBD::MySQL;<br />
<br />
my &#36;dbh=DBI-&gt;connect(<br />
&nbsp;&nbsp;"DBI:mysql:database=mysql;host=localhost",<br />
&nbsp;&nbsp;"daz",<br />
&nbsp;&nbsp;"YOUR_PASSWORD"<br />
) || die "Error connecting to database: &#36;!&#92;n";<br />
<br />
my &#36;sth = &#36;dbh-&gt;prepare("SELECT * FROM user");<br />
<br />
&#36;sth-&gt;execute();<br />
<br />
while (my &#36;ref = &#36;sth-&gt;fetchrow_arrayref) {<br />
&nbsp;&nbsp;print &#36;ref-&gt;[1&#93; . "&#92;n";<br />
}<br />
<br />
exit;</code></div></div>
]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">(16 March 2010) Edit - it seems that installing MySQL and DBD::MySQL got a little more complicated in Snow Leopard... (Mac OS X 10.6) I'll put up some new instructions in the next week or so specific to Snow Leopard.</span><br />
<br />
In chapter 3 we promised to keep a guide to installing DBD::MySQL on Mac OS X up to date on the website as in the past (on older versions of Mac OS X) this has been at best a tricky operation, and at other times a down right pain.  Sorry it has taken a while to materialize (the book has been out several months already), but we hope this should do the trick.<br />
<br />
All of the following was carried out on Mac OS X 10.5 (Leopard), if you have an older version of OS X the instructions should still work but if you get any problems let me know in your reply what version of OS X you are using. <img src="http://bixsolutions.net/forum/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
Right, onto the information that you need.  Getting DBD::MySQL set-up and ready for use is a two step process, first we must install MySQL itself as this is needed to compile the DBD drivers against, then second we shall build and install the DBD drivers.<br />
<br />
<span style="font-weight: bold;"><span style="font-size: large;">Installing MySQL</span></span><br />
<br />
There are several ways that you can install MySQL on Mac OS X:<br />
<ul>
<li>Install binary packages from <a href="http://mysql.com" target="_blank">MySQL</a></li>
<li>Build it from source</li>
<li>Build and install it using <a href="http://macports.com" target="_blank">MacPorts</a></li>
<li>Install it using <a href="http://www.finkproject.org/" target="_blank">Fink</a><br />
</li></ul>
<br />
All have their merits and different people have their preferences for which option they would choose, but for simplicity we're going to go with the binary package install from MySQL.  If you would prefer instructions for the other methods, let me know (by replying to the thread) and I'll put something together.<br />
<br />
First head on over to the <a href="http://dev.mysql.com/downloads/mysql/5.1.html#macosx-dmg" target="_blank">MySQL 5.1 download page</a> (the most recent version at the time of writing), and download the 'Mac OS X (package format)' installer for the type of processor you have in your Mac.<br />
<br />
Once you have the image, it's a simple Mac .pkg installer to install MySQL and all of its tools.  In the image file you will also notice two other files: 'MySQL.prefpane' and 'MySQLStartupitem.pkg'.  Double-click the first file 'MySQL.prefpane' - this will install an entry in your System Preferences to allow you to stop and start your new MySQL server.  Once you have installed this preference pane, start your MySQl server.<br />
<br />
The other package (MySQLStartupitem.pkg) is for if you would like MySQL to start on system boot - I personally prefer to leave MySQL off and only start it when I need it, but if you want to install this please go ahead.<br />
<br />
Now we just need to do a small bit of set-up before moving on with the Perl side of things...<br />
<br />
First we need to give the MySQL root user a password.  Open up the terminal and issue the following command (ignore the '&#36;' - that is there to signify the bash prompt) and substitute in the password you would like to use:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; mysqladmin -u root password NEW_ROOT_PASSWORD</code></div></div>
<br />
Now log into MySQL with the root user and your new password to check that it has worked.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; mysql -u root -p</code></div></div>
<br />
Finally, I prefer to use a separate account to the root user to admin my databases, if you'd like to do the same, set up your account with something like the following (ignore the 'mysql&gt;' - that's to signify we're at the MySQL prompt):<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>mysql&gt; grant all privileges on *.* to 'daz'@'localhost' identified by 'YOUR_PASSWORD';</code></div></div>
<br />
That's MySQL set-up and running, now let's move onto the Perl!<br />
<br />
<span style="font-weight: bold;"><span style="font-size: large;">Install DBD::MySQL</span></span><br />
<br />
We're going to use Cpan (Cpan.pm to be exact) to do most of the hard work for us, so let's fire up cpan by typing the following in the Terminal:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; perl -MCPAN -e 'shell'</code></div></div>
<br />
If this is the first time you've used the Cpan module on your Mac you will be asked about configuring your Cpan set-up, something like the following will be in front of you:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Are you ready for manual configuration? [yes]</code></div></div>
<br />
At this point what you do is up to you - you can try to configure all of your settings manually, (there's quite a lot to configure), but I normally just answer 'no' and hit return. The Cpan module does a pretty good job of auto-configuring itself.<br />
<br />
Next we shall fetch the packages we need (ignore the 'cpan&gt;' - it's there to signify we're at the cpan prompt):<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>cpan&gt; get DBI<br />
cpan&gt; get DBD::mysql<br />
cpan&gt; exit</code></div></div>
<br />
All we have done so far is fetch our packages, there is a reason for this - you need admin privileges to install, so let's do this now.  First install DBI:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; sudo perl -MCPAN -e 'install DBI'</code></div></div>
<br />
Unfortunately, this is where things are not as straight-forward, DBD::mysql will not install if we try the same trick as it needs to connect to a MySQL database and perform tests to confirm things will work, but the Cpan module does not know about your connection details.  So instead we are going to use the files Cpan downloaded and build DBD::mysql ourselves.<br />
<br />
First cd into the directory that the Cpan module created when we told it to 'get DBD::mysql'.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; cd ~/.cpan/build/DBD-mysql-4.010/</code></div></div>
<br />
If this doesn't work for you cd into '~/.cpan/build' and have a look for the directory - your version numbers may be different.<br />
<br />
Next we shall configure the build - in the next command substitute in your login details for your MySQL server that you have just set-up:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; perl Makefile.PL --testuser='daz' --testpassword='YOUR_PASSWORD'</code></div></div>
<br />
Now follow up with the next three commands:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&#36; make<br />
&#36; make test<br />
&#36; sudo make install</code></div></div>
<br />
This completes the build and install of DBD::mysql!  Not too bad in the end was it?!?  Finally, let's just confirm that things are working copy the code below into a Perl script, change the login details to the details for your server and run it.  If things have gone okay you should have a series of user names (mostly 'root') printed in front of you.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>#! /usr/bin/perl<br />
<br />
use strict;<br />
use warnings;<br />
<br />
use DBI;<br />
use DBD::MySQL;<br />
<br />
my &#36;dbh=DBI-&gt;connect(<br />
&nbsp;&nbsp;"DBI:mysql:database=mysql;host=localhost",<br />
&nbsp;&nbsp;"daz",<br />
&nbsp;&nbsp;"YOUR_PASSWORD"<br />
) || die "Error connecting to database: &#36;!&#92;n";<br />
<br />
my &#36;sth = &#36;dbh-&gt;prepare("SELECT * FROM user");<br />
<br />
&#36;sth-&gt;execute();<br />
<br />
while (my &#36;ref = &#36;sth-&gt;fetchrow_arrayref) {<br />
&nbsp;&nbsp;print &#36;ref-&gt;[1] . "&#92;n";<br />
}<br />
<br />
exit;</code></div></div>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Biocep]]></title>
			<link>http://bixsolutions.net/forum/thread-6.html</link>
			<pubDate>Thu, 18 Dec 2008 18:13:28 +0000</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-6.html</guid>
			<description><![CDATA[I posted this on my blog, but thought it would be good to post the info here too:<br />
<br />
<blockquote><cite>Quote:</cite>I went to an event called <a href="http://cloudcamb.org/" target="_blank">Cloudcamb</a> last night (I love working in Cambridge) organised by <a href="http://twitter.com/mza" target="_blank">Matt</a> (ta very muchly), the evening was very good an informative, but the one thing that really stood out for me was a very interesting presentation on the <a href="http://biocep-distrib.r-forge.r-project.org/" target="_blank">Biocep project</a> that anyone who uses R (or would like to use R) should be interested in.<br />
<br />
Here's my take on the basics of it and why you would want this - there's really LOTS more there!!!<br />
<br />
The first thing Biocep is (that's not really advertised much on the site) is that it offers a vastly improved interface to R that has the following tools:<br />
<ul>
<li>Built-in spreadsheet like functionallity</li>
<li>Built-in code editor (<a href="http://www.jedit.org/" target="_blank">jEdit</a>)</li>
<li>Plug-in architecture for creating custom interfaces to things (similar potential to Matlab's GUIDE)<br />
</li></ul>
<br />
There are other R gui's out there (i.e. Mac and Windows R spring to mind) - but they are not as slick as this.<br />
<br />
The second thing biocep gives is that it allows you to run R instances on remote machines (i.e. up in the "cloud", or on clusters or grid systems in your work place / institute), from your desktop and be able to work collaboratively with other people using fully shared sessions (i.e. both of you can play with shared data, talk and see all of the visuals the other person is seeing all in real-time - it's really impressive to watch).<br />
<br />
Seriously, if you work with R, check it out!</blockquote>
]]></description>
			<content:encoded><![CDATA[I posted this on my blog, but thought it would be good to post the info here too:<br />
<br />
<blockquote><cite>Quote:</cite>I went to an event called <a href="http://cloudcamb.org/" target="_blank">Cloudcamb</a> last night (I love working in Cambridge) organised by <a href="http://twitter.com/mza" target="_blank">Matt</a> (ta very muchly), the evening was very good an informative, but the one thing that really stood out for me was a very interesting presentation on the <a href="http://biocep-distrib.r-forge.r-project.org/" target="_blank">Biocep project</a> that anyone who uses R (or would like to use R) should be interested in.<br />
<br />
Here's my take on the basics of it and why you would want this - there's really LOTS more there!!!<br />
<br />
The first thing Biocep is (that's not really advertised much on the site) is that it offers a vastly improved interface to R that has the following tools:<br />
<ul>
<li>Built-in spreadsheet like functionallity</li>
<li>Built-in code editor (<a href="http://www.jedit.org/" target="_blank">jEdit</a>)</li>
<li>Plug-in architecture for creating custom interfaces to things (similar potential to Matlab's GUIDE)<br />
</li></ul>
<br />
There are other R gui's out there (i.e. Mac and Windows R spring to mind) - but they are not as slick as this.<br />
<br />
The second thing biocep gives is that it allows you to run R instances on remote machines (i.e. up in the "cloud", or on clusters or grid systems in your work place / institute), from your desktop and be able to work collaboratively with other people using fully shared sessions (i.e. both of you can play with shared data, talk and see all of the visuals the other person is seeing all in real-time - it's really impressive to watch).<br />
<br />
Seriously, if you work with R, check it out!</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[BBS is at number 1!!!]]></title>
			<link>http://bixsolutions.net/forum/thread-5.html</link>
			<pubDate>Mon, 24 Nov 2008 21:31:48 +0000</pubDate>
			<guid isPermaLink="false">http://bixsolutions.net/forum/thread-5.html</guid>
			<description><![CDATA[Thought I'd better post this screenshot for posterity - BBS is currently the number 1 selling Perl book on Amazon!  How weird is that?!?!?<br />
<br />
Either our book is doing well, or it's a slow sales day... <img src="http://bixsolutions.net/forum/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /> (I'm hoping for the first option being the case!)<br />
<br />
<a href="http://www.amazon.co.uk/gp/bestsellers/books/269855/ref=pd_zg_hrsr_b_1_5_last" target="_blank">http://www.amazon.co.uk/gp/bestsellers/b...b_1_5_last</a>]]></description>
			<content:encoded><![CDATA[Thought I'd better post this screenshot for posterity - BBS is currently the number 1 selling Perl book on Amazon!  How weird is that?!?!?<br />
<br />
Either our book is doing well, or it's a slow sales day... <img src="http://bixsolutions.net/forum/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /> (I'm hoping for the first option being the case!)<br />
<br />
<a href="http://www.amazon.co.uk/gp/bestsellers/books/269855/ref=pd_zg_hrsr_b_1_5_last" target="_blank">http://www.amazon.co.uk/gp/bestsellers/b...b_1_5_last</a>]]></content:encoded>
		</item>
	</channel>
</rss>