and I've been asked to help people from inserm :-)
> What are you doing at
> UCSC ?
USCS/goldenpath is a valuable source of data ! :-)
Their SNP track is based on dbSNP129 http://tinyurl.com/snp129
> does not finish here. On the new Operon version that you don't have yet,
> we have dbSNP data of the latest release 129 (128 did not survived long)
ok, so as far as I understand the local version at ceph is not based
on dbsnp129.
That should explain the discrepancies.
thank you for your answer.
see you on Friday
Pierre
> Pierre, requests from Nicolas are outside the scope I have been
> instructed to aid the CEPH.
and I've been asked to help people from inserm :-)
> What are you doing at
> UCSC ?
USCS/goldenpath is a valuable source of data ! :-)
Their SNP track is based on dbSNP129 http://tinyurl.com/snp129
> does not finish here. On the new Operon version that you don't have yet,
> we have dbSNP data of the latest release 129 (128 did not survived long)
ok, so as far as I understand the local version at ceph is not based
on dbsnp129.
That should explain the discrepancies.
Hi,
first of all , I'm sorry: in a previous e-mail I said a structure was partially saved. I was really wrong (and drunk ? :-) ). Again it was my fault as I thought that sizeof(long)==8 but it is 4 on my machine. That explains now the many incorrect values I've found with the java server I wrote
> I know, but you have not explained why there is a difference in
> position for rs1850299.
I don't see any difference between ucsc and ncbi for this rs##
mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A -D hg18 -e ' select name,chrom,chromStart from hg18.snp129 where name="rs1850299"'
+-----------+-------+------------+
| name | chrom | chromStart |
+-----------+-------+------------+
| rs1850299 | chr3 | 96572171 |
+-----------+-------+------------+
and the ncbi said: http://www.ncbi.nlm.nih.gov/SNP/snp_ref.cgi?rs=1850299
ncbi chromPosition = 96572172 (same value)
but as I said yesterday operon gives: http://regulon.cng.fr/cgi-bin/operon?app=operon&act=search&key=rs1850299&qrybox=Search
operon chromPosition = 96572156
mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A -D hg18 -e ' select name,chrom,chromStart from hg18.snp128 where name="rs1850299"'
+-----------+-------+------------+
| name | chrom | chromStart |
+-----------+-------+------------+
| rs1850299 | chr3 | 96572155 |
+-----------+-------+------------+
mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A -D hg18 -e ' select name,chrom,chromStart from hg18.snp126 where name="rs1850299"'
+-----------+-------+------------+
| name | chrom | chromStart |
+-----------+-------+------------+
| rs1850299 | chr3 | 96572155 |
+-----------+-------+------------+
==> *** OK same as operon for the older dbsnp versions **: as I said yesterday I now understand that the values stored on my local are not from dbsnp129. That explains the discrepancies.
>> ok, so as far as I understand the local version at ceph is not based
>> on dbsnp129.
>> That should explain the discrepancies.
> No. Actually you missed what I wrote in my last email. Here it
> is again:
so, if I'm still missing something, let's discuss this on friday :-)
I'll be away from my my this afternoon, I'll be at the Kremlin Bicetre Hospital with Florence's team.
A+
Pierre