[Genome] RefSeq xeno, species filtering
Kayla Smith
kayla at soe.ucsc.edu
Mon Jan 14 17:02:23 PST 2008
Hello John,
The key relationship here is that gbCdnaInfo.organism = organism.id
In particular,
mysql> select * from organism where name like "homo sapiens" ;
+-----+--------------+-----------+
| id | name | crc |
+-----+--------------+-----------+
| 298 | Homo sapiens | 455363425 |
+-----+--------------+-----------+
1 row in set (0.00 sec)
and
mysql> select acc, organism from gbCdnaInfo where organism=298 limit 1;
+--------+----------+
| acc | organism |
+--------+----------+
| U61167 | 298 |
+--------+----------+
1 row in set (0.00 sec)
You can check that this accession is from Human.
So, how to get this information from the Table Browser is as follows:
clade: Vertebrate
genome: Rhesus
assembly: Jan. 2006
group: Genes and Gene Prediction Tracks
track: Other RefSeq
table: xenoRefGene
region: genome
filter: "create"
-under "Linked Tables" check the box next to rheMac2.gbCdnaInfo and
then click on "Allow Filtering Using Fields in Checked Tables"
-toggle "organism" is = "298"
-click "Submit"
This should filter the results to get you the data you're interested in.
I hope this information is helpful to you. Please don't hesitate to
contact us again if you require further assistance.
Kayla Smith
UCSC Genome Bioinformatics Group
Castle, John (Rosetta) wrote:
> Hi UCSC,
>
> Great resource.
>
> I'm looking at the rhesus genome and specifically at the other species
> RefSeq transcript alignments. I can use the table browser to extract
> coordinates - no problem. However, I would like to filter the list of
> xeno RefSeqs to include only human RefSeqs. I've tried the 'filter'
> option but haven't been able to find where/how the species designations
> for the xeno RefSeqs is found/designated.
>
> Thanks for any guidance!
>
> -John
>
> ------------------------------------------------------------------------------
> Notice: This e-mail message, together with any attachments, contains
> information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
> New Jersey, USA 08889), and/or its affiliates (which may be known
> outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD
> and in Japan, as Banyu - direct contact information for affiliates is
> available at http://www.merck.com/contact/contacts.html) that may be
> confidential, proprietary copyrighted and/or legally privileged. It is
> intended solely for the use of the individual or entity named on this
> message. If you are not the intended recipient, and have received this
> message in error, please notify us immediately by reply e-mail and then
> delete it from your system.
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Genome maillist - Genome at soe.ucsc.edu
> http://www.soe.ucsc.edu/mailman/listinfo/genome
More information about the Genome
mailing list