Tri-I Bioinformatics Workshop: Public data and tool repositories Alex Lash & Maureen Higgins...

Post on 30-Dec-2015

213 views 0 download

Tags:

Transcript of Tri-I Bioinformatics Workshop: Public data and tool repositories Alex Lash & Maureen Higgins...

Tri-I Bioinformatics Workshop:Public data and tool repositories

Alex Lash & Maureen Higgins

Bioinformatics Core

Memorial Sloan-Kettering Cancer Center

Workshop sections

1. Retrieving data from public resources• public databases at NCBI, EBI, Ensembl• locate and utilize some of the myriad of publicly available

bioinformatics tools• common data formats

2. Genome Browsers• genome build process, ongoing and complete genome

projects• genome browsers of Ensembl, UCSC and NCBI

Mapviewer• broad survey of analysis tools and tutorials available on

the Web for use directly and after download

Public data and tool repositoriesSection 1

Retrieving data from public resources

Goals

A. Understand the scope and organization of the major public databases: NCBI, EBI/ Ensembl.

B. Understand the importance of a unique identifiers, database fields, logical operators and wildcards.

C. Be able to query, retrieve and display publications and sequences.

D. Be able to visualize/analyze protein structure

Amyloid Precursor Protein(APP)

ß-secretase

-secretase

G-proteincoupled

receptor thatbinds heparin

and laminin

Controlsnerve cellgrowth

interacts with protein-synthesismachinery

amyloidfibril

amyloidplaque

NCBI

Strengths are data storage, annotation and BLAST:

1. PubMed: Biomedical publications

2. Heritable diseases and syndromes

3. GenBank: Nucleotide and protein sequences

4. BLAST: Pairwise sequence comparison

5. Curated gene-centric data, including reference sequences

6. Genome builds

7. Nucleotide sequence traces

Ex: Finding Entrez Gene record for APP

Indexing and logical operatorsQuery: app[Gene Name] AND homo sapiens[Organism]

1 2 3 4 5 6 7 8…0 1 1 0 0 0 0 0……0 1 0 0 0 1 0 0……1 0 0 0 1 1 0 0……0 1 0 0 0 0 1 0…

aardvark…app…homo sapiens…mus musculus

0 0 0 0 0 1 0 0…AND0 0 0 0 0 1 0 0…1 0 0 0 1 1 0 0…

An Entrez Query

1. Query parsed: terms, fields and operators organized in a tree (if syntax incorrect generate error or warning)

2. Unfielded terms matched to synonyms, and extra terms, fields and operators added as needed

3. For each database:a) According to order of operations:

i. Term found in appropriate index (if term not found, then generate warning)

ii. Bit map pulled and uncompressediii. Pairwise operations performed with previous result (if zero result,

then stop)

b) Number of results generated

4. If Global Query, display results summary and stop5. List of UIDs generated from final result6. UIDs sorted by user preference7. Records pulled and displayed by user preference

Gene-centric questions

1. Where is a gene located?

2. What’s its genomic sequence?

3. What variations are associated with it?

4. What’s its exon-intron structure?

5. What are the mRNA sequences of its alternate transcripts?

6. What are the protein sequences of its isoforms?

7. What post-translational modification is possible?

8. What regulates its transcription?

9. What are its co-regulated partners?

10. What’s its normal function?

11. What’s its function in disease?

12. How does it fit into the larger cellular context?

May depend uponcellular “state”

Ex: Looking over the Entrez Gene record for APP

NCBI’s RefSeq project

1. Is a project to create curated sequence records for the biopolymers of the Central Dogma: DNA, mRNA and protein

2. First release 20033. 4,079 organisms, 3,234,358 proteins4. Goals

1. non-redundancy2. explicitly linked nucleotide and protein sequences3. updates to reflect current knowledge of sequence data and

biology4. data validation and format consistency distinct accession series5. ongoing curation by NCBI staff and collaborators, with reviewed

records indicated

5. What’s its relationship to BLAST database called “nr”?

UniGene versus Entrez Gene

1. UniGene1. Automated process that compares and clusters transcript-source

sequences (no assembly)2. Gene discovery tool: predates Entrez Gene, genome assemblies3. Based primarily on EST sequences4. ID turn-over and retirement is common5. Currently 76 taxa and 1,299,304 clusters

2. Entrez Gene1. Curated clearinghouse of gene-centric information2. Grew out of LocusLink (eukaryote model organisms) and Entrez

Genome (bacteria, viruses, organelles)3. ID turn-over and retirement happens, but is less common since it

is based primarily on sequenced genomes4. Currently 3882 taxa and 2,479,759 genes

3. Hs: 85,793 UniGene clusters compared to 38,604 Entrez Gene records

EBI/Ensembl

Strengths are data storage and analysis software:

1. Biomedical publications

2. Nucleotide and protein sequences

3. Protein domains/signatures4. Sequence comparison5. Sequence analysis6. Structure analysis7. Protein function analysis8. Ensembl genome browser

Ex: Looking at the APP gene in the EBI/Ensembl resources

Ensembl ids

1. Human1. ENSG: gene2. ENST: transcript3. ENSE: exon4. ENSP: protein

2. Other organisms1. ENS{species 3-letter code}{G|T|P}{11 digits}2. RNO=rat3. MUS=mouse

Amyloid Precursor Protein(APP)

ß-secretase

-secretase

G-proteincoupled

receptor thatbinds heparin

and laminin

amyloidfibril

amyloidplaque

Ex: Viewing the structure of an amyloid fibril

DAEFRHDSGYEVHHQKLVFFAEDVGSNKGAIIGLMVGGVVIA

Other structure tools

1. Structure visualization. Free applications:a) RasMolb) Cn3Dc) VMD

2. Structure prediction servers/applicationsa) CASP: Critical Assessment of Techniques for

Protein Structure Predictionb) General method:

i. Sequence similarity search to identify closest homolog with known structure

ii. Fit to homolog’s known structure, minimizing some constraint

Problems1. Query Entrez Gene with the following two queries separately

and then explain the differences between the two results using a logical NOT operation:

a) tyrosine kinase[Gene Ontology] AND human[Organism]b) cd00192[Domain] AND human[Organism]

2. Retrieve the APP gene record from NCBI and use the Display dropdown menu to display Conserved Domain Links. Use the ids of the listed domains to query Entrez Gene for records with the same domains.

3. Use the SNP Geneview link at NCBI to identify coding SNPs in the APP gene. Which SNP is missing from this display which was present in the Ensembl APP protein record?

4. Use the Homologene link at NCBI to identify possible functional orthologs for human APP. How does this list compare to the Ensembl list of orthologs that we reviewed previously?