The most recent data is in a pdf at
http://www.androgendb.mcgill.ca/AR23C.pdf

The file maker pro file can be dumped via
File -> Export Records
	type file name
	click Save
		click Move All  (moved Acc # to top)
		click Export

Then :%s/^M/\r/g and :%s/^K/>/g (on laptop) control K is typed same as control M
=ARdbExport2.tab

Numbering system:
Amino acids use HGVS Met = 1.
Base uses genomic via mRNA GenBank file J03180.
Sequence GenBank J03180 which is the same as M20132 (mRNA seq)
fetch using 'dna 532,535 M20132.fa'
insertions number is after?
Expect 605 mutations? (March 2006)

mRNA track for M20132:
SIZE IDENTITY CHROMOSOME  STRAND    START     END              QUERY      START  END  TOTAL
--------------------------------------------------------------------------------------------
 3555   99.9%          X     +  66547648  66727140                M20132     1  3559  3569

Blat gives chrX + 66547648  66727150 100%

#one liner to get custom track
perl -ne 'split/\t/; $_[3] =~ s/ /_/g; print "$_[0]\t$_[1]\t$_[2]\t$_[3]\n";'
