Change to the tools directory in the coloredChromosomes package dir and issue:
./lociLocations.pl --retrieveLoci 'BRCA2 HD HLA-DRB1 Huntingtin HLA SHGC-4397'
The following output should result (some diagnostic output is ommitted):
lociLocations.pl[26833]: List of unknown genes:
HLA-DRB1
Huntingtin
HLA
SHGC-4397
{ BRCA2 = { p = "0.278489c13"; }; HD = { p = "0.016266c4"; }; }
You can redirect just the location list by issuing, say:
./lociLocations.pl --retrieveLoci 'BRCA2 HD HLA-DRB1 Huntingtin HLA SHGC-4397' > ~/myLoci.plist
which would produce the 'myLoci.plist' file in your home directory.
|