Querying the UCSC database with a MySQL client

Source: Internet
Author: User
Tags mysql client

UCSC Genome Browser is founded and maintained by University of California Santa Cruz (UCSC), which contains genomic sketches and annotated information for several species, including humans, mice and rats, and provides a range of web analysis tools.

    • 1.MySQL Installation

I am using the Centos6.8 system and we recommend Yum installation.

$ yum install-y MySQL mysql-devel mysql-server

    • 2.MYSQLDB Installation

MYSQLDB is a thread-compatible interface for MySQL that provides the Python database API and recommends Yum installation.

$ yum install-y Mysql-python

    • 3. Use the script geneinfo.py to get the bed information of the gene (note, the Genesymbol name)

$ python geneinfo.py BRCA1

"Reference list"

UCSC Database

UCSC database table Structure

Hgnc

Querying the UCSC database with a MySQL client

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.