Re: Big wide datasets

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: Michael Lush <mjlush(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Big wide datasets
Date: 2011-12-08 16:01:36
Message-ID: 4EE0DF60.9060804@pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 12/08/2011 05:05 AM, Michael Lush wrote:
> I have dataset with ~10000 columns and ~200000 rows (GWAS data (1)) in
> the form
>
> sample1, A T, A A, G C, ....
> sampel2, A C, C T, A A, ....
I don't know if they would be relevant to your situation, but there are
some bioinformatics extensions to PostgreSQL that you may find useful.
PostBio is one (http://postbio.projects.postgresql.org/).

Cheers,
Steve

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Johan Martinez 2011-12-08 22:45:52 convert time format retuned by a select query
Previous Message Gene Poole 2011-12-08 15:04:37 Re: [GENERAL] Convert / Migrate From Oracle 11gR2 To PostgreSQL ? On CentOS 5.7 x86_64