<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.nodalpoint.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>nodalpoint.org - Forum topic - Comments</title>
 <link>http://www.nodalpoint.org</link>
 <description>Comments for &quot;Forum topic&quot;</description>
 <language>en</language>
<item>
 <title>How is bioinformatics influencing stem cell projects?</title>
 <link>http://www.nodalpoint.org/2008/04/18/need_help#comment-4402</link>
 <description>&lt;p&gt;Perhaps you can tell us how, in your mind, bioinformatics is speeding up stem cells projects. Then we can go from there...&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 18 Apr 2008 12:43:33 -0400</pubDate>
 <dc:creator>chris</dc:creator>
 <guid isPermaLink="false">comment 4402 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>It&#039;s probably a bit late, but...</title>
 <link>http://www.nodalpoint.org/2007/10/12/we_are_looking_for_beta_testers_for_a_new_python_spreadsheet_analysis_tool#comment-4352</link>
 <description>&lt;p&gt;Greg,&lt;/p&gt;
&lt;p&gt;It looks like my colleague Jean missed your question - sorry for that!&lt;/p&gt;
&lt;p&gt;Resolver One is now at version 1.0.1, and it&#039;s free for non-commercial use.  For regular commercial use (online support in our forums, etc) it&#039;s $199 (reduced to $99 until the end of this month), and there is also a financial version with market data feeds, telephone support, SLAs, etc, on a rental model.&lt;/p&gt;
&lt;p&gt;There&#039;s also a web server, which can serve up your spreadsheets as simple web applications - this is $699 (currently reduced to $499) per server machine, no client licenses required.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Giles&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 05 Mar 2008 07:35:32 -0500</pubDate>
 <dc:creator>gpjt</dc:creator>
 <guid isPermaLink="false">comment 4352 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>R objects, and contacting authors</title>
 <link>http://www.nodalpoint.org/2008/01/22/odd_microarray_normalization#comment-4338</link>
 <description>&lt;p&gt;I seem to recall that the limma/rma packages also have an option to return R and G values. Otherwise you can back-calculate from M and A. &lt;/p&gt;
