Hi.
Thanks for the prompt response to my question and also for the
additional examples.
On Apr 1, 9:48 am, "Kevin Jacobs <
jac...@bioinformed.com>"
<
bioinfor...@gmail.com> wrote:
> On Wed, Apr 1, 2009 at 1:59 AM, kowzar <
kouros.ow...@duke.edu> wrote:
> > I would like to learn more about GLU's features.
>
> > According to the information provided on your web-page, it is possible
> > to import the PLINK binary format (bed) starting with version 0.90. I
> > have looked through the documentation, but been unable to find
> > information about this.
>
> > I would be very appreciative if I could get some information on this
> > to get started.
>
> Unfortunately, the documentation has lagged behind the implementation.
> To import a Plink data set, simply run:
>
> glu transform mydata.bed -o mydata.lbat
I am getting the error shown below. If I understand the error message
correctly, GLU does not like SNPs coded as hemizygotes. If that is
indeed the case, is there any flag I can set?
Thanks, Kouros
$ glu transform mydata.bed -o foo.ldat
GLU 1.0a6 module: transform
Copyright (c) 2008, BioInformed LLC and the U.S. Department of Health
& Human Services. Funded by NCI under Contract N01-CO-12400.
Execution aborted due to a problem with the program input, parameters
supplied, an error in the program. Please examine the following
failure
trace for clues as to what may have gone wrong. When in doubt, please
send
this message and a complete description of the analysis you are
attempting
to perform to the software developers.
Command line:
glu transform mydata.bed -o foo.ldat
Traceback:
Traceback (most recent call last):
File "glu/lib/glu_launcher.py", line 203, in main
File "glu/modules/transform.py", line 68, in main
File "glu/lib/genolib/io.py", line 320, in transform_files
File "glu/lib/genolib/io.py", line 168, in load_genostream
File "glu/lib/genolib/formats/plink.py", line 943, in
load_plink_bed
File "glu/lib/genolib/formats/plink.py", line 839, in
load_plink_bim
File "glu/lib/genolib/genoarray.py", line 1601, in get
GenotypeRepresentationError: model does not allow hemizgote
genotypes
[Wed Apr 1 12:24:21 2009] Execution aborted due to unhandled error