&lt;p&gt;M = log2(R) - log2(G)&lt;br /&gt;
A = 0.5*[log2(R)+log2(G)]&lt;/p&gt;
&lt;p&gt;If only normalized data is available online, your best bet is to contact the authors and ask for raw intensities - there is no way of recovering them from processed data (at least, I don&#039;t think so).&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 24 Jan 2008 10:27:34 -0500</pubDate>
 <dc:creator>chris</dc:creator>
 <guid isPermaLink="false">comment 4338 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>They&#039;re cDNA data, according</title>
 <link>http://www.nodalpoint.org/2008/01/22/odd_microarray_normalization#comment-4337</link>
 <description>&lt;p&gt;They&#039;re cDNA data, according to the paper (Zhao H et al., PloS Medicine 2005).&lt;/p&gt;
&lt;p&gt;To tell you the truth, I&#039;m not sure at all about consistency - but it&#039;s like a &quot;test run&quot; for a completely different approach I&#039;m using: I&#039;m just trying to see if such an approach is even feasible for the algorithm I&#039;m going to run over the normalized data.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 24 Jan 2008 06:27:01 -0500</pubDate>
 <dc:creator>lbbros</dc:creator>
 <guid isPermaLink="false">comment 4337 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>cDNA or oligo data ? Are you</title>
 <link>http://www.nodalpoint.org/2008/01/22/odd_microarray_normalization#comment-4336</link>
 <description>&lt;p&gt;cDNA or oligo data ? Are you sure the consistency of the data is good enough to be doing single channel normalization ?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 23 Jan 2008 11:42:14 -0500</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">comment 4336 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>bioinformatics code?
ok..</title>
 <link>http://www.nodalpoint.org/2007/11/07/refactoremycode_com#comment-4252</link>
 <description>&lt;p&gt;bioinformatics code?&lt;br /&gt;
ok.. let me think a while about what I can upload.&lt;/p&gt;
&lt;p&gt;In the meanwhile, this is my favorite code from that site:&lt;br /&gt;
- &lt;a href=&quot;http://refactormycode.com/codes/51-classtemplate&quot; title=&quot;http://refactormycode.com/codes/51-classtemplate&quot;&gt;http://refactormycode.com/codes/51-classtemplate&lt;/a&gt;&lt;br /&gt;
it is a template for a class in python, showing how to use the pydoc and dontest modules, which I didn&#039;t know how to use properly before.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sun, 11 Nov 2007 11:22:10 -0500</pubDate>
 <dc:creator>dalloliogm</dc:creator>
 <guid isPermaLink="false">comment 4252 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Refactor Bioinformatics</title>
 <link>http://www.nodalpoint.org/2007/11/07/refactoremycode_com#comment-4250</link>
 <description>&lt;p&gt;looks interesting. You could try uploading some bioinformatics code to their site and see what feedback you get?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 09 Nov 2007 07:44:18 -0500</pubDate>
 <dc:creator>Duncan</dc:creator>
 <guid isPermaLink="false">comment 4250 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>forum posts?</title>
 <link>http://www.nodalpoint.org/2007/10/03/referencing_blog_posts_in_a_thesis#comment-4231</link>
 <description>&lt;p&gt;Well.. and what about referencing forum posts in a thesis/article?&lt;/p&gt;
&lt;p&gt;Examples of good forums on biology/bioinformatics:&lt;br /&gt;
- &lt;a href=&quot;http://www.protocol-online.org/forums/index.php&quot; title=&quot;http://www.protocol-online.org/forums/index.php&quot;&gt;http://www.protocol-online.org/forums/index.php&lt;/a&gt;&lt;br /&gt;
- &lt;a href=&quot;http://molecularbiology.forums.biotechniques.com/forums/index.php&quot; title=&quot;http://molecularbiology.forums.biotechniques.com/forums/index.php&quot;&gt;http://molecularbiology.forums.biotechniques.com/forums/index.php&lt;/a&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.biology-online.org/biology-forum/&quot; title=&quot;http://www.biology-online.org/biology-forum/&quot;&gt;http://www.biology-online.org/biology-forum/&lt;/a&gt;&lt;br /&gt;
- &lt;a href=&quot;http://nodalpoint.org/forum&quot; title=&quot;http://nodalpoint.org/forum&quot;&gt;http://nodalpoint.org/forum&lt;/a&gt;&lt;br /&gt;
- &lt;a href=&quot;http://www.molecularlab.it/forum/&quot; title=&quot;http://www.molecularlab.it/forum/&quot;&gt;http://www.molecularlab.it/forum/&lt;/a&gt;&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 19 Oct 2007 09:54:35 -0400</pubDate>
 <dc:creator>dalloliogm</dc:creator>
 <guid isPermaLink="false">comment 4231 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Blog citation index</title>
 <link>http://www.nodalpoint.org/2007/10/03/referencing_blog_posts_in_a_thesis#comment-4230</link>
 <description>&lt;p&gt;&lt;i&gt;The NCBI now have guidelines for citing blogs&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;That&#039;s cool!  Now all we need is a way to record when someone cites our blog, then we can build the blog citation index ;)&lt;br /&gt;
Oh wait, this is the brave new world, not an attempt to mimic the old one.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 19 Oct 2007 00:00:03 -0400</pubDate>
 <dc:creator>Neil</dc:creator>
 <guid isPermaLink="false">comment 4230 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>NCBI guidelines</title>
 <link>http://www.nodalpoint.org/2007/10/03/referencing_blog_posts_in_a_thesis#comment-4229</link>
 <description>&lt;p&gt;The NCBI now have &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=citmed.section.61024&quot;&gt;guidelines for citing blogs&lt;/a&gt;.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Wed, 17 Oct 2007 10:41:04 -0400</pubDate>
 <dc:creator>alf</dc:creator>
 <guid isPermaLink="false">comment 4229 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>This is a very intriguing</title>
 <link>http://www.nodalpoint.org/2007/10/12/we_are_looking_for_beta_testers_for_a_new_python_spreadsheet_analysis_tool#comment-4228</link>
 <description>&lt;p&gt;This is a very intriguing application, and I can see why you&#039;ve posted it here. Could you provide some more details on product licensing ?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Sun, 14 Oct 2007 21:48:21 -0400</pubDate>
 <dc:creator>Greg</dc:creator>
 <guid isPermaLink="false">comment 4228 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>OneNote alternative</title>
 <link>http://www.nodalpoint.org/2007/10/05/dry_lab_notebook#comment-4227</link>
 <description>&lt;p&gt;A OneNote alternative that I&#039;ve seen mentioned is a Java application called Memoranda: &lt;a href=&quot;http://memoranda.sourceforge.net/overview.html&quot; title=&quot;http://memoranda.sourceforge.net/overview.html&quot;&gt;http://memoranda.sourceforge.net/overview.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I haven&#039;t tried it personally so I don&#039;t know how well it works but it does look interesting.  It gives you a place to create notes as well as track tasks, meetings and resources (links to related files). Everything appears to be organized by projects, which may or may not work for your needs.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Fri, 12 Oct 2007 15:04:31 -0400</pubDate>
 <dc:creator>glh</dc:creator>
 <guid isPermaLink="false">comment 4227 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Interesting, but...</title>
 <link>http://www.nodalpoint.org/2007/10/05/dry_lab_notebook#comment-4226</link>
 <description>&lt;p&gt;It is definitely interesting, however not applicable to my case as I have stopped using Microsoft&#039;s OS since two years ago. The other post about ELN looks interesting as well, and I&#039;ll give it a try if I can.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 11 Oct 2007 17:51:58 -0400</pubDate>
 <dc:creator>lbbros</dc:creator>
 <guid isPermaLink="false">comment 4226 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>From the posting guide...</title>
 <link>http://www.nodalpoint.org/2007/10/10/snps_help#comment-4225</link>
 <description>&lt;p&gt;See &lt;a href=&quot;http://wiki.nodalpoint.org/posting_guide&quot;&gt;here&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
Be nice, be interesting. You&#039;ll find we are, mostly. Try to keep it brief. See our resources page.&lt;b&gt; Sorry, we don&#039;t do homework.&lt;/b&gt;
&lt;/p&gt;&lt;/blockquote&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 11 Oct 2007 15:45:21 -0400</pubDate>
 <dc:creator>chris</dc:creator>
 <guid isPermaLink="false">comment 4225 at http://www.nodalpoint.org</guid>
</item>
<item>
 <title>Microsoft OneNote 2007</title>
 <link>http://www.nodalpoint.org/2007/10/05/dry_lab_notebook#comment-4223</link>
 <description>&lt;p&gt;The latest version of OneNote has the capability to organize notes into notebooks with some of the capabilities of a wiki. OneNote is an electronic notebook that you can organize into notebooks, sections and pages in whatever way works best for you. With the latest version notebooks can be shared on a network, but a local copy is cached to your hard drive. If you connect with a laptop you can work offline and when you connect to the network again the two versions are automatically merged (unless you specify otherwise). Editing by multiple users is also supported. Links can be made between information on multiple pages so you can navigate between related information in much the same way you do in wiki. They have also added some very nice integration with Outlook (2003 or later) that provides the ability to create links from meetings, tasks and emails that link to the related notes in your OneNote notebook. Outlook tasks and meetings can also be created directly from OneNote. &lt;/p&gt;
&lt;p&gt;OneNote also has a built in print driver that can be used to &quot;print&quot; documents such as PDF files directly to to OneNote. By default text is extracted from images using the built in OCR capabilities to make these searchable. Here is an example from another blog of someone that uses this for keeping track of journal articles: &lt;a href=&quot;http://missionarygeek.blogspot.com/2007/07/using-onenote-for-academic-journal.html&quot; title=&quot;http://missionarygeek.blogspot.com/2007/07/using-onenote-for-academic-journal.html&quot;&gt;http://missionarygeek.blogspot.com/2007/07/using-onenote-for-academic-jo...&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;OneNote pages can also have freehand notes written on them using a mouse if you&#039;re on a regular PC, or with a stylus if you are using a tablet PC. This way you can add comments or highlight text on PDF files, presentations or other documents imported into OneNote without worrying about reformatting the original document. The ideal situation is to have a small tablet PC that you can take with you everywhere so you always have your notes with you and you can add new notes, although I haven&#039;t had a chance to try this yet. Most of the features mentioned require OneNote 2007 and Outlook 2003 or later.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;</description>
 <pubDate>Thu, 11 Oct 2007 11:53:24 -0400</pubDate>
 <dc:creator>glh</dc:creator>
 <guid isPermaLink="false">comment 4223 at http://www.nodalpoint.org</guid>
</item>
</channel>
</rss>